Blender Git Loki
Git Commits -> Revision 1abb1ba
Revision 1abb1ba by Antonio Vazquez (master) September 3, 2019, 16:59 (GMT) |
GPencil: Fix unreported autolock layers using Dopesheet When select a layer in Dopesheet, the autolock layer was not working. Now the Dopesheet code calls the function for autolock. Also some code cleanup to move the logic to new function. |
Commit Details:
Full Hash: 1abb1ba9a353b5d377da20ae4b41d3cf3439857a
Parent Commit: e91ea20
Lines Changed: +37, -25
5 Modified Paths:
/source/blender/blenkernel/BKE_gpencil.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/gpencil.c (+33, -1) (Diff)
/source/blender/editors/animation/anim_channels_edit.c (+1, -0) (Diff)
/source/blender/editors/space_action/action_select.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_gpencil.c (+1, -24) (Diff)
/source/blender/blenkernel/intern/gpencil.c (+33, -1) (Diff)
/source/blender/editors/animation/anim_channels_edit.c (+1, -0) (Diff)
/source/blender/editors/space_action/action_select.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_gpencil.c (+1, -24) (Diff)