|
Blender V5.0
|
Public Attributes | |
| union { | |
| struct { | |
| int range [2] | |
| } int_data | |
| struct { | |
| float range [2] | |
| } float_data | |
| }; | |
Definition at line 44 of file bpy_rna_array.cc.
| union { ... } ItemConvertArgData |
| struct { ... } ItemConvertArgData::float_data |
Referenced by convert_item_init_float(), and py_to_float().
| struct { ... } ItemConvertArgData::int_data |
Referenced by convert_item_init_int(), and py_to_int().
| float ItemConvertArgData::range[2] |
Definition at line 50 of file bpy_rna_array.cc.
| int ItemConvertArgData::range[2] |
Definition at line 47 of file bpy_rna_array.cc.
Referenced by convert_item_init_float(), convert_item_init_int(), py_to_float(), and py_to_int().