Skip to content

Commit

Permalink
Merge pull request #182 from masqu3rad3/hotfix
Browse files Browse the repository at this point in the history
Adding usd_lop into the HDA callbacks for future proofing the lop_imort HDA
  • Loading branch information
masqu3rad3 authored Dec 31, 2024
2 parents 02e9d0f + 0c42248 commit fd60ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tik_manager4/dcc/houdini/hda/nodes/callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def populate_elements(self, node, version_obj=None):
object.
"""
if version_obj:
valid_elements = ["alembic", "usd"]
valid_elements = ["alembic", "usd", "usd_lop"]
elements = [x for x in version_obj.element_types if x in valid_elements]
element_names = ";".join(elements)
pass_value = elements[0] if elements else None
Expand Down

0 comments on commit fd60ed4

Please sign in to comment.