Page Menu
Home
Search
Configure Global Search
Log In
Differential
D5516
Diff 18119
source/blender/makesdna/DNA_profilewidget_types.h
Changeset View
Since it's noted as a TODO to support manually editing bezier handles I think it would be better to split out the vector type from the flag.
Otherwise we end up with multiple handle types being mixed in a flag where only one ends up being used - it can work but makes flag usage hard to follow.
This could be a char h1, h2; matching BezTriple - even if you start by only supporting vector & auto.