|
Blender
V2.93
|
#include <BKE_idprop.h>
Public Attributes | |
| int | i |
| float | f |
| double | d |
| struct { | |
| const char * str | |
| int len | |
| char subtype | |
| } | string |
| struct ID * | id |
| struct { | |
| int len | |
| char type | |
| } | array |
| struct { | |
| int matvec_size | |
| const float * example | |
| } | matrix_or_vector |
Definition at line 36 of file BKE_idprop.h.
| struct { ... } IDPropertyTemplate::array |
| double IDPropertyTemplate::d |
Definition at line 39 of file BKE_idprop.h.
Referenced by get_socket_property_type(), idp_from_PyFloat(), IDP_New(), rna_idproperty_ui_set_default(), and RNA_property_float_set_default().
| const float* IDPropertyTemplate::example |
Definition at line 52 of file BKE_idprop.h.
| float IDPropertyTemplate::f |
Definition at line 38 of file BKE_idprop.h.
Referenced by get_socket_property_type(), IDP_New(), and RNA_property_float_set().
| int IDPropertyTemplate::i |
Definition at line 37 of file BKE_idprop.h.
Referenced by BKE_keyconfig_pref_set_select_mouse(), cycles_property_int_set(), idp_from_PyLong(), IDP_New(), idp_resize_group_array(), rna_idproperty_ui_set_default(), RNA_property_boolean_set(), RNA_property_enum_set(), RNA_property_int_set(), RNA_property_int_set_default(), and RNA_property_pointer_add().
| struct ID* IDPropertyTemplate::id |
Definition at line 45 of file BKE_idprop.h.
Referenced by idp_from_DatablockPointer(), IDP_New(), and RNA_property_pointer_set().
| int IDPropertyTemplate::len |
Definition at line 42 of file BKE_idprop.h.
Referenced by bc_set_IDPropertyMatrix(), idp_from_PyBytes(), idp_from_PySequence_Buffer(), idp_from_PySequence_Fast(), idp_from_PyUnicode(), IDP_New(), RNA_property_boolean_set_array(), RNA_property_float_set_array(), RNA_property_int_set_array(), RNA_property_string_set_bytes(), socket_add_property(), and texture_paint_image_from_view_exec().
| struct { ... } IDPropertyTemplate::matrix_or_vector |
| int IDPropertyTemplate::matvec_size |
Definition at line 51 of file BKE_idprop.h.
| const char* IDPropertyTemplate::str |
Definition at line 41 of file BKE_idprop.h.
Referenced by idp_from_PyBytes(), idp_from_PyUnicode(), IDP_New(), RNA_property_string_set_bytes(), and socket_add_property().
| struct { ... } IDPropertyTemplate::string |
Referenced by idp_from_PyBytes(), idp_from_PyUnicode(), IDP_New(), RNA_property_string_set_bytes(), and socket_add_property().
| char IDPropertyTemplate::subtype |
Definition at line 43 of file BKE_idprop.h.
Referenced by idp_from_PyBytes(), idp_from_PyUnicode(), IDP_New(), RNA_property_string_set_bytes(), and socket_add_property().
| char IDPropertyTemplate::type |
Definition at line 48 of file BKE_idprop.h.
Referenced by bc_set_IDPropertyMatrix(), idp_from_PySequence_Buffer(), idp_from_PySequence_Fast(), IDP_New(), RNA_property_boolean_set_array(), RNA_property_float_set_array(), RNA_property_int_set_array(), and texture_paint_image_from_view_exec().