Experimental. Set attachment flag early on rezzing from inventory.
parent
deee292847
commit
e458a87e91
|
@ -2015,7 +2015,10 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
group.ResetIDs();
|
||||
|
||||
if (attachment)
|
||||
{
|
||||
group.RootPart.ObjectFlags |= (uint)PrimFlags.Phantom;
|
||||
group.IsAttachment = true;
|
||||
}
|
||||
|
||||
AddNewSceneObject(group, true);
|
||||
|
||||
|
|
|
@ -38,6 +38,5 @@ namespace OpenSim.Region.ScriptEngine.Interfaces
|
|||
string[] GetWarnings();
|
||||
Dictionary<KeyValuePair<int, int>, KeyValuePair<int, int>>
|
||||
LineMap();
|
||||
object GetCompilerOutput(UUID assetID);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue