Dummy Node (Legacy 3DS MAX)
- Last UpdatedApr 02, 2025
- 1 minute read
Note This topic is relevant only for 3DS Max legacy workflow.
Dummy node
It is a simple dummy. Name and transformation are exported.
Code example
This is a code example for dummy.
$Node
{
bObjectSpace = true
}
Parameters
bObjectSpace
-
Explicitly indicates whether this dummy is exported to Object Space or World Space, regardless of export parameters.
-
If this parameter is not present, the export parameters are used. Otherwise they are overridden by this value.
-
Default: The export parameters are used.
-
Range: True or False.