Blender
V3.3
|
#include <DNA_ID.h>
Public Attributes | |
IDPropertyUIData | base |
double * | default_array |
int | default_array_len |
char | _pad [4] |
float | step |
int | precision |
double | min |
double | max |
double | soft_min |
double | soft_max |
double | default_value |
IDPropertyUIData IDPropertyUIDataFloat::base |
Definition at line 73 of file DNA_ID.h.
Referenced by id_property_create_from_socket(), and idprop_ui_data_update_float().
double* IDPropertyUIDataFloat::default_array |
Definition at line 74 of file DNA_ID.h.
Referenced by IDP_ui_data_free(), IDP_ui_data_free_unique_contents(), idprop_ui_data_to_dict_float(), idprop_ui_data_update_float_default(), read_ui_data(), RNA_property_float_get_default_array(), version_idproperty_move_data_float(), and write_ui_data().
int IDPropertyUIDataFloat::default_array_len |
Definition at line 75 of file DNA_ID.h.
Referenced by idprop_ui_data_to_dict_float(), idprop_ui_data_update_float_default(), read_ui_data(), RNA_property_float_get_default_array(), version_idproperty_move_data_float(), and write_ui_data().
double IDPropertyUIDataFloat::default_value |
Definition at line 85 of file DNA_ID.h.
Referenced by id_property_create_from_socket(), idprop_ui_data_to_dict_float(), idprop_ui_data_update_float_default(), RNA_property_float_get_default(), RNA_property_float_get_default_array(), RNA_property_float_set_default(), and version_idproperty_move_data_float().
double IDPropertyUIDataFloat::max |
Definition at line 82 of file DNA_ID.h.
Referenced by id_property_create_from_socket(), IDP_ui_data_ensure(), idprop_ui_data_to_dict_float(), RNA_property_float_range(), and version_idproperty_move_data_float().
double IDPropertyUIDataFloat::min |
Definition at line 81 of file DNA_ID.h.
Referenced by id_property_create_from_socket(), IDP_ui_data_ensure(), idprop_ui_data_to_dict_float(), RNA_property_float_range(), and version_idproperty_move_data_float().
int IDPropertyUIDataFloat::precision |
Definition at line 79 of file DNA_ID.h.
Referenced by IDP_ui_data_ensure(), idprop_ui_data_to_dict_float(), RNA_property_float_ui_range(), and version_idproperty_move_data_float().
double IDPropertyUIDataFloat::soft_max |
Definition at line 84 of file DNA_ID.h.
Referenced by id_property_create_from_socket(), IDP_ui_data_ensure(), idprop_ui_data_to_dict_float(), RNA_property_float_ui_range(), and version_idproperty_move_data_float().
double IDPropertyUIDataFloat::soft_min |
Definition at line 83 of file DNA_ID.h.
Referenced by id_property_create_from_socket(), IDP_ui_data_ensure(), idprop_ui_data_to_dict_float(), RNA_property_float_ui_range(), and version_idproperty_move_data_float().
float IDPropertyUIDataFloat::step |
Definition at line 78 of file DNA_ID.h.
Referenced by IDP_ui_data_ensure(), idprop_ui_data_to_dict_float(), RNA_property_float_ui_range(), and version_idproperty_move_data_float().