From 8bb69b61579113ab5cc680aac9c870480f6a8afa Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 8 Jul 2016 23:35:27 +1000 Subject: BMesh: add decimate edit-mode tool Support applying decimate to the mesh selection. --- source/blender/makesrna/intern/rna_modifier.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/makesrna/intern/rna_modifier.c') 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; -- cgit v1.2.3