|
Blender V5.0
|
#include <rna_internal.hh>
Public Attributes | |
| struct SDNA * | sdna |
| ListBase | structs |
| ListBase | allocs |
| struct StructRNA * | laststruct |
| bool | error |
| bool | silent |
| bool | preprocess |
| bool | verify |
| bool | animate |
| bool | make_overridable |
| struct { | |
| struct { | |
| int noteflag | |
| const char * updatefunc | |
| } property_update | |
| } | fallback |
Definition at line 108 of file rna_internal.hh.
| ListBase BlenderDefRNA::allocs |
Definition at line 111 of file rna_internal.hh.
| bool BlenderDefRNA::animate |
Definition at line 117 of file rna_internal.hh.
| bool BlenderDefRNA::error |
Definition at line 113 of file rna_internal.hh.
| struct { ... } BlenderDefRNA::fallback |
| struct StructRNA* BlenderDefRNA::laststruct |
Definition at line 112 of file rna_internal.hh.
| bool BlenderDefRNA::make_overridable |
Whether RNA properties defined should be overridable or not by default.
Definition at line 119 of file rna_internal.hh.
| int BlenderDefRNA::noteflag |
Definition at line 126 of file rna_internal.hh.
| bool BlenderDefRNA::preprocess |
Definition at line 115 of file rna_internal.hh.
| struct { ... } BlenderDefRNA::property_update |
| struct SDNA* BlenderDefRNA::sdna |
Definition at line 109 of file rna_internal.hh.
| bool BlenderDefRNA::silent |
Definition at line 114 of file rna_internal.hh.
| ListBase BlenderDefRNA::structs |
Definition at line 110 of file rna_internal.hh.
| const char* BlenderDefRNA::updatefunc |
Definition at line 127 of file rna_internal.hh.
| bool BlenderDefRNA::verify |
Definition at line 116 of file rna_internal.hh.