Blender Git Commit Log
Git Commits -> Revision 6ee14c9
Revision 6ee14c9 by Aaron Carlisle (master) July 26, 2021, 22:53 (GMT) |
Anotations: Fix a several issues with stroke placement Previously, this option was not exposed in the UI, only for the clip editor. There were also multiple rna properties that did the same thing for each of the 2D editors. There was also an issue where the property enum items were the same as the 3d view which didnt make much sense. Reviewed By: antoniov Differential Revision: https://developer.blender.org/D12027 |
Commit Details:
Full Hash: 6ee14c966d05362228511756c4906e043b87e346
Parent Commit: 05315af
Lines Changed: +28, -28
7 Modified Paths:
/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py (+5, -0) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+0, -2) (Diff)
/source/blender/blenloader/intern/versioning_300.c (+6, -0) (Diff)
/source/blender/editors/gpencil/annotate_paint.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_scene_defaults.h (+0, -2) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+1, -4) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+14, -18) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+0, -2) (Diff)
/source/blender/blenloader/intern/versioning_300.c (+6, -0) (Diff)
/source/blender/editors/gpencil/annotate_paint.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_scene_defaults.h (+0, -2) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+1, -4) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+14, -18) (Diff)