The File Path Editor only recognizes registered nodes and attributes. Reference, file, image plane, and audio nodes are registered by default. Any other node that has an attribute (except custom attributes) with the useAsFilename flag can be registered. This requirement lets you control what is displayed in the File Path Editor, and allows for the support of custom node types from plug-ins and scripts.
To register an element with the File Path Editor
For example, to register an audio node with the label name Sound, enter the command filePathEditor -registerType "audio.filename" -typeLabel "Sound";
The element is saved automatically to the filePathEditorRegistryPrefs.mel file in your preferences folder. See Preferences.
Once registered, the label is used in the following parts of the File Path Editor:
To deregister an element with the File Path Editor
For example, to deregister an audio node, enter the command filePathEditor -deregisterType "audio.filename";
The element is automatically removed from the filePathEditorRegistryPref.mel file in your preferences folder and all parts of the File Path Editor.
Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License