Files
test2/source/blender
Campbell Barton bc0a7d3fae PyAPI: support multi-dimensional arrays for bpy.props vector types
- Multi-dimensional boolean, int and float vector types are supported.
- A sequence of int's for the "size" is used to declare dimensions.
- Nested sequences are required for default arguments.

Now it's possible to define matrix properties, for e.g:

  bpy.props.FloatVectorProperty(size=(4, 4), subtype='MATRIX')
2021-07-29 11:09:21 +10:00
..
2021-03-29 19:11:17 -06:00
2021-07-29 10:52:08 +10:00
2021-07-27 19:49:29 +02:00
2021-07-26 12:32:42 +10:00
2021-07-26 12:32:42 +10:00
2021-07-26 12:32:42 +10:00
2021-07-29 10:52:08 +10:00
2021-07-26 14:57:13 +02:00