To save a layout
- In the XML or text editor you are using to make changes, save your customized file with a unique name.
- (Optional) Save your file to a new location.
NoteIf you save your file in a location outside of the CharacterControls directory, make sure you copy all of your image resources (ie. the DefaultImages folder) to this new location.
To load a new layout
By default, Maya looks for the CharacterControlsConfig.xml and CustomRigControlsConfig.xml in the CharacterControls directory to open the or tabs. When you load a new layout, the name and path of your customized file is stored as the new default that is loaded each
time you start a new Maya session.
- Tell Maya the name and location of your file(s) by selecting from the following options:
- >
- >
- Browse for the location of your custom configuration file in the dialog box that appears.
- Select your file and click .
The default is updated and your custom layout appears in the . This layout continues to appear in the window, even after you have ended your Maya session or open a new file.
- If you make changes to your layout after you load it, you can update it by selecting one of the following options:
- >
- >
NoteIf your custom configuration file is deleted or missing, Maya restores the default layout by using the CharacterControlsConfig.xml and CustomRigControlsConfig.xml files.
To load a new layout using MEL
- Type one of the following MEL commands into the command line or :
- For the tab, use the MEL command: updateHIKCharacterToolConfig( "path/to/my/config.xml" );
- For the tab, use the MEL command: hikUpdateHIKCustomRigConfig( "path/to/my/config.xml" );