EmptyModifier - superclass: modifier; super-superclass:MAXWrapper - 0:0 - classID: #(1664468770, -2032486656)
This modifier provides a stand-in for adding Custom Attributes to the Modifier Stack. It has no properties or methods. It replaces the old implementation which had an unnecessary gizmo. The original EmptyModifier has been renamed to EmptyModifier_Old and is kept for backwards compatibility (see below).
NEW in 3ds Max 2024: The EmptyModifier passes through the base object. In versions prior to 3ds Max 2024, the EmptyModifer
converted the incoming object to a mesh. In 3ds Max 2024 and later, the conversion no longer happens: classof $ == classof $.baseobject
is true for a selected object with EmptyModifier
applied.
Properties:
No properties exposed.
EmptyModifier_Old - superclass: modifier; super-superclass:MAXWrapper - 3:2 - classID: #(1664468769, -2032486656)
Properties:
<EmptyModifier_Old>.center UndefinedClass default: undefined -- point3
<EmptyModifier_Old>.gizmo SubAnim default: SubAnim:Gizmo -- transform; read-only; SubAnim
EmptyModifier_Old.gizmo - superclass: MAXObject; super-superclass:Value - 3:3 - classID: #(8197, 0)
<EmptyModifier_Old.gizmo>.position Point3 default: [0,0,0] -- animatable; point3
<EmptyModifier_Old.gizmo>.rotationQuat default: (quat 0 0 0 1) -- animatable; quat
<EmptyModifier_Old.gizmo>.scale Point3 default: [1,1,1] -- animatable; point3
<EmptyModifier_Old>.myparam String default: "Add Custom Attributes Here" -- string