Skip to content

Sidebar tools

MrClock edited this page Jun 3, 2022 · 18 revisions

Tools

image

Bones from model

This function allows to quickly generate bone item nodes from the selected vertex groups of the selected mesh.

image image

Sections from model

This functions allows to quickly generate section lists from the selected vertex groups of the selected mesh.

image image

Inspect data

This function is used in conjunction with the data inspector nodes. Visit the Data inspector node page for more info on them.

When executed, this function executes the active data inspector nodes present in the node tree. They allow users to preview the output data of various nodes of the setup without validation taking place, therefor helping debugging if needed. The inspected data is printed out to the system console.

Export

image

Validate setup

Runs validation on the node tree setup and reports the results in a pop-up window.

image

Directory

The directory where the model.cfg file should be created during export.

Ignore errors

  • True: export the data to model.cfg format regardless of it's faults (NOT RECOMMENDED, USE FOR DEBUGGING ONLY)
  • False: only export data to model.cfg format if it passes validation

Open file

  • True: the model.cfg file is automatically opened in the default text editor after export
  • False: the model.cfg file is not opened after export

Export config

If an existing directory is set as export directory, creates model.cfg file and exports data.

Presets

image

Node setup presets

Lists all available preset both built-in and custom (visit the custom presets page for more into).

Insert preset

Inserts the selected setup preset into the node tree. An error could be raised if the preset no longer exists (eg.: the preset file was moved out of it's folder).

Documentation

image

Open addon wiki

Opens the home page of this wiki.

Open

Opens the wiki page related to the selected node if available. The function is enabled if only one node is selected, and documentation url is defined for the node.

Clone this wiki locally