Blender Git Commit Log
Git Commits -> Revision bc4c20d
Revision bc4c20d by Germano Cavalcante (master) November 25, 2021, 13:18 (GMT) |
Fix T93360: 'Iteractive Light Track' do not work over empty background Bug introduced in {rBaa0ac0035a0d}. The invalid depth fallback was changed to `FLT_MAX` in order to match the annotation and gpencil operations. This broke the `Interactive Light Track` operator which invalidates the operation if the depth value is `1.0f`. The chosen solution was to change the value tested in the annotation and gpencil operations. |
Commit Details:
Full Hash: bc4c20d414e90c8e25e12cfee860e86adb06e961
Parent Commit: 4473787
Lines Changed: +33, -20
7 Modified Paths:
/source/blender/editors/gpencil/annotate_paint.c (+9, -4) (Diff)
/source/blender/editors/gpencil/gpencil_fill.c (+1, -1) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+2, -0) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+7, -4) (Diff)
/source/blender/editors/gpencil/gpencil_primitive.c (+5, -5) (Diff)
/source/blender/editors/gpencil/gpencil_utils.c (+4, -0) (Diff)
/source/blender/editors/space_view3d/view3d_utils.c (+5, -6) (Diff)
/source/blender/editors/gpencil/gpencil_fill.c (+1, -1) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+2, -0) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+7, -4) (Diff)
/source/blender/editors/gpencil/gpencil_primitive.c (+5, -5) (Diff)
/source/blender/editors/gpencil/gpencil_utils.c (+4, -0) (Diff)
/source/blender/editors/space_view3d/view3d_utils.c (+5, -6) (Diff)