mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
🐛 hide context node by default
This commit is contained in:
parent
0fa86d5ce4
commit
1dcd49576b
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ class HoudiniHost(HostBase, IWorkfileHost, ILoadHost, INewPublisher):
|
|||
op_ctx.setCreatorState("OpenPype")
|
||||
op_ctx.setComment("OpenPype node to hold context metadata")
|
||||
op_ctx.setColor(hou.Color((0.081, 0.798, 0.810)))
|
||||
# op_ctx.hide(True)
|
||||
op_ctx.hide(True)
|
||||
return op_ctx
|
||||
|
||||
def update_context_data(self, data, changes):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue