change blender import to new structure

This commit is contained in:
Milan Kolar 2021-01-28 11:43:55 +01:00
parent 9377e9127c
commit b2e152a16f
4 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@ import bpy
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):

View file

@ -0,0 +1,3 @@
from pype.hosts import blender.api
blender.api.install()

View file

@ -1,3 +0,0 @@
from pype.hosts import blender
blender.install()