The following management functions are available through the custAttributes struct:
Returns a count of the number of separate scripted custom attribute sets have been added via the .add() function.
If the optional keyword argument baseObject is set to true (the default), in case the object specified is a node, the base object will be operated on instead. If false , the node itself will be operated on.
Returns the custom attribute set, specified as an index or by its defining attribute definition.
If the optional keyword argument baseObject is set to true (the default), in case the object specified is a node, the base object will be operated on. If false , the node itself will be operated on. (In versions prior to 3ds Max 5.1, the base object was always used.)
Deletes the specified custom attribute set from the object or from all the objects in the given collection. The set to be deleted is defined by index number or by its defining attributes definition.
If the optional keyword argument baseObject is set to true (the default), in case the object specified is a node, the base object will be operated on. If false, the node itself will be operated on.(In versions prior to 3ds Max 5.1, the base object was always used.)
If some objects with custom attribute sets share a specific attributes definition, you can make selected objects have unique copies of the definition.
If the optional keyword argument baseObject is set to true (the default), in case the object specified is a node, the base object will be operated on. If false , the node itself will be operated on.(In versions prior to 3ds Max 5.1, the base object was always used.)
Returns the attribute definition for a given custom attribute set in an object or from a custom attribute set accessed with the .get() method.
If the optional keyword argument baseObject is set to true (the default), in case the object specified is a node, the base object will be operated on. If false , the node itself will be operated on.(In versions prior to 3ds Max 5.1, the base object was always used.)
Returns an array of definitions in attribute set order.
If the optional keyword argument baseObject is set to true (the default), in case the object specified is a node, the base object will be operated on. If false , the node itself will be operated on.(In versions prior to 3ds Max 5.1, the base object was always used.)