Blender
V3.3
|
#include <DNA_ID.h>
Public Attributes | |
char * | description |
int | rna_subtype |
char | _pad [4] |
char* IDPropertyUIData::description |
Tooltip / property description pointer. Owned by the IDProperty.
Definition at line 49 of file DNA_ID.h.
Referenced by BPy_IDIDPropertyUIManager_as_dict(), IDP_ui_data_copy(), IDP_ui_data_free(), IDP_ui_data_free_unique_contents(), idprop_ui_data_update_base(), MOD_nodes_update_interface(), read_ui_data(), rna_ensure_property_description(), version_idproperty_ui_data(), and write_ui_data().
int IDPropertyUIData::rna_subtype |
RNA subtype, used for every type except string properties (PropertySubType).
Definition at line 51 of file DNA_ID.h.
Referenced by BPy_IDIDPropertyUIManager_as_dict(), id_property_create_from_socket(), idprop_ui_data_update_base(), RNA_property_subtype(), and version_idproperty_ui_data().