|
Blender V4.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 111 of file DNA_freestyle_types.h.
| char FreestyleModuleConfig::_pad[6] |
Definition at line 116 of file DNA_freestyle_types.h.
| short FreestyleModuleConfig::is_displayed |
Definition at line 115 of file DNA_freestyle_types.h.
Referenced by BKE_freestyle_module_add(), and copy_module().
| struct FreestyleModuleConfig* FreestyleModuleConfig::next |
Definition at line 112 of file DNA_freestyle_types.h.
| struct FreestyleModuleConfig * FreestyleModuleConfig::prev |
Definition at line 112 of file DNA_freestyle_types.h.
| struct Text* FreestyleModuleConfig::script |
Definition at line 114 of file DNA_freestyle_types.h.
Referenced by BKE_freestyle_module_add(), and copy_module().