mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-03 01:14:54 +01:00
update comments
This commit is contained in:
parent
b507c2d52b
commit
686ba073ce
3 changed files with 4 additions and 2 deletions
|
|
@ -12,6 +12,7 @@ import pyblish.api
|
|||
class CollectFilmboxfbxType(pyblish.api.InstancePlugin):
|
||||
"""Collect data type for filmboxfbx instance."""
|
||||
|
||||
# Usually you will use this value as default
|
||||
order = pyblish.api.CollectorOrder
|
||||
hosts = ["houdini"]
|
||||
families = ["filmboxfbx"]
|
||||
|
|
|
|||
|
|
@ -10,12 +10,13 @@ import hou
|
|||
|
||||
class ExtractRedshiftProxy(publish.Extractor):
|
||||
|
||||
# Usually you will use this value as default
|
||||
order = pyblish.api.ExtractorOrder + 0.1
|
||||
label = "Extract FilmBox FBX"
|
||||
families = ["filmboxfbx"]
|
||||
hosts = ["houdini"]
|
||||
|
||||
# overrides InstancePlugin.process()
|
||||
# overrides Extractor.process()
|
||||
def process(self, instance):
|
||||
|
||||
ropnode = hou.node(instance.data.get("instance_node"))
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ class ValidatePrimitiveHierarchyPaths(pyblish.api.InstancePlugin):
|
|||
by default.
|
||||
"""
|
||||
|
||||
# Usually you will this value by default
|
||||
# Usually you will use this value as default
|
||||
order = ValidateContentsOrder + 0.1
|
||||
families = ["filmboxfbx"]
|
||||
hosts = ["houdini"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue