mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
* Debugging Shape
* Adding namesetting to Create
This commit is contained in:
@@ -782,6 +782,9 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
PrimitiveBaseShape shape = PrimitiveBaseShape.Create();
|
||||
part.Shape = shape;
|
||||
|
||||
part.Name = "Primitive";
|
||||
part.OwnerID = LLUUID.Random();
|
||||
|
||||
return part;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user