revert the setting of phantom flag on attachment drop to ground, since it can break nomod objects
parent
52d7aca6a2
commit
0e99763e6b
|
@ -738,13 +738,6 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
|
||||||
|
|
||||||
rootPart.RemFlag(PrimFlags.TemporaryOnRez);
|
rootPart.RemFlag(PrimFlags.TemporaryOnRez);
|
||||||
|
|
||||||
// not physical, not temporary, phaton, not volume detector
|
|
||||||
// so.UpdatePrimFlags(rootPart.LocalId,false,false,true,rootPart.VolumeDetectActive);
|
|
||||||
|
|
||||||
// but do avoid nasty collisions set it phantom in this drop case
|
|
||||||
// until a better way is found
|
|
||||||
rootPart.AddFlag(PrimFlags.Phantom);
|
|
||||||
|
|
||||||
so.ApplyPhysics();
|
so.ApplyPhysics();
|
||||||
|
|
||||||
so.HasGroupChanged = true;
|
so.HasGroupChanged = true;
|
||||||
|
|
Loading…
Reference in New Issue