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>2016-07-08 16:35:27 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-07-08 16:38:52 +0300
commit8bb69b61579113ab5cc680aac9c870480f6a8afa (patch)
treeccc2e5dff39fb274bfe59e32d6a28167b05d15a0 /source/blender/makesrna/intern/rna_modifier.c
parentc206b7cbb6d32e0353d9f2b253151b4caafdefa0 (diff)
BMesh: add decimate edit-mode tool
Support applying decimate to the mesh selection.
Diffstat (limited to 'source/blender/makesrna/intern/rna_modifier.c')
-rw-r--r--source/blender/makesrna/intern/rna_modifier.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_modifier.c b/source/blender/makesrna/intern/rna_modifier.c
index a7c9f29e7d3..ef74f01f9be 100644
--- a/source/blender/makesrna/intern/rna_modifier.c
+++ b/source/blender/makesrna/intern/rna_modifier.c
@@ -1514,6 +1514,8 @@ static void rna_def_modifier_decimate(BlenderRNA *brna)
{0, NULL, 0, NULL, NULL}
};
+ /* Note, keep in sync with operator 'MESH_OT_decimate' */
+
StructRNA *srna;
PropertyRNA *prop;