Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-11-01 13:28:42 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-11-01 13:28:42 +0400
commit6b85cf59a853fdcd35e374e8b6e5a78249242ac9 (patch)
tree55ab30cb48445a16df37738b5c62036398d1ac01 /mesh_bsurfaces.py
parenta051b5ba9a5c43ed6157a8d6c8c7ec962e3a26ba (diff)
update for changes in svn
Diffstat (limited to 'mesh_bsurfaces.py')
-rw-r--r--mesh_bsurfaces.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesh_bsurfaces.py b/mesh_bsurfaces.py
index b4a0307b..a107f661 100644
--- a/mesh_bsurfaces.py
+++ b/mesh_bsurfaces.py
@@ -1561,7 +1561,7 @@ class GPENCIL_OT_SURFSK_add_surface(bpy.types.Operator):
bpy.ops.object.editmode_toggle('INVOKE_REGION_WIN')
bpy.ops.mesh.select_all(action='DESELECT')
- bpy.ops.mesh.select_by_number_vertices(type='NOTEQUAL')
+ bpy.ops.mesh.select_face_by_sides(type='NOTEQUAL')
bpy.ops.mesh.delete()
bpy.ops.object.editmode_toggle('INVOKE_REGION_WIN')