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