Skip to content

Commit

Permalink
Fix: transfer bone constraints (ynput#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tilix4 authored Sep 28, 2023
1 parent f46436d commit 6747f26
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions openpype/hosts/blender/api/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,9 +352,6 @@ def transfer_stack(
"""
src_col = getattr(source_datablock, stack_name)
for stack_datablock in src_col:
if stack_datablock.is_override_data:
continue

target_col = getattr(target_datablock, stack_name)
target_stack_datablock = target_col.get(stack_datablock.name)
if not target_stack_datablock:
Expand Down

0 comments on commit 6747f26

Please sign in to comment.