Notifications
Clear all

[Closed] SDK: hidden inode?

How do I create an INode that won’t be visible in any user interface selection dialogs? Basically, an INode that is ‘invisible’ to the user…sort of like how PFlow’s individual operators are not visible in any selection dialogs, even though they still exist in the scene node graph…

Setting ‘IsPublic’ to FALSE in the classDesc just makes it uncreatable…but once it’s in the scene it still appears in the layer manager and select-by-name dialog, etc.

1 Reply

hidden pf classes it’s a built-in feature. it uses 0x1EB34200 as second part of class ID. that makes them ‘invisible’. you can it too…