Konstantin Maslyuk 0 Report post Posted March 22, 2017 HI all, i need filtering functionality in Asset Manager and would like to implement it so it would be merged upstream. I need your advice, how to change ui components to implement such functionality because ComboBox should display something informative about current filtering. Share this post Link to post Share on other sites
Mattias Lagergren 142 Report post Posted March 23, 2017 20 hours ago, Konstantin Maslyuk said: I need your advice, how to change ui components to implement such functionality because ComboBox should display something informative about current filtering. Could you elaborate a little bit on how you would like to change the filtering? The asset manager is in the ftrack-connect repository, and if you want you can fork it and put up a pull-requests towards our repository: https://bitbucket.org/ftrack/ftrack-connect https://bitbucket.org/ftrack/ftrack-connect/src/c585376e04970bd8711033a7992080dc8071fdcc/source/ftrack_connect/ui/widget/asset_manager.py?at=master&fileviewer=file-view-default Are you running the plugins from source today or the downloaded ftrack Connect package? Share this post Link to post Share on other sites
Konstantin Maslyuk 0 Report post Posted March 23, 2017 I need ability to filter out specific asset type (eg. all but Texture) or/and display assets of several types as at time (eg. only Geometry and Rig). If filtering would be saved (to external config) and restored on open, that would be good deal as well. In this case i need some guideline on saving configs. Asset Manager is quite standalone so we updated to upstream forked file. And i m quite familiar with Git and pull requests. Share this post Link to post Share on other sites
Konstantin Maslyuk 0 Report post Posted March 23, 2017 It would be button that display current filtering and open menu with checkboxes right before asset types and option Show All on clicked. Share this post Link to post Share on other sites
Mattias Lagergren 142 Report post Posted March 24, 2017 17 hours ago, Konstantin Maslyuk said: Asset Manager is quite standalone so we updated to upstream forked file. And i m quite familiar with Git and pull requests. A pull-request is very welcome! Share this post Link to post Share on other sites