Skip to content

Commit

Permalink
fix(anim): revert error from c5e6f61
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeCrassous committed Apr 15, 2021
1 parent 8436eb4 commit a1ac9c4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions mixer/blender_data/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,14 +351,6 @@ def unhandled_bpy_data_collection_names(self) -> List[str]:
T.CompositorNodeRLayers: [NameFilterOut(["scene"])],
T.Curve: [NameFilterOut(["shape_keys"])],
T.DecimateModifier: [NameFilterOut(["face_count"])],
T.DriverTarget: [
NameFilterOut(
[
# readonly
"id_type"
]
)
],
T.EditBone: [
NameFilterOut(
[
Expand Down

0 comments on commit a1ac9c4

Please sign in to comment.