Blender  V3.3
DNA_linestyle_defaults.h File Reference

Go to the source code of this file.

Macros

FreestyleLineStyle Struct
#define _DNA_DEFAULT_FreestyleLineStyle
 

Macro Definition Documentation

◆ _DNA_DEFAULT_FreestyleLineStyle

#define _DNA_DEFAULT_FreestyleLineStyle
Value:
{ \
.panel = LS_PANEL_STROKES, \
.r = 0, \
.g = 0, \
.b = 0, \
.alpha = 1.0f, \
.thickness = 3.0f, \
.thickness_position = LS_THICKNESS_CENTER, \
.thickness_ratio = 0.5f, \
.chaining = LS_CHAINING_PLAIN, \
.rounds = 3, \
.min_angle = DEG2RADF(0.0f), \
.max_angle = DEG2RADF(0.0f), \
.min_length = 0.0f, \
.max_length = 10000.0f, \
.split_length = 100, \
.chain_count = 10, \
.integration_type = LS_INTEGRATION_MEAN, \
.texstep = 1.0f, \
.pr_texture = TEX_PR_TEXTURE, \
.caps = LS_CAPS_BUTT, \
}
#define DEG2RADF(_deg)
#define LS_INTEGRATION_MEAN
#define LS_CAPS_BUTT
#define LS_NO_SORTING
#define LS_SORT_KEY_DISTANCE_FROM_CAMERA
#define LS_PANEL_STROKES
#define LS_SAME_OBJECT
#define LS_TEXTURE
#define LS_CHAINING_PLAIN
#define LS_THICKNESS_CENTER
#define TEX_PR_TEXTURE

Definition at line 16 of file DNA_linestyle_defaults.h.