Skip to content

Commit

Permalink
Merge branch '533-exception-while-setting-a-keyframe-on-a-shape-key-v…
Browse files Browse the repository at this point in the history
…alue' into 'master'

Resolve "Exception while setting a keyframe on a shape key value"

Closes #533

See merge request animation-studio/blender/mixer!270
  • Loading branch information
PhilippeCrassous committed Apr 26, 2021
2 parents ebe7812 + b6aa743 commit b7f3b5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mixer/blender_data/specifics.py
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,6 @@ def _(collection: T.bpy_prop_collection, sequence: List[DatablockProxy], collect

for proxy, item in zip(sequence, collection):
group_proxy = cast(PtrToCollectionItemProxy, proxy.data("group"))
assert group_proxy is not None
if item.group is None:
if group_proxy:
# not None -> None
Expand Down

0 comments on commit b7f3b5e

Please sign in to comment.