Add Active Camera geometry node #106065

Closed
dbsc wants to merge 15 commits from dbsc/blender:active_camera_geo_node into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 00a6ff7fa1 - Show all commits

View File

@ -267,6 +267,7 @@ static int view3d_setobjectascamera_exec(bContext *C, wmOperator *op)
}
DEG_relations_tag_update(CTX_data_main(C));
DEG_id_tag_update(&scene->camera->id, ID_RECALC_TRANSFORM);
return OPERATOR_FINISHED;
}