Blender Git Commit Log
Git Commits -> Revision 4520f4d
Revision 4520f4d by Hans Goudey (soc-2019-bevel-profiles) June 27, 2019, 05:30 (GMT) |
ProfileWidget: Added preset selection and reverse button. The preset selection selects from a few examples currently which are just defined in the C code manually for now. The preset selector is drawn as part of the ProfileWidget rather than by the bevel modifier. The reverse function flips all of the points across the y = 1 - x centerline. It will act as the manual control over the orientation of the profile. It will probably need a new icon eventually. This commit also includes various other changes including variable name changes, updated comments, and cleanup. |
Commit Details:
Full Hash: 4520f4dc47db827eb0ed940a19612dd223573ae2
Parent Commit: b3a4dfe
Lines Changed: +381, -285
9 Modified Paths:
/source/blender/blenkernel/BKE_profile_path.h (+7, -1) (Diff)
/source/blender/blenkernel/intern/profile_path.c (+161, -66) (Diff)
/source/blender/editors/interface/interface_draw.c (+27, -18) (Diff)
/source/blender/editors/interface/interface_handlers.c (+24, -21) (Diff)
/source/blender/editors/interface/interface_templates.c (+127, -169) (Diff)
/source/blender/makesdna/DNA_profilepath_types.h (+3, -3) (Diff)
/source/blender/makesrna/intern/rna_profile.c (+20, -1) (Diff)
/source/blender/makesrna/RNA_enum_types.h (+2, -0) (Diff)
/source/blender/modifiers/intern/MOD_bevel.c (+10, -6) (Diff)
/source/blender/blenkernel/intern/profile_path.c (+161, -66) (Diff)
/source/blender/editors/interface/interface_draw.c (+27, -18) (Diff)
/source/blender/editors/interface/interface_handlers.c (+24, -21) (Diff)
/source/blender/editors/interface/interface_templates.c (+127, -169) (Diff)
/source/blender/makesdna/DNA_profilepath_types.h (+3, -3) (Diff)
/source/blender/makesrna/intern/rna_profile.c (+20, -1) (Diff)
/source/blender/makesrna/RNA_enum_types.h (+2, -0) (Diff)
/source/blender/modifiers/intern/MOD_bevel.c (+10, -6) (Diff)