[arch-commits] Commit in blender/trunk (python3.7.patch stl_export_iter.patch)

Sven-Hendrik Haase svenstaro at archlinux.org
Sat Jul 13 02:59:26 UTC 2019


    Date: Saturday, July 13, 2019 @ 02:59:25
  Author: svenstaro
Revision: 489299

Delete old patches

Deleted:
  blender/trunk/python3.7.patch
  blender/trunk/stl_export_iter.patch

-----------------------+
 python3.7.patch       |   13 -------------
 stl_export_iter.patch |   13 -------------
 2 files changed, 26 deletions(-)

Deleted: python3.7.patch
===================================================================
--- python3.7.patch	2019-07-13 02:59:18 UTC (rev 489298)
+++ python3.7.patch	2019-07-13 02:59:25 UTC (rev 489299)
@@ -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

Deleted: stl_export_iter.patch
===================================================================
--- stl_export_iter.patch	2019-07-13 02:59:18 UTC (rev 489298)
+++ stl_export_iter.patch	2019-07-13 02:59:25 UTC (rev 489299)
@@ -1,13 +0,0 @@
-diff --git a/release/scripts/addons/io_mesh_stl/blender_utils.py b/release/scripts/addons/io_mesh_stl/blender_utils.py
-index 864335ab..c74853db 100644
---- a/release/scripts/addons/io_mesh_stl/blender_utils.py
-+++ b/release/scripts/addons/io_mesh_stl/blender_utils.py
-@@ -86,7 +86,7 @@ def faces_from_mesh(ob, global_matrix, use_mesh_modifiers=False, triangulate=Tru
-     try:
-         mesh = ob.to_mesh(bpy.context.scene, use_mesh_modifiers, "PREVIEW")
-     except RuntimeError:
--        raise StopIteration
-+        return
- 
-     mat = global_matrix * ob.matrix_world
-     mesh.transform(mat)



More information about the arch-commits mailing list