Skip to content

Commit

Permalink
fix deleted openpype.api
Browse files Browse the repository at this point in the history
  • Loading branch information
Tilix4 committed Jun 1, 2023
1 parent 9f7223b commit 1644c37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
import bpy

import pyblish.api
from openpype.api import ValidateContentsOrder

from openpype.hosts.blender.api.action import SelectInvalidAction
from openpype.plugin import ValidateContentsOrder


class ValidateMaterialSlots(pyblish.api.InstancePlugin):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

import bpy
import pyblish.api
from openpype.api import ValidateContentsOrder

from openpype.hosts.blender.api.action import SaveDirtyTextures
from openpype.plugin import ValidateContentsOrder

class ValidateNoDirtyTexture(pyblish.api.InstancePlugin):
"""Validates that there are no dirty textures
Expand Down

0 comments on commit 1644c37

Please sign in to comment.