Blender Git Loki
Git Commits -> Revision 9564b6c
Revision 9564b6c by Philipp Oeser (master) August 23, 2021, 10:52 (GMT) |
Fix T90651: camera reconstruction crash without scene camera This was working differently in 2.79, tried tracking this down and it seems this was wrong since the 2.8 beginning in {rB7907dfc40018}. This would not only crash without an active scene camera, but would also result in different tracks from different camera's constraints could not be selected. So select id depends on corresponding camera, remove the dependency on scene camera completely. Maniphest Tasks: T90651 Differential Revision: https://developer.blender.org/D12230 |
Commit Details:
Full Hash: 9564b6cf2388fc869608f32a77cbc18032810e58
Parent Commit: 0682af0
Lines Changed: +2, -3
1 Modified Path:
/source/blender/draw/engines/overlay/overlay_extra.c (+2, -3) (Diff)