vincentb Posted October 31, 2017 Report Posted October 31, 2017 Hi ftrack team and members from this community. I'm playing with ftrack in Hiero and found the ftrack Action panel very useful. So I decided to tweak it a bit. With what I did I can change trackItems version in a specific track using the ftrack Action panel (a bit like Hiero's version Up/Down). The content of the ftrack Action panel seems to be coded with html/javascript and I would like to modify the behaviour of elements in the "Versions" tab (for example double click on an item to change the version, rather than having to use the "Load" button). Finaly I would like to delete all buttons (Wipe, Tile, Load, Cancel) and just be able to change versions of my items by double clicking on it. Is it possible to access the html/javascript code to modify the display/behaviour of elements showed in red in my screenshot ? Thanks in advance for your answer ! Vincent
Mattias Lagergren Posted November 1, 2017 Report Posted November 1, 2017 Hi and welcome to the forums. I'm afraid that the widget you refer is not possible to access or modify. New html/javascript widgets that we develop are opened sourced and available as git repositories, but the one you refer to is closed source.
vincentb Posted November 9, 2017 Author Report Posted November 9, 2017 Hmmm unfortunately that's what I needed. Anyway thanks for your answer !
vincentb Posted December 8, 2017 Author Report Posted December 8, 2017 Hi again, I wonder if there would be an alternative way to create an "ftrack action panel like" to use in Hiero ? And if yes, what would be the best approach ? I didn't mention it but I work at CGEV (Paris), early adopters... and our server is local. Regards
Mattias Lagergren Posted December 11, 2017 Report Posted December 11, 2017 I think there are two approaches, either if you go a web-based approach as we have and use web technologies/our ftrack-javascript-api - at the moment (Nuke/Hiero 11) the foundry does not support web widgets on all platforms so this may not be the way to go. Alternatively you could build a widget in PySide to have this interactions, using our ftrack-python-api.
vincentb Posted January 11, 2018 Author Report Posted January 11, 2018 Thanks for your reply, I did it the python way. Cheers
Recommended Posts
Archived
This topic is now archived and is closed to further replies.