force SOG update when converting legacy materials to ensure changes are persisted
parent
95c926b2cd
commit
36d8a24a86
|
@ -215,6 +215,8 @@ namespace OpenSim.Region.OptionalModules.Materials
|
||||||
}
|
}
|
||||||
|
|
||||||
part.Shape.TextureEntry = te.GetBytes();
|
part.Shape.TextureEntry = te.GetBytes();
|
||||||
|
part.ParentGroup.HasGroupChanged = true;
|
||||||
|
part.ScheduleFullUpdate();
|
||||||
|
|
||||||
lock (part.DynAttrs)
|
lock (part.DynAttrs)
|
||||||
part.DynAttrs.RemoveStore("OpenSim", "Materials");
|
part.DynAttrs.RemoveStore("OpenSim", "Materials");
|
||||||
|
|
Loading…
Reference in New Issue