I need to publish camera from nuke like how cameras are published in maya. So I look at how maya camera publish works. reference file here
I have made a working workflow for maya and am about to add for nuke but realize it may not work. let me explain.
custom changes for maya are as below. I tried adding nuke collector below but having same name is not possible to I named it to nuke_collector. Question is how best to house both DCC scripts to run the show smoothly
config
|
|_ hooks
|
|_ tk-multi-publish2
|
|_ basic
|
|_ [ collector.py, publish_file.py, publish_maya_camera.py, publish_session_geometry.py ]
and tk-multi-publish2.yml
maya
settings.tk-multi-publish2.maya.shot_step:
collector: “{self}/collector.py:{engine}/tk-multi-publish2/basic/collector.py:{config}/tk-multi-publish2/basic/collector.py”
collector_settings:
Work Template: maya_shot_work
nuke
settings.tk-multi-publish2.nuke.shot_step:
collector: “{self}/collector.py:{engine}/tk-multi-publish2/basic/collector.py:{config}/tk-multi-publish2/basic/nuke_collector.py”
collector_settings:
Work Template: nuke_shot_work