Blender Git Commits

Blender Git "soc-2020-greasepencil-curve" branch commits.

Page: 19 / 21

June 9, 2020, 16:01 (GMT)
GPencil: Remove not needed macros and functions

Remove marco and function that was no longer needed and use
newer BKE function.
June 9, 2020, 16:00 (GMT)
GPencil: Add update functions for the editcurve

Add new functions that will refir the curve to the grease pencil stroke.
June 9, 2020, 14:15 (GMT)
GPencil: Remove curve flag and replace with RNA dynamic prop

We don't need this flag because we can check the struct pointer itself.
June 9, 2020, 13:40 (GMT)
GPencil: FIx flag GP_STROKE_CURVE_MODE

The flag was set to 2^11 and it was 2^16 before. The type of the flag is short, so it was
never actually beeing set.
June 9, 2020, 12:31 (GMT)
GPencil: Add 'select all' operator for curve

Change the 'select all' operator so that, if the stroke
is in curve edit mode, it selects the curve handles.
June 9, 2020, 12:28 (GMT)
GPencil: Use curve fitting write data for operator

Instead of writing test data to editcurve, use the
BKE_gpencil_stroke_curve_create function to write fitted
curve data to editcurve.
June 9, 2020, 12:23 (GMT)
GPencil: Add function to create editcurve from stroke

This BKE function uses curve_fit_cubic_to_points_fl to fit a curve
to a grease pencil stroke.
June 8, 2020, 16:59 (GMT)
GPencil: Write operator creates two curve points

The dummy operator that writes data to the editcurve
of a bGPDstroke now writes two curve points. One for the first stroke
point and one for the last stroke point.
June 8, 2020, 16:57 (GMT)
GPencil: Remove duplicated toggle button code
June 8, 2020, 09:12 (GMT)
Merge branch 'greasepencil-edit-curve' into soc-2020-greasepencil-curve
June 8, 2020, 07:09 (GMT)
Merge branch 'master' into greasepencil-edit-curve
June 7, 2020, 17:10 (GMT)
GPencil: Cleanup comment
June 7, 2020, 17:03 (GMT)
GPencil: First test to create handles drawing

Basic structure
June 7, 2020, 15:49 (GMT)
GPencil: Add RNA update when change handles data
June 7, 2020, 15:45 (GMT)
GPencil: Add point index array RNA property

This property should be used for debugging purposes.
June 7, 2020, 13:57 (GMT)
GPencil: Fix merge errors

June 7, 2020, 11:26 (GMT)
Merge branch 'master' into greasepencil-edit-curve
June 6, 2020, 14:50 (GMT)
GPencil: Add point index array RNA property

This property should be used for debugging purposes.
June 6, 2020, 10:26 (GMT)
GPencil: New prop to determine if a stroke is using Curve Edit mode

This flag will be used to determine if the selection must be done for points to generate handles or the handles are already visibles.
June 6, 2020, 10:10 (GMT)
Merge branch 'greasepencil-edit-curve' into soc-2020-greasepencil-curve
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021