Special Features Of Integration With Toon Boom Harmony
Cerebro Support avatar
Written by Cerebro Support
Updated over a week ago

For correct integration with the Toon Boom Harmony program, add the following section to the configuration:

"processors": { 
"tbharmony": {
"open_pre": {
"script_path": "hooks/tbharmony_hooks.py",
"function": "open_pre"
},
"version_pre": {
"script_path": "hooks/tbharmony_hooks.py",
"function": "version_pre"
},
"publish_pre": {
"script_path": "hooks/tbharmony_hooks.py",
"function": "publish_pre"
}
}
}

Did this answer your question?