mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Fixed Loader's parent class
This commit is contained in:
parent
5ff73c064e
commit
0f8b35c831
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ import pype.blender.plugin
|
|||
logger = logging.getLogger("pype").getChild("blender").getChild("load_action")
|
||||
|
||||
|
||||
class BlendActionLoader(pype.blender.AssetLoader):
|
||||
class BlendActionLoader(pype.blender.plugin.AssetLoader):
|
||||
"""Load action from a .blend file.
|
||||
|
||||
Warning:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue