mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
change blender import to new structure
This commit is contained in:
parent
9377e9127c
commit
b2e152a16f
4 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@ import bpy
|
||||||
|
|
||||||
import pyblish.api
|
import pyblish.api
|
||||||
|
|
||||||
from ...action import get_errored_instances_from_context
|
from pype.api import get_errored_instances_from_context
|
||||||
|
|
||||||
|
|
||||||
class SelectInvalidAction(pyblish.api.Action):
|
class SelectInvalidAction(pyblish.api.Action):
|
||||||
3
pype/hosts/blender/startup/init.py
Normal file
3
pype/hosts/blender/startup/init.py
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
from pype.hosts import blender.api
|
||||||
|
|
||||||
|
blender.api.install()
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
from pype.hosts import blender
|
|
||||||
|
|
||||||
blender.install()
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue