mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
modified comments
This commit is contained in:
parent
5837607c7c
commit
0f13afedfc
1 changed files with 4 additions and 4 deletions
|
|
@ -50,10 +50,10 @@ class ExtractSequence(pyblish.api.Extractor):
|
||||||
mark_in = instance.context.data["sceneMarkIn"]
|
mark_in = instance.context.data["sceneMarkIn"]
|
||||||
mark_out = instance.context.data["sceneMarkOut"]
|
mark_out = instance.context.data["sceneMarkOut"]
|
||||||
|
|
||||||
# Change scene Start Frame to 0 to prevend frame index issues
|
# Change scene Start Frame to 0 to prevent frame index issues
|
||||||
# - issue is that TVPaint versions deal with frame indexes in a
|
# - issue is that TVPaint versions deal with frame indexes in a
|
||||||
# different way
|
# different way when Start Frame is not `0`
|
||||||
# It should be set back after rendering
|
# NOTE It will be set back after rendering
|
||||||
scene_start_frame = instance.context.data["sceneStartFrame"]
|
scene_start_frame = instance.context.data["sceneStartFrame"]
|
||||||
lib.execute_george("tv_startframe 0")
|
lib.execute_george("tv_startframe 0")
|
||||||
|
|
||||||
|
|
@ -145,7 +145,7 @@ class ExtractSequence(pyblish.api.Extractor):
|
||||||
filtered_layers
|
filtered_layers
|
||||||
)
|
)
|
||||||
|
|
||||||
# Change scene frame Start back
|
# Change scene frame Start back to previous value
|
||||||
lib.execute_george("tv_startframe {}".format(scene_start_frame))
|
lib.execute_george("tv_startframe {}".format(scene_start_frame))
|
||||||
|
|
||||||
# Sequence of one frame
|
# Sequence of one frame
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue