[Bf-extensions-cvs] [88770ba] master: Bugfix: Reconstruction select mode

Eugenio Pignataro noreply at git.blender.org
Tue Mar 18 18:05:22 CET 2014


Commit: 88770bac8f3332fc5fe5223368db2f2ea714a4f8
Author: Eugenio Pignataro
Date:   Tue Mar 18 14:05:02 2014 -0300
https://developer.blender.org/rBAC88770bac8f3332fc5fe5223368db2f2ea714a4f8

Bugfix: Reconstruction select mode

===================================================================

M	oscurart_tools/oscurart_meshes.py

===================================================================

diff --git a/oscurart_tools/oscurart_meshes.py b/oscurart_tools/oscurart_meshes.py
index d0ab65c..9d488ff 100644
--- a/oscurart_tools/oscurart_meshes.py
+++ b/oscurart_tools/oscurart_meshes.py
@@ -13,7 +13,7 @@ D = bpy.data
 ##-----------------------------RECONST---------------------------
 def defReconst(self, OFFSET): 
     bpy.ops.object.mode_set(mode='EDIT', toggle=False)
-    bpy.context.tool_settings.mesh_select_mode = (True, False, False)
+    bpy.context.tool_settings.mesh_select_mode = (True, True, True)
     ob = bpy.context.active_object
     bm = bmesh.from_edit_mesh(ob.data)
     bm.select_flush(False)



More information about the Bf-extensions-cvs mailing list