|
Blender
V3.3
|
#include <DNA_freestyle_types.h>
Public Attributes | |
| struct FreestyleModuleConfig * | next |
| struct FreestyleModuleConfig * | prev |
| struct Text * | script |
| short | is_displayed |
| char | _pad [6] |
Definition at line 114 of file DNA_freestyle_types.h.
| char FreestyleModuleConfig::_pad[6] |
Definition at line 119 of file DNA_freestyle_types.h.
| short FreestyleModuleConfig::is_displayed |
Definition at line 118 of file DNA_freestyle_types.h.
Referenced by BKE_freestyle_module_add(), and copy_module().
| struct FreestyleModuleConfig* FreestyleModuleConfig::next |
Definition at line 115 of file DNA_freestyle_types.h.
| struct FreestyleModuleConfig * FreestyleModuleConfig::prev |
Definition at line 115 of file DNA_freestyle_types.h.
| struct Text* FreestyleModuleConfig::script |
Definition at line 117 of file DNA_freestyle_types.h.
Referenced by BKE_freestyle_module_add(), and copy_module().