remove doubled doc for namespace

This commit is contained in:
Thomas Fricard 2023-04-11 16:47:50 +02:00
parent 264f111eda
commit 681ac5babd

View file

@ -202,29 +202,6 @@ These options are set on the camera shape when publishing the review. They corre
![Extract Playblast Settings](assets/maya-admin_extract_playblast_settings_camera_options.png)
## Load Plugins
### Reference Loader > Namespace
Here you can create your own custom naming for the reference loader.
The custom naming is split into two parts separated by a ":" symbol. The first half is the namespace and the second half is the group name of the reference. If you don't set the namespace or the group name, an error will occur.
Here's the different variables you can use:
<div class="row markdown">
<div class="col col--5 markdown">
| Token | Description |
|---|---|
|`{asset_name}` | Asset name |
|`{asset_type}` | Asset type |
|`{subset}` | Subset name |
|`{family}` | Subset family |
</div>
</div>
Example: `{asset_name}_{subset}_:_GRP`
## Custom Menu
You can add your custom tools menu into Maya by extending definitions in **Maya -> Scripts Menu Definition**.
![Custom menu definition](assets/maya-admin_scriptsmenu.png)