mirror of
https://github.com/opensim/opensim.git
synced 2026-05-17 12:15:33 +08:00
Sculpted Prims should now work.
This commit is contained in:
@@ -59,6 +59,7 @@ namespace OpenSim.Region.ClientStack
|
||||
public event ObjectDuplicate OnObjectDuplicate;
|
||||
public event MoveObject OnGrapUpdate;
|
||||
public event AddNewPrim OnAddPrim;
|
||||
public event ObjectExtraParams OnUpdateExtraParams;
|
||||
public event UpdateShape OnUpdatePrimShape;
|
||||
public event ObjectSelect OnObjectSelect;
|
||||
public event ObjectDeselect OnObjectDeselect;
|
||||
@@ -968,6 +969,7 @@ namespace OpenSim.Region.ClientStack
|
||||
objectData.PathTaperY = primData.PathTaperY;
|
||||
objectData.PathTwist = primData.PathTwist;
|
||||
objectData.PathTwistBegin = primData.PathTwistBegin;
|
||||
objectData.ExtraParams = primData.ExtraParams;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user