Blender V4.3
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 65 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 71 of file grease_pencil_trace_util.hh.

◆ optimize_curves

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

Definition at line 73 of file grease_pencil_trace_util.hh.

◆ optimize_tolerance

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

Definition at line 75 of file grease_pencil_trace_util.hh.

◆ size_threshold

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

Definition at line 67 of file grease_pencil_trace_util.hh.

◆ turn_policy

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

Definition at line 69 of file grease_pencil_trace_util.hh.


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