mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
added Creator plugin for houdini and fixed inheritance in it's creators
This commit is contained in:
parent
22a1a711c6
commit
c154aa5993
4 changed files with 12 additions and 6 deletions
6
pype/hosts/houdini/api/plugin.py
Normal file
6
pype/hosts/houdini/api/plugin.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from avalon import houdini
|
||||
from pype.api import PypeCreatorMixin
|
||||
|
||||
|
||||
class Creator(PypeCreatorMixin, houdini.Creator):
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue