|
Blender V4.5
|
#include <BKE_idprop.hh>
Classes | |
| struct | [struct].string |
| struct | [struct].array |
Public Attributes | |
| int | i |
| float | f |
| double | d |
| struct | string |
| ID * | id |
| struct | array |
Definition at line 32 of file BKE_idprop.hh.
| struct IDPropertyTemplate::[struct].array IDPropertyTemplate::array |
| double IDPropertyTemplate::d |
Definition at line 35 of file BKE_idprop.hh.
Referenced by blender::bke::idprop::create(), IDP_New(), blender::io::fbx::read_ufbx_property(), and blender::io::usd::set_double_prop().
| float IDPropertyTemplate::f |
Definition at line 34 of file BKE_idprop.hh.
Referenced by blender::bke::idprop::create(), IDP_New(), and blender::io::usd::set_float_prop().
| int IDPropertyTemplate::i |
Definition at line 33 of file BKE_idprop.hh.
Referenced by blender::bke::idprop::create(), blender::bke::idprop::create_bool(), IDP_New(), blender::io::fbx::read_ufbx_property(), RNA_property_enum_set(), blender::io::usd::set_bool_prop(), and blender::io::usd::set_int_prop().
| ID* IDPropertyTemplate::id |
Definition at line 43 of file BKE_idprop.hh.
Referenced by blender::bke::idprop::create(), and IDP_New().
| struct IDPropertyTemplate::[struct].string IDPropertyTemplate::string |