mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
resolve hound conversations
This commit is contained in:
parent
e1f2a77089
commit
3d658bb3f2
1 changed files with 2 additions and 6 deletions
|
|
@ -66,8 +66,6 @@ class ValidateMeshIsStatic(pyblish.api.InstancePlugin):
|
|||
cls.log.info("Mesh is not static!")
|
||||
return [output_node]
|
||||
|
||||
|
||||
|
||||
# what repair action expects to find and call
|
||||
@classmethod
|
||||
def repair(cls, instance):
|
||||
|
|
@ -94,8 +92,6 @@ class ValidateMeshIsStatic(pyblish.api.InstancePlugin):
|
|||
if cls.get_invalid(instance) != [output_node]:
|
||||
return
|
||||
|
||||
|
||||
|
||||
time_shift = output_node.parent().createNode("timeshift",
|
||||
"freeze_time")
|
||||
time_shift.parm("frame").deleteAllKeyframes()
|
||||
|
|
@ -104,8 +100,8 @@ class ValidateMeshIsStatic(pyblish.api.InstancePlugin):
|
|||
time_shift.parm("frame").set(frame)
|
||||
|
||||
cls.log.debug(
|
||||
"'%s' was created. It will kill time dependency."
|
||||
, time_shift
|
||||
"'%s' was created. It will kill time dependency.",
|
||||
time_shift
|
||||
)
|
||||
|
||||
time_shift.setGenericFlag(hou.nodeFlag.DisplayComment, True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue