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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-06-30 19:27:13 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-06-30 19:27:13 +0400
commit69a7e0af02a680f188891a3a2bac86b74f2fbd61 (patch)
tree9fe9ced3a8ca7bfd76836d12c3af0af37be73d2f /source/blender/bmesh/operators/bmo_primitive.c
parentd032c8ba2c90695f63acfdc568db6d5a16e6c1d3 (diff)
rename bmesh ops since they are exposed in an api now.
Diffstat (limited to 'source/blender/bmesh/operators/bmo_primitive.c')
-rw-r--r--source/blender/bmesh/operators/bmo_primitive.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/bmesh/operators/bmo_primitive.c b/source/blender/bmesh/operators/bmo_primitive.c
index 49b0679be3d..d59a90ba3a1 100644
--- a/source/blender/bmesh/operators/bmo_primitive.c
+++ b/source/blender/bmesh/operators/bmo_primitive.c
@@ -427,7 +427,7 @@ void bmo_create_icosphere_exec(BMesh *bm, BMOperator *op)
BMOperator bmop;
BMO_op_initf(bm, &bmop,
- "esubd edges=%fe "
+ "subdivide_edges edges=%fe "
"smooth=%f "
"numcuts=%i "
"use_gridfill=%b use_sphere=%b",