get_class_properties
List every readable and writable property of a 3ds Max class with its current value, letting you confirm exact parameter names before setting them to avoid trial and error.
Instructions
列出某个类的所有可读写属性及其当前值。在设置不熟悉的参数前先用它确认属性名,可避免大量试错。 [English] List every readable/writable property of a class with its current value. Check this before setting unfamiliar parameters - it removes most trial and error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 最多返回条数,默认 200。 | Maximum results, default 200. | |
| className | Yes | 类名,例如 Spherical_Light 或 VRayMtl。 | Class name, e.g. Spherical_Light or VRayMtl. |