Blender Git Loki
Git Commits -> Revision 52fdf42
September 6, 2021, 07:22 (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: 52fdf42d352970d0bcc21f9978d1ac09ffba938a
Parent Commit: ae1a57a
Committed By: Jeroen Bakker
Lines Changed: +2, -3
1 Modified Path:
/source/blender/draw/engines/overlay/overlay_extra.c (+2, -3) (Diff)