![]() |
Blender V2.61 - r43446
|
#include <BKE_idprop.h>
Public Attributes | |
| int | i |
| float | f |
| double | d |
| struct { | |
| char * str | |
| short len | |
| char subtype | |
| } | string |
| struct ID * | id |
| struct { | |
| short type | |
| short len | |
| } | array |
| struct { | |
| int matvec_size | |
| float * example | |
| } | matrix_or_vector |
Definition at line 39 of file BKE_idprop.h.
| struct { ... } IDPropertyTemplate::array |
| double IDPropertyTemplate::d |
Definition at line 42 of file BKE_idprop.h.
Referenced by BPy_IDProperty_Map_ValidateAndCreate(), and IDP_New().
| float* IDPropertyTemplate::example |
Definition at line 55 of file BKE_idprop.h.
| float IDPropertyTemplate::f |
Definition at line 41 of file BKE_idprop.h.
Referenced by IDP_New(), and RNA_property_float_set().
Definition at line 40 of file BKE_idprop.h.
Referenced by BPy_IDProperty_Map_ValidateAndCreate(), IDP_New(), idp_resize_group_array(), RNA_property_boolean_set(), RNA_property_enum_set(), RNA_property_int_set(), and RNA_property_pointer_add().
| struct ID* IDPropertyTemplate::id |
Definition at line 48 of file BKE_idprop.h.
| short IDPropertyTemplate::len |
Definition at line 45 of file BKE_idprop.h.
Referenced by BPy_IDProperty_Map_ValidateAndCreate(), IDP_New(), RNA_property_boolean_set_array(), RNA_property_float_set_array(), RNA_property_int_set_array(), and texture_paint_image_from_view_exec().
| struct { ... } IDPropertyTemplate::matrix_or_vector |
Definition at line 54 of file BKE_idprop.h.
| char* IDPropertyTemplate::str |
Definition at line 44 of file BKE_idprop.h.
Referenced by BPy_IDProperty_Map_ValidateAndCreate(), and IDP_New().
| struct { ... } IDPropertyTemplate::string |
Referenced by BPy_IDProperty_Map_ValidateAndCreate(), and IDP_New().
Definition at line 46 of file BKE_idprop.h.
Referenced by BPy_IDProperty_Map_ValidateAndCreate(), and IDP_New().
| short IDPropertyTemplate::type |
Definition at line 50 of file BKE_idprop.h.
Referenced by BPy_IDProperty_Map_ValidateAndCreate(), IDP_New(), RNA_property_boolean_set_array(), RNA_property_float_set_array(), RNA_property_int_set_array(), and texture_paint_image_from_view_exec().