|
Blender V4.3
|
#include <DNA_freestyle_types.h>
Public Attributes | |
| struct FreestyleLineSet * | next |
| struct FreestyleLineSet * | prev |
| 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 Collection * | group |
| struct FreestyleLineStyle * | linestyle |
Definition at line 89 of file DNA_freestyle_types.h.
| char FreestyleLineSet::_pad1[2] |
Definition at line 100 of file DNA_freestyle_types.h.
| char FreestyleLineSet::_pad2[4] |
Definition at line 104 of file DNA_freestyle_types.h.
| int FreestyleLineSet::edge_types |
Feature edge types.
Definition at line 103 of file DNA_freestyle_types.h.
Referenced by BKE_freestyle_lineset_add(), copy_lineset(), FRS_copy_active_lineset(), and FRS_paste_active_lineset().
| int FreestyleLineSet::exclude_edge_types |
Definition at line 103 of file DNA_freestyle_types.h.
Referenced by BKE_freestyle_lineset_add(), copy_lineset(), FRS_copy_active_lineset(), and FRS_paste_active_lineset().
| int FreestyleLineSet::flags |
Definition at line 94 of file DNA_freestyle_types.h.
Referenced by BKE_freestyle_lineset_add(), BKE_freestyle_lineset_get_active_index(), BKE_freestyle_lineset_set_active_index(), copy_lineset(), FRS_copy_active_lineset(), and FRS_paste_active_lineset().
| struct Collection* FreestyleLineSet::group |
Group of target objects.
Definition at line 106 of file DNA_freestyle_types.h.
Referenced by BKE_freestyle_lineset_add(), BKE_freestyle_lineset_delete(), blender::deg::DepsgraphNodeBuilder::build_freestyle_lineset(), blender::deg::DepsgraphRelationBuilder::build_freestyle_lineset(), copy_lineset(), FRS_copy_active_lineset(), and FRS_paste_active_lineset().
| struct FreestyleLineStyle* FreestyleLineSet::linestyle |
Definition at line 108 of file DNA_freestyle_types.h.
Referenced by BKE_freestyle_lineset_add(), BKE_freestyle_lineset_delete(), BKE_linestyle_active_from_view_layer(), blender::deg::DepsgraphNodeBuilder::build_freestyle_lineset(), blender::deg::DepsgraphRelationBuilder::build_freestyle_lineset(), copy_lineset(), FRS_copy_active_lineset(), and FRS_paste_active_lineset().
| char FreestyleLineSet::name[64] |
Line set name, MAX_NAME.
Definition at line 93 of file DNA_freestyle_types.h.
Referenced by BKE_freestyle_lineset_add(), BKE_freestyle_lineset_unique_name(), copy_lineset(), FRS_copy_active_lineset(), and FRS_paste_active_lineset().
| struct FreestyleLineSet* FreestyleLineSet::next |
Definition at line 90 of file DNA_freestyle_types.h.
Referenced by BKE_freestyle_lineset_get_active_index(), and BKE_freestyle_lineset_set_active_index().
| struct FreestyleLineSet * FreestyleLineSet::prev |
Definition at line 90 of file DNA_freestyle_types.h.
| short FreestyleLineSet::qi |
Quantitative invisibility.
Definition at line 99 of file DNA_freestyle_types.h.
Referenced by BKE_freestyle_lineset_add(), copy_lineset(), FRS_copy_active_lineset(), and FRS_paste_active_lineset().
| int FreestyleLineSet::qi_end |
Definition at line 101 of file DNA_freestyle_types.h.
Referenced by BKE_freestyle_lineset_add(), copy_lineset(), FRS_copy_active_lineset(), and FRS_paste_active_lineset().
| int FreestyleLineSet::qi_start |
Definition at line 101 of file DNA_freestyle_types.h.
Referenced by BKE_freestyle_lineset_add(), copy_lineset(), FRS_copy_active_lineset(), and FRS_paste_active_lineset().
| int FreestyleLineSet::selection |
Selection criteria.
Definition at line 97 of file DNA_freestyle_types.h.
Referenced by BKE_freestyle_lineset_add(), copy_lineset(), FRS_copy_active_lineset(), and FRS_paste_active_lineset().