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:
authorBrendon Murphy <meta.androcto1@gmail.com>2012-03-04 13:47:36 +0400
committerBrendon Murphy <meta.androcto1@gmail.com>2012-03-04 13:47:36 +0400
commitf01e6b1b1a9a4dd0a831c34af52040044331458e (patch)
treea657260592dd262073f96cbf580ca2dee75e4723 /add_mesh_extra_objects
parent9f2a7d8bd32f8be93f0e3d8d7792da051ffdd843 (diff)
update from metalliandy
Diffstat (limited to 'add_mesh_extra_objects')
-rw-r--r--add_mesh_extra_objects/add_mesh_polysphere.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/add_mesh_extra_objects/add_mesh_polysphere.py b/add_mesh_extra_objects/add_mesh_polysphere.py
index 9035a906..7b4ac568 100644
--- a/add_mesh_extra_objects/add_mesh_polysphere.py
+++ b/add_mesh_extra_objects/add_mesh_polysphere.py
@@ -18,9 +18,9 @@
'''
bl_info = {
"name": "Add PolySphere",
- "author": "Andy Davies (metalliandy)",
- "version": (0,1,5),
- "blender": (2, 5, 8),
+ "author": "Andy Davies (metalliandy)",
+ "version": (0,1,6),
+ "blender": (2, 6, 2),
"location": "View3D > Add > Mesh > PolySphere",
"description": "Adds a PolySphere (all quads) for sculpting",
"warning": "",
@@ -62,7 +62,7 @@ def Add_PolySphere():
bpy.ops.object.editmode_toggle()
#Selects cube in Editmode
- bpy.ops.mesh.select_all(action='TOGGLE')
+ #bpy.ops.mesh.select_all(action='TOGGLE')
#Adds transform "To Sphere"
bpy.ops.transform.tosphere(value=1)