Blender  V3.3
Public Attributes | List of all members
FreestyleLineSet Struct Reference

#include <DNA_freestyle_types.h>

Public Attributes

struct FreestyleLineSetnext
 
struct FreestyleLineSetprev
 
char name [64]
 
int flags
 
int selection
 
short qi
 
char _pad1 [2]
 
int qi_start
 
int qi_end
 
int edge_types
 
int exclude_edge_types
 
char _pad2 [4]
 
struct Collectiongroup
 
struct FreestyleLineStylelinestyle
 

Detailed Description

Definition at line 92 of file DNA_freestyle_types.h.

Member Data Documentation

◆ _pad1

char FreestyleLineSet::_pad1[2]

Definition at line 103 of file DNA_freestyle_types.h.

◆ _pad2

char FreestyleLineSet::_pad2[4]

Definition at line 107 of file DNA_freestyle_types.h.

◆ edge_types

int FreestyleLineSet::edge_types

◆ exclude_edge_types

int FreestyleLineSet::exclude_edge_types

◆ flags

int FreestyleLineSet::flags

◆ group

struct Collection* FreestyleLineSet::group

◆ linestyle

struct FreestyleLineStyle* FreestyleLineSet::linestyle

◆ name

char FreestyleLineSet::name[64]

◆ next

struct FreestyleLineSet* FreestyleLineSet::next

◆ prev

struct FreestyleLineSet * FreestyleLineSet::prev

Definition at line 93 of file DNA_freestyle_types.h.

◆ qi

short FreestyleLineSet::qi

Quantitative invisibility.

Definition at line 102 of file DNA_freestyle_types.h.

Referenced by BKE_freestyle_lineset_add(), copy_lineset(), FRS_copy_active_lineset(), and FRS_paste_active_lineset().

◆ qi_end

int FreestyleLineSet::qi_end

◆ qi_start

int FreestyleLineSet::qi_start

◆ selection

int FreestyleLineSet::selection

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