How to delete custom created viewport overrides

   3243   5   1
User Avatar
Member
11 posts
Joined: 5月 2014
オフライン
Hi,

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


Cheers.
PK

Attachments:
image (4).png (69.9 KB)

User Avatar
Member
223 posts
Joined: 2月 2017
オフライン
+1 can't find the option
User Avatar
スタッフ
4566 posts
Joined: 7月 2005
オフライン
Yeah, somewhat ridiculously, there is no way to do this right now (besides with a python script). There is already an RFE for this.
User Avatar
Member
11 posts
Joined: 5月 2014
オフライン
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.
User Avatar
スタッフ
4566 posts
Joined: 7月 2005
オフライン
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')
User Avatar
Member
223 posts
Joined: 2月 2017
オフライン
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
  • Quick Links