Python Access to Named Selection Sets
Summary
In 3ds Max, Named Selection Sets allow users to group objects or sub-objects for quick recall and organization. While these sets are accessible via the UI, current Python is limited.
Specifically:
- It is not possible to create a new selection set index via Python.
- There is no exposed API to store custom properties or metadata within a selection set for later retrieval.
Requested Features
-
Create Selection Set via Python
Ability to define a new selection set index and populate it with a list of nodes or sub-objects.
-
Attach Custom Properties to Selection Sets
Support for storing metadata (e.g. tags, user-defined attributes, timestamps) directly on the selection set object.
-
Query and Modify Selection Sets Programmatically
Full read/write access to selection set contents and properties via Python.
Reference
For more details on Named Selection Sets, see the 3ds Max 2025 Help Documentation.
Python Access to Named Selection Sets
Summary
In 3ds Max, Named Selection Sets allow users to group objects or sub-objects for quick recall and organization. While these sets are accessible via the UI, current Python is limited.
Specifically:
Requested Features
Create Selection Set via Python
Ability to define a new selection set index and populate it with a list of nodes or sub-objects.
Attach Custom Properties to Selection Sets
Support for storing metadata (e.g. tags, user-defined attributes, timestamps) directly on the selection set object.
Query and Modify Selection Sets Programmatically
Full read/write access to selection set contents and properties via Python.
Reference
For more details on Named Selection Sets, see the 3ds Max 2025 Help Documentation.