Interfaces > Core Interfaces > FlightStudio |
The FlightStudio Core Interface available in 3ds Max 2010 and higher exposes properties and methods related to the Flight Studio extension.
Opens the Flight Studio browser. Equivalent to pressing the "Modify Hierarchy/Attributes" button in the Flight Studio utility.
Refreshes the browser. Equivalent to pressing the "Refresh" button in the Flight Studio browser.
Increases the Level Of Detail. Equivalent to pressing the "More Detail" button in the Flight Studio utility.
Increases the Level Of Detail to the maximum. Equivalent to pressing the "Most Detail" button in the Flight Studio utility.
Decreases the Level Of Detail. Equivalent to pressing the "Less Detail" button in the Flight Studio utility.
Decreases the Level Of Detail to the minimum. Equivalent to pressing the "Least Detail" button in the Flight Studio utility.
Returns the Level Of Detail Distance value.
Sets the Level Of Detail Distance value to the given floating point number.
Returns true if the Level Of Detail Distance has been set, false otherwise.
Creates a Group node in the hierarchy.
Equivalent to setting the drop-down list in the Flight Studio browser to "Group" and pressing the "Create" button.
Returns true on success, false on failure.
Creates an Object node in the hierarchy.
Equivalent to setting the drop-down list in the Flight Studio browser to "Group" and pressing the "Create" button.
Returns true on success, false on failure.
Creates an Switch node in the hierarchy.
Equivalent to setting the drop-down list in the Flight Studio browser to "Switch" and pressing the "Create" button.
Returns true on success, false on failure.
Creates an LOD node in the hierarchy.
Equivalent to setting the drop-down list in the Flight Studio browser to "Group" and pressing the "Create" button.
Returns true on success, false on failure.
Creates an DOF node in the hierarchy.
Equivalent to setting the drop-down list in the Flight Studio browser to "DOF" and pressing the "Create" button.
Returns true on success, false on failure.
Creates an BSP node in the hierarchy.
Equivalent to setting the drop-down list in the Flight Studio browser to "BSP" and pressing the "Create" button.
Returns true on success, false on failure.
Creates an Clip Region node in the hierarchy.
Equivalent to setting the drop-down list in the Flight Studio browser to "Clip region" and pressing the "Create" button.
Returns true on success, false on failure.
Creates an XRef node in the hierarchy.
Equivalent to setting the drop-down list in the Flight Studio browser to "XRef" and pressing the "Create" button.
Returns true on success, false on failure.
Creates an Light Point node in the hierarchy.
Equivalent to setting the drop-down list in the Flight Studio browser to "Light point" and pressing the "Create" button.
Returns the comment for the given node.
Sets the comment for the specified node to the given string value.
Returns true if the specified node has data, false otherwise.
Copies the data from the source node to the destination node.
Returns true on success, false on failure.
Removes the data from the given node.
Adds the given texture as attribute.
Returns true on success, false on failure.
Removes the given texture attribute.
Returns the external reference file name of the given node.
Sets the external reference file name of the given node to the specified string.
Returns the external reference flags of the given node as an integer.
Sets the external reference flags of the given node to the specified integer.
Returns the file name of the last imported Flight Studio FLT file.
Returns true if the given node is of the type specified by the second string argument, false if it is not.
Sets the Keep Triangles flag of the given node to the specified Boolean value.
Returns true on success, false on failure.
Returns the Keep Triangles flag of the given node as a Boolean value.