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-28 11:16:04 -07:00
2021-07-29 10:52:08 +10:00
2021-07-27 19:49:29 +02:00
2021-07-27 14:53:49 +02:00
2021-07-05 17:24:27 +02:00
2021-07-26 12:32:42 +10:00
2021-07-27 18:06:29 +10:00
2021-06-24 15:59:34 +10:00
2021-07-23 17:03:51 +10:00
2021-07-26 10:25:39 -03:00
2021-07-28 11:16:04 -07:00
2021-07-23 17:03:51 +10:00
2021-07-26 12:32:42 +10:00
2021-07-28 19:55:29 +08:00
2021-07-26 12:32:42 +10:00
2021-07-04 00:43:40 +10:00
2021-07-23 17:03:51 +10:00
2021-07-23 17:03:51 +10:00
2021-07-29 10:52:08 +10:00
2021-07-28 19:27:57 +02:00
2021-07-23 18:52:25 -03:00
2021-07-27 14:34:08 +01:00
2021-07-29 11:09:21 +10:00
2021-07-23 17:03:51 +10:00
2021-07-26 14:57:13 +02:00
2021-07-23 17:03:51 +10:00
2021-07-23 17:03:51 +10:00
2021-07-27 18:14:08 +10:00
2021-03-16 19:59:09 +01:00