|
Blender
V3.3
|
Public Attributes | |
| int | len_total |
| int | dims [RNA_MAX_ARRAY_DIMENSION] |
| int | dims_len |
Definition at line 381 of file bpy_props.c.
| int BPyPropArrayLength::dims[RNA_MAX_ARRAY_DIMENSION] |
Ignore dims when dims_len == 0.
Definition at line 384 of file bpy_props.c.
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_prop_boolean_array_get_fn(), bpy_prop_boolean_array_set_fn(), bpy_prop_float_array_get_fn(), bpy_prop_float_array_set_fn(), bpy_prop_int_array_get_fn(), and bpy_prop_int_array_set_fn().
| int BPyPropArrayLength::dims_len |
Definition at line 385 of file bpy_props.c.
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_boolean_array_get_fn(), bpy_prop_boolean_array_set_fn(), bpy_prop_float_array_get_fn(), bpy_prop_float_array_set_fn(), bpy_prop_int_array_get_fn(), and bpy_prop_int_array_set_fn().
| int BPyPropArrayLength::len_total |
Definition at line 382 of file bpy_props.c.
Referenced by BPy_BoolVectorProperty(), BPy_FloatVectorProperty(), BPy_IntVectorProperty(), bpy_prop_array_from_py_with_dims(), bpy_prop_array_length_parse(), bpy_prop_boolean_array_get_fn(), bpy_prop_boolean_array_set_fn(), bpy_prop_float_array_get_fn(), bpy_prop_float_array_set_fn(), bpy_prop_int_array_get_fn(), and bpy_prop_int_array_set_fn().