Cleanup: Make format
Formatting changes resulting from Make Format
This commit is contained in:
@@ -275,7 +275,7 @@ static int pose_slide_init(bContext *C, wmOperator *op, ePoseSlide_Modes mode)
|
||||
|
||||
/* Initialize numeric input. */
|
||||
initNumInput(&pso->num);
|
||||
pso->num.idx_max = 0; /* One axis. */
|
||||
pso->num.idx_max = 0; /* One axis. */
|
||||
pso->num.unit_type[0] = B_UNIT_NONE; /* Percentages don't have any units. */
|
||||
|
||||
/* Return status is whether we've got all the data we were requested to get. */
|
||||
|
||||
@@ -301,7 +301,8 @@ struct PaintOperationExecutor {
|
||||
corner_angle_threshold,
|
||||
memory);
|
||||
|
||||
/* Pre-blur the coordinates for the curve fitting. This generally leads to a better (more stable) fit. */
|
||||
/* Pre-blur the coordinates for the curve fitting. This generally leads to a better (more
|
||||
* stable) fit. */
|
||||
Array<float2> coords_pre_blur(smooth_window.size());
|
||||
const int pre_blur_iterations = 3;
|
||||
ed::greasepencil::gaussian_blur_1D(coords_to_smooth,
|
||||
|
||||
Reference in New Issue
Block a user