summaryrefslogtreecommitdiff
path: root/libre/blender/python3.7.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/blender/python3.7.patch')
-rw-r--r--libre/blender/python3.7.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/libre/blender/python3.7.patch b/libre/blender/python3.7.patch
deleted file mode 100644
index 85fa6c6f5..000000000
--- a/libre/blender/python3.7.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/object_facemap_auto/auto_fmap_widgets.py b/object_facemap_auto/auto_fmap_widgets.py
-index 5b26f75..646e844 100644
---- a/object_facemap_auto/auto_fmap_widgets.py
-+++ b/object_facemap_auto/auto_fmap_widgets.py
-@@ -324,7 +324,7 @@ class AutoFaceMapWidgetGroup(ManipulatorGroup):
-
- # foo;bar=baz;bonzo=bingo --> {"bar": baz", "bonzo": bingo}
- mpr.fmap_target_rules = dict(
-- item.partition("=")[::2] for item in fmap_rules,
-+ item.partition("=")[::2] for item in fmap_rules
- )
-
- # XXX, we might want to have some way to extract a 'center' from a face-map