From 424bd40d884f503692d2bcab945375ecae07542e Mon Sep 17 00:00:00 2001 From: bill-auger Date: Thu, 31 Jan 2019 01:43:43 -0500 Subject: [blender]: upgrade to git-2c0c1f494dcfadb3c01d23e2348e28bc8864e9f3 --- libre/blender/python3.7.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libre/blender/python3.7.patch (limited to 'libre/blender/python3.7.patch') 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 -- cgit v1.2.3