mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
Remove unnecessary defaults.
This commit is contained in:
parent
c7b5a6ac84
commit
027cdf4f3a
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ class ValidateFrameRange(pyblish.api.InstancePlugin):
|
|||
"yeticache"]
|
||||
optional = True
|
||||
actions = [openpype.api.RepairAction]
|
||||
exclude_families = ["model", "rig", "staticMesh"]
|
||||
exclude_families = []
|
||||
|
||||
def process(self, instance):
|
||||
context = instance.context
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue