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 0 additions and 1 deletions
Showing only changes of commit de0bd2e558 - Show all commits

View File

@ -1873,7 +1873,6 @@ static int ed_marker_camera_bind_exec(bContext *C, wmOperator *op)
BKE_scene_camera_switch_update(scene);
BKE_screen_view3d_scene_sync(screen, scene);
DEG_relations_tag_update(CTX_data_main(C));
DEG_id_tag_update(&scene->camera->id, ID_RECALC_TRANSFORM);
WM_event_add_notifier(C, NC_SCENE | ND_MARKERS, nullptr);
WM_event_add_notifier(C, NC_ANIMATION | ND_MARKERS, nullptr);