code cleanup: function naming, use BKE_*type* prefix.

This commit is contained in:
2012-05-05 14:03:12 +00:00
parent a30dec8e59
commit a731e13043
138 changed files with 837 additions and 835 deletions

View File

@@ -485,7 +485,7 @@ static int edbm_extrude_mesh(Scene *scene, Object *obedit, BMEditMesh *em, wmOpe
* automatically building this data if invalid. Or something.
*/
// DAG_object_flush_update(scene, obedit, OB_RECALC_DATA);
object_handle_update(scene, obedit);
BKE_object_handle_update(scene, obedit);
/* individual faces? */
// BIF_TransformSetUndo("Extrude");