Skip to content

Commit

Permalink
update TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
MustafaJafar committed Aug 7, 2024
1 parent 0b1cafc commit 185dda7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ def process(self, instance):
if not target_file_name:
continue

# FIXME This won't work with render products.
out_path = os.path.join(staging_dir, target_file_name)

# Copy only the frames that we won't render.
Expand Down
4 changes: 4 additions & 0 deletions client/ayon_houdini/plugins/publish/extract_render.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ def process(self, instance):
return

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
# 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"))
frames_to_fix = clique.parse(instance.data["frames_to_fix"], "{ranges}")

Expand Down

0 comments on commit 185dda7

Please sign in to comment.