Blender Git Loki
Git Commits -> Revision 417695e
Revision 417695e by Hans Goudey (master) September 4, 2020, 15:56 (GMT) |
Curve Profile: Miscellaneous cleanup - Declare variables where they are initialized - Use consistent variable and static function names - Use helper functions more for common operations - Remove use of BezTriple struct, use CurveProfilePoint instead - Apply small simplifications to code in some situations |
Commit Details:
Full Hash: 417695e4a8bff7927a936797ca01c6461ce0eaf7
Parent Commit: ce67a9d
Lines Changed: +199, -285