Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3962 from BigRoy/houdini_refactor_container_schem…
Browse files Browse the repository at this point in the history
…a_key

Houdini: Refactor container `schema` value
  • Loading branch information
antirotor authored Oct 12, 2022
2 parents 93a61bb + f823ecf commit 6b94435
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion openpype/hosts/houdini/plugins/load/load_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def load(self, context, name=None, namespace=None, data=None):

# Imprint it manually
data = {
"schema": "avalon-core:container-2.0",
"schema": "openpype:container-2.0",
"id": AVALON_CONTAINER_ID,
"name": node_name,
"namespace": namespace,
Expand Down
2 changes: 1 addition & 1 deletion openpype/hosts/houdini/plugins/load/load_usd_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def load(self, context, name=None, namespace=None, data=None):

# Imprint it manually
data = {
"schema": "avalon-core:container-2.0",
"schema": "openpype:container-2.0",
"id": AVALON_CONTAINER_ID,
"name": node_name,
"namespace": namespace,
Expand Down
2 changes: 1 addition & 1 deletion openpype/hosts/houdini/plugins/load/load_usd_reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def load(self, context, name=None, namespace=None, data=None):

# Imprint it manually
data = {
"schema": "avalon-core:container-2.0",
"schema": "openpype:container-2.0",
"id": AVALON_CONTAINER_ID,
"name": node_name,
"namespace": namespace,
Expand Down

0 comments on commit 6b94435

Please sign in to comment.