summaryrefslogtreecommitdiff
path: root/libre/blender/python3.7.patch
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2019-01-31 01:43:43 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2019-02-02 09:07:55 -0500
commit424bd40d884f503692d2bcab945375ecae07542e (patch)
tree44ce2ea92d49c8f1e583cc296cf1780ea77ab750 /libre/blender/python3.7.patch
parent2c38f92da499fb18e22123f76b3158c46e3247cc (diff)
downloadabslibre-424bd40d884f503692d2bcab945375ecae07542e.tar.gz
abslibre-424bd40d884f503692d2bcab945375ecae07542e.tar.bz2
abslibre-424bd40d884f503692d2bcab945375ecae07542e.zip
[blender]: upgrade to git-2c0c1f494dcfadb3c01d23e2348e28bc8864e9f3
Diffstat (limited to 'libre/blender/python3.7.patch')
-rw-r--r--libre/blender/python3.7.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/libre/blender/python3.7.patch b/libre/blender/python3.7.patch
new file mode 100644
index 000000000..85fa6c6f5
--- /dev/null
+++ b/libre/blender/python3.7.patch
@@ -0,0 +1,13 @@
+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