Multi-Object-Mode: Edit Curve Tools add support for Switch Direction (CURVE_OT_switch_direction)
Details
Details
Diff Detail
Diff Detail
Event Timeline
| source/blender/editors/curve/editcurve.c | ||
|---|---|---|
| 2315 | Mind moving this int declaration closer to where you use it? It seems a bit out of place now. | |
| 2321 | Move { to the same line as the for, after the ( with a space between them. | |
| 2337 | If there is no selected curve you still call DEG update and modifier, and ... | |