Launch config example
Create a maya-launch.yaml file inside your user extensions folder with the following overrides:
Make sure that extensions_path
section contains your custom path.
Please check the launch extension for more information.
type: launch_config
name: framework-maya
extensions_path:
- ~/Documents/ftrack/extensions/ftrack_example
- extensions/common
- extensions/maya
Connect will pick this up through the FTRACK_CONNECT_EXTENSIONS_PATH environment variable, and merge it on top of the default launch extension provided with the Maya integration.
info
The order of the paths in the extensions_path
list is important. Connect will look for extensions in the order they are defined. If you add your
extension path at the end of the list, your customisations will not be picked up.