Add Location (relative), Rotation (Relative) and Rotation (World) to "show part" and other related console commands
							parent
							
								
									edfcec5041
								
							
						
					
					
						commit
						92cedc083f
					
				|  | @ -600,6 +600,7 @@ namespace OpenSim.Region.CoreModules.World.Objects.Commands | |||
|                 cdl.AddRow("LightFalloff", s.LightFalloff); | ||||
|                 cdl.AddRow("LightIntensity", s.LightIntensity); | ||||
|                 cdl.AddRow("LightRadius", s.LightRadius); | ||||
|                 cdl.AddRow("Location (relative)", sop.RelativePosition); | ||||
|                 cdl.AddRow("Media", string.Format("{0} entries", s.Media != null ? s.Media.Count.ToString() : "n/a")); | ||||
|                 cdl.AddRow("PathBegin", s.PathBegin); | ||||
|                 cdl.AddRow("PathEnd", s.PathEnd); | ||||
|  | @ -622,6 +623,8 @@ namespace OpenSim.Region.CoreModules.World.Objects.Commands | |||
|                 cdl.AddRow("ProjectionFocus", s.ProjectionFocus); | ||||
|                 cdl.AddRow("ProjectionFOV", s.ProjectionFOV); | ||||
|                 cdl.AddRow("ProjectionTextureUUID", s.ProjectionTextureUUID); | ||||
|                 cdl.AddRow("Rotation (Relative)", sop.RotationOffset); | ||||
|                 cdl.AddRow("Rotation (World)", sop.GetWorldRotation()); | ||||
|                 cdl.AddRow("Scale", s.Scale); | ||||
|                 cdl.AddRow( | ||||
|                     "SculptData",  | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Justin Clark-Casey (justincc)
						Justin Clark-Casey (justincc)