Blender
V3.3
|
#include <DNA_ID.h>
Public Attributes | |
void * | pointer |
ListBase | group |
int | val |
int | val2 |
ListBase IDPropertyData::group |
Definition at line 101 of file DNA_ID.h.
Referenced by blo_do_versions_290(), BPy_IDGroup_MapDataToPy(), BPy_Wrap_GetItems(), BPy_Wrap_GetKeys(), BPy_Wrap_GetValues(), IDGroup_Iter_New_WithType(), IDP_AddToGroup(), IDP_BlendReadExpand(), IDP_BlendReadLib(), IDP_CopyGroup(), IDP_DirectLinkGroup(), IDP_EqualsProperties_ex(), IDP_foreach_property(), IDP_FreeGroup(), IDP_GetPropertyFromGroup(), IDP_InsertToGroup(), IDP_RemoveFromGroup(), IDP_ReplaceInGroup_ex(), idp_repr_fn_recursive(), IDP_WriteGroup(), blender::bke::idprop::IDPGroupSerializer::idprop_to_dictionary(), idproperties_fix_groups_lengths_recurse(), idproperty_find_ui_container(), IMB_metadata_foreach(), imb_savepng(), openexr_header_metadata(), rna_idp_path(), blender::bke::idprop::tests::TEST(), version_geometry_nodes_add_attribute_input_settings(), version_idproperty_ui_data(), blender::io::alembic::CustomPropertiesExporter::write_all(), and write_jpeg().
void* IDPropertyData::pointer |
Definition at line 100 of file DNA_ID.h.
Referenced by BKE_lib_query_idpropertiesForeachIDLink_callback(), blender::deg::build_idproperties_callback(), IDP_AssignID(), IDP_AssignString(), IDP_BlendReadLib(), IDP_ClearProperty(), IDP_ConcatString(), IDP_ConcatStringC(), IDP_CopyArray(), IDP_CopyID(), IDP_CopyIDPArray(), IDP_CopyString(), IDP_DirectLinkArray(), IDP_DirectLinkIDPArray(), IDP_DirectLinkString(), IDP_FreeArray(), IDP_FreeIDPArray(), IDP_FreeString(), IDP_New(), IDP_NewString(), idp_repr_fn_recursive(), idp_resize_group_array(), IDP_ResizeArray(), IDP_ResizeIDPArray(), IDP_WriteArray(), IDP_WriteIDPArray(), IDP_WriteString(), idprop_py_from_idp_id(), keymap_item_has_invalid_wm_context_data_path(), and RNA_property_string_set_bytes().
int IDPropertyData::val |
NOTE: we actually fit a double into these two 32bit integers.
Definition at line 103 of file DNA_ID.h.
Referenced by IDP_DirectLinkProperty(), idp_generic_copy(), and IDP_New().
int IDPropertyData::val2 |
Definition at line 103 of file DNA_ID.h.
Referenced by IDP_DirectLinkProperty(), and idp_generic_copy().