Skip to content

Commit

Permalink
Add 'integrate' key with value False to shot instance data.
Browse files Browse the repository at this point in the history
- Add 'integrate' key with value False to shot instance data.
  • Loading branch information
jakubjezek001 committed Sep 11, 2024
1 parent 31f8fc0 commit 937ff34
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def _solve_inputs_to_data(self, instance):
"sourceOut": _cr_attrs["sourceOut"],
"workfileFrameStart": workfile_start_frame,
"folderPath": _cr_attrs["folderPath"],
"integrate": False,
}

def _solve_hierarchy_context(self, instance):
Expand Down

0 comments on commit 937ff34

Please sign in to comment.