Blender V5.0
blender::ed::image_trace::TraceParams Struct Reference

#include <grease_pencil_trace_util.hh>

Public Attributes

int size_threshold = 2
TurnPolicy turn_policy = TurnPolicy::Minority
float alpha_max = 1.0f
bool optimize_curves = true
float optimize_tolerance = 0.2f

Detailed Description

Definition at line 64 of file grease_pencil_trace_util.hh.

Member Data Documentation

◆ alpha_max

float blender::ed::image_trace::TraceParams::alpha_max = 1.0f

Definition at line 70 of file grease_pencil_trace_util.hh.

◆ optimize_curves

bool blender::ed::image_trace::TraceParams::optimize_curves = true

Definition at line 72 of file grease_pencil_trace_util.hh.

◆ optimize_tolerance

float blender::ed::image_trace::TraceParams::optimize_tolerance = 0.2f

Definition at line 74 of file grease_pencil_trace_util.hh.

◆ size_threshold

int blender::ed::image_trace::TraceParams::size_threshold = 2

Definition at line 66 of file grease_pencil_trace_util.hh.

◆ turn_policy

TurnPolicy blender::ed::image_trace::TraceParams::turn_policy = TurnPolicy::Minority

Definition at line 68 of file grease_pencil_trace_util.hh.


The documentation for this struct was generated from the following file: