blender/extern/curve_fit_nd
Campbell Barton 8ac662c77a New freehand curve drawing tool
- Access with Shift-LMB or from the 'Create' toolbar tab.
- Uses curve fitting for bezier curves, with error and corner angle options.
- Optional tablet pressure to curve radius mapping.
- Depth can use the cursor or optionally draw onto the surface,
  for the entire stroke or using the stroke start.
- Stroke plane can optionally be perpendicular to, or aligned to the surface normal.
- Optional radius tapering and for start/end points.
- Supports operator redo and calling from Python.
2016-04-15 20:36:38 +10:00
..
intern New freehand curve drawing tool 2016-04-15 20:36:38 +10:00
CMakeLists.txt Add lib for n-dimensional cubic curve fitting 2016-04-15 20:33:58 +10:00
curve_fit_nd.h New freehand curve drawing tool 2016-04-15 20:36:38 +10:00