Merge pull request #307 from BigRoy/enhancement/houdini_load_filepath_fix

Houdini: Fix generic filepath loader
This commit is contained in:
Kayla Man 2024-04-02 21:48:56 +08:00 committed by GitHub
commit 54fa0ae99a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@ import os
import re
from ayon_core.pipeline import load
from openpype.hosts.houdini.api import pipeline
from ayon_core.hosts.houdini.api import pipeline
import hou
@ -103,8 +103,8 @@ class FilePathLoader(load.LoaderPlugin):
parm)
node.setParmTemplateGroup(parm_template_group)
def switch(self, container, representation):
self.update(container, representation)
def switch(self, container, context):
self.update(container, context)
def remove(self, container):