検索 - User list
Full Version: How to delete custom created viewport overrides
Root » Solaris and Karma » How to delete custom created viewport overrides
pete4d
Hi,

What is the way to delete previously saved Viewport overrides? I can create them, but not modify/delete them.


Cheers.
PK
wanglifu
+1 can't find the option
mtucker
Yeah, somewhat ridiculously, there is no way to do this right now (besides with a python script). There is already an RFE for this.
pete4d
mtucker
Yeah, somewhat ridiculously, there is no way to do this right now (besides with a python script). There is already an RFE for this.

Thanks for your tip. Would you mind to share the python way to remove foobar entry? Thanks so much.
mtucker
Expansion states, overrides, and load masks are stored as "data blocks" on the LOP Network. Data blocks are removed like this:

s = hou.node('/stage')
s.removeDataBlock('foo.overrides')
wanglifu
mtucker
Expansion states, overrides, and load masks are stored as "data blocks" on the LOP Network. Data blocks are removed like this:

s = hou.node('/stage')
s.removeDataBlock('foo.overrides')

Two years later,we still don't have this basic function
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB