🐛 hide context node by default

This commit is contained in:
Ondřej Samohel 2022-10-25 16:37:37 +02:00
parent 0fa86d5ce4
commit 1dcd49576b
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -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):