vincentb Posted October 31, 2017 Report Share 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 Link to comment Share on other sites More sharing options...
Mattias Lagergren Posted November 1, 2017 Report Share 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. Link to comment Share on other sites More sharing options...
vincentb Posted November 9, 2017 Author Report Share Posted November 9, 2017 Hmmm unfortunately that's what I needed. Anyway thanks for your answer ! Link to comment Share on other sites More sharing options...
vincentb Posted December 8, 2017 Author Report Share 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 Link to comment Share on other sites More sharing options...
Mattias Lagergren Posted December 11, 2017 Report Share 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. Link to comment Share on other sites More sharing options...
vincentb Posted January 11, 2018 Author Report Share Posted January 11, 2018 Thanks for your reply, I did it the python way. Cheers Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.