style cleanup: also rename bmesh_decimate.c --> bmesh_decimate_collapse.c

This commit is contained in:
2012-10-23 03:38:26 +00:00
parent 05f147f12e
commit 1767b65846
34 changed files with 131 additions and 127 deletions

View File

@@ -867,7 +867,7 @@ static int object_origin_set_exec(bContext *C, wmOperator *op)
tot_change++;
arm->id.flag |= LIB_DOIT;
/* do_inverse_offset= TRUE; */ /* docenter_armature() handles this */
/* do_inverse_offset = TRUE; */ /* docenter_armature() handles this */
BKE_object_where_is_calc(scene, ob);
BKE_pose_where_is(scene, ob); /* needed for bone parents */