A simple command-line tool for inspecting primitive objects in Second Life or OpenSim grids.
- Login to any grid
- Discover nearby objects
- Display detailed primitive properties
- Filter objects by name
- Shows primitive type, transform, materials, and special features (sculpt, light, flexible)
PrimInspector [firstname] [lastname] [password] [search_term]Connect and inspect all nearby objects:
PrimInspector John Doe mypasswordSearch for objects by name:
PrimInspector John Doe mypassword "Chair"This example demonstrates:
- Basic login and connection
- Object discovery via
ObjectsPrimitivescollections - Requesting object properties
- Inspecting
Primitiveclass properties:- Type detection (Box, Sphere, Sculpt, Mesh, etc.)
- Transform data (Position, Rotation, Scale)
- Construction parameters (PathCurve, ProfileCurve, Material)
- Special features (Light, Flexible, Sculpt)
- Ownership and permissions
Shows the 10 nearest objects with details including:
- Object name and IDs
- Primitive type
- Distance from avatar
- Transform (position, rotation, scale)
- Material and construction data
- Special features if present
- Owner and creator information