When I export Quicktimes from Flame, I get a window with the option to publish the quicktimes to shotgun. There is a window for “description” but no place to add in a link to a shot. I’d like to see if this could be added to the flame publish window, or if it could be automated. The QTs have the shot name in the file name: 101_004_050_v022.mov, for example. I would love to have a link to a shot of the same name automatically applied when this is logged into the Shotgun media tab.
I have done some similar things like this with the tk-flame-export app. In general I try to avoid taking full control over apps, but in this case that’s what I did since we had some specific things that we wanted to change.
To point you in the right direction, check out this part:
This is where the context for the batch publish is setup, if it does not give you what you need by default, you can do changes here.
Hey Andy! Sorry for the delay on this one! We’re running your question by our resident Flame experts to get you the info you need. I’ll report back when I have more.
Thanks!!
Andy Milkis
Director of Visual Effects
Director of Technology
LVLY
575 Lexington Ave
New York, NY 10022
t: 212-317-0077
e: andy@lvly.tv lvly.tv
Really sorry for the delay in getting back to you, the automatic application of the shot name would definitely require some customization but for you to be able to link an exported quicktime from Flame as a version to a shot or a Task you can take over the config and modify the collector.py hook to set the
“item.context_change_allowed = True”
on lines 298 and 349. It is set to False by default.
Once you do that you should be able to something similar to the screenshot below :-
Actually, I found it and made the change. I logged out and then
back in (of linux) launched flame and I didn’t get the new
behavior. Do I have to make a change somewhere else?
I suspect the collector.py file that you modified may not be the one that is getting loaded, it gets a bit confusing with Flame because there are 2 paths where things could get loaded from the ~/.shotgun/bundle_cache/app_store/tk-flame or the /opt/Autodesk/presets/2020.2/shotgun/bundle_cache/app_store/tk-flame.
If you check the ~/.shotgun/logs/tk-flame.log and search for tk-multi-publish2 , it will show you where it is getting loaded from.
Let me know if you continue to have problems getting it to work.