Skip to content

Commit

Permalink
update a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MustafaJafar committed Aug 7, 2024
1 parent 8b7b1b5 commit 620bf82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ayon_houdini/plugins/publish/extract_render.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def process(self, instance):

if creator_attribute.get("render_target") == "local":
# FIXME Render the entire frame range if any of the AOVs does not have a
# previously rendered version. This situation breaks the frames to fix feature
# previously rendered version. This situation breaks the publishing.
# because There will be missing frames as ROP nodes typically cannot render different
# frame ranges for each AOV; they always use the same frame range for all AOVs.
rop_node = hou.node(instance.data.get("instance_node"))
Expand Down

0 comments on commit 620bf82

Please sign in to comment.