Blender Git Commit Log

Git Commits -> Revision 7b9a739

Revision 7b9a739 by Hans Goudey (soc-2019-bevel-profiles)
August 6, 2019, 17:50 (GMT)
Profile Widget: Sampling function returns ProfilePoint array

This enables two things:
- Memory savings, because no temporary array is needed to change data
formats anymore and because the results can be reused more easily
- Also returning information about which sampled points came from control
points with vector handles, which will be useful for hardening normals of
custom profile bevels.

Commit Details:

Full Hash: 7b9a739b5b09d75cd3eb7256dc9557760387659d
Parent Commit: e625c5a
Lines Changed: +210, -206

9 Modified Paths:

/source/blender/blenkernel/BKE_profile_widget.h (+8, -5) (Diff)
/source/blender/blenkernel/intern/profile_widget.c (+99, -101) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -1) (Diff)
/source/blender/bmesh/tools/bmesh_bevel.c (+52, -51) (Diff)
/source/blender/editors/interface/interface_draw.c (+2, -2) (Diff)
/source/blender/editors/interface/interface_handlers.c (+1, -1) (Diff)
/source/blender/editors/interface/interface_templates.c (+7, -7) (Diff)
/source/blender/makesdna/DNA_profilewidget_types.h (+10, -8) (Diff)
/source/blender/makesrna/intern/rna_profile.c (+30, -30) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021