mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #307 from BigRoy/enhancement/houdini_load_filepath_fix
Houdini: Fix generic filepath loader
This commit is contained in:
commit
54fa0ae99a
1 changed files with 3 additions and 3 deletions
|
|
@ -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):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue