Rename Scene macros back to their original _NEW less names

This commit is contained in:
Dalai Felinto
2017-11-09 13:23:01 -02:00
parent c35f1d05ea
commit cec7f1215a
59 changed files with 200 additions and 200 deletions

View File

@@ -201,7 +201,7 @@ static int objects_remove_active_exec(bContext *C, wmOperator *op)
{
Main *bmain = CTX_data_main(C);
SceneLayer *sl = CTX_data_scene_layer(C);
Object *ob = OBACT_NEW(sl);
Object *ob = OBACT(sl);
int single_group_index = RNA_enum_get(op->ptr, "group");
Group *single_group = group_object_active_find_index(ob, single_group_index);
Group *group;