Blender Git Commit Log
Git Commits -> Revision bc56c12
Revision bc56c12 by Germano Cavalcante (master) February 8, 2021, 12:54 (GMT) |
Cleanup: Rearrange and name the enums and flags used in the transform code Simple change that shows all the enums used in the transform code and helps to better understand the role of the members of the struct TransInfo. It also allows the IDE to show the name of the value represented by the member instead of a number that needs to be consulted. Differential Revision: https://developer.blender.org/D10312 |
Commit Details:
Full Hash: bc56c127704f937d7fdfee082975bc0fa01f4b52
Parent Commit: dfa3e0d
Lines Changed: +254, -242
5 Modified Paths:
/source/blender/editors/include/ED_transform.h (+2, -19) (Diff)
/source/blender/editors/transform/transform.h (+249, -194) (Diff)
/source/blender/editors/transform/transform_convert.c (+1, -1) (Diff)
/source/blender/editors/transform/transform_convert.h (+0, -28) (Diff)
/source/blender/editors/transform/transform_draw_cursors.c (+2, -0) (Diff)
/source/blender/editors/transform/transform.h (+249, -194) (Diff)
/source/blender/editors/transform/transform_convert.c (+1, -1) (Diff)
/source/blender/editors/transform/transform_convert.h (+0, -28) (Diff)
/source/blender/editors/transform/transform_draw_cursors.c (+2, -0) (Diff)