|
Blender V5.0
|
Public Member Functions | |
| BPyPropArrayLength ()=default | |
| BPyPropArrayLength (PointerRNA *ptr, PropertyRNA *prop) | |
| bool | operator== (const BPyPropArrayLength &other) const |
Public Attributes | |
| int | len_total = 0 |
| int | dims [RNA_MAX_ARRAY_DIMENSION] = {} |
| int | dims_len = 0 |
Definition at line 476 of file bpy_props.cc.
|
default |
Referenced by operator==().
|
inline |
Definition at line 483 of file bpy_props.cc.
References ptr, RNA_property_array_dimension(), and RNA_property_array_length().
|
inline |
Definition at line 489 of file bpy_props.cc.
References BPyPropArrayLength(), dims, dims_len, i, and len_total.
| int BPyPropArrayLength::dims[RNA_MAX_ARRAY_DIMENSION] = {} |
Ignore dims when dims_len == 0.
Definition at line 479 of file bpy_props.cc.
Referenced by BPy_BoolVectorProperty(), BPy_FloatVectorProperty(), BPy_IntVectorProperty(), bpy_prop_array_from_py_with_dims(), bpy_prop_array_is_matrix_compatible_ex(), bpy_prop_array_length_parse(), bpy_prop_array_matrix_swap_row_column_vn(), bpy_prop_array_matrix_swap_row_column_vn_vn(), bpy_py_object_from_prop_array_with_dims(), and operator==().
| int BPyPropArrayLength::dims_len = 0 |
Definition at line 480 of file bpy_props.cc.
Referenced by BPy_BoolVectorProperty(), BPy_FloatVectorProperty(), BPy_IntVectorProperty(), bpy_prop_array_from_py_with_dims(), bpy_prop_array_is_matrix_compatible_ex(), bpy_prop_array_length_parse(), bpy_py_object_from_prop_array_with_dims(), and operator==().
| int BPyPropArrayLength::len_total = 0 |
Definition at line 477 of file bpy_props.cc.
Referenced by BPy_BoolVectorProperty(), BPy_FloatVectorProperty(), BPy_IntVectorProperty(), bpy_prop_array_from_py_with_dims(), bpy_prop_array_length_parse(), bpy_prop_boolean_array_from_callback_or_error(), bpy_prop_float_array_from_callback_or_error(), bpy_prop_int_array_from_callback_or_error(), bpy_py_object_from_prop_array_with_dims(), and operator==().