Option to Filter Scene Graph Tree

   1740   4   1
User Avatar
Member
86 posts
Joined: 1月 2015
Offline
Is there an Option or UI for filtering the Scene Graph Tree? It would be great if we could have filters for what's shown, kind of like how the Geometry Spreadsheet does (at the very least, be able to filter prims by name with regexp).

If it isn't there by default, I can't remember, is the Scene Graph Tree extensible?
User Avatar
Member
7836 posts
Joined: 9月 2011
Offline
There is a filter field at the bottom that lets you filter by a pattern. I think it only matches prim names though.
User Avatar
Member
86 posts
Joined: 1月 2015
Offline
Oh yup, I see it - it was collapsed. Want to keep the second part of my question open though - I know some of the new interfaces in Houdini are extensible, but not sure if SGT is.
User Avatar
スタッフ
4454 posts
Joined: 7月 2005
Offline
No, it is not extensible, other than being able to add context menu items. Most of our new panels are extensible by virtue of the fact that they are written in python, and so you have all the code and can modify it. The SGT pane is too performance-critical to be done in python, and making C++ UI extensible is a whole lot more work. Allowing the addition of custom columns is one thought we've had that could be simple enough to let us create some sort of plugin architecture. But that wouldn't have helped for your request (if the feature didn't exist already).
User Avatar
Member
86 posts
Joined: 1月 2015
Offline
Thanks @mtucker, that makes sense.
  • Quick Links