|
Blender V4.3
|
#include <DNA_ID.h>
Public Attributes | |
| char * | description |
| int | rna_subtype |
| char | _pad [4] |
| char* IDPropertyUIData::description |
Tool-tip / property description pointer. Owned by the IDProperty.
Definition at line 59 of file DNA_ID.h.
Referenced by BPy_IDIDPropertyUIManager_as_dict(), convert_base_ui_data(), IDP_ui_data_copy(), IDP_ui_data_free_unique_contents(), idprop_ui_data_update_base(), read_ui_data(), rna_ensure_property_description(), ui_data_free(), blender::nodes::update_input_properties_from_node_tree(), blender::nodes::update_output_properties_from_node_tree(), 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 61 of file DNA_ID.h.
Referenced by BPy_IDIDPropertyUIManager_as_dict(), blender::bke::create_auto_smooth_modifier(), blender::nodes::id_property_create_from_socket(), idprop_ui_data_update_base(), RNA_property_subtype(), and version_idproperty_ui_data().