This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/tests/python
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-06-22 10:54:50 -07:00
2021-07-06 12:05:27 +10:00
2021-07-06 12:05:27 +10:00
2018-07-03 06:55:02 +02:00
2021-06-22 10:54:50 -07:00
2021-07-06 12:05:27 +10:00
2021-07-06 12:05:27 +10:00
2019-03-17 21:14:43 +11:00
2016-02-01 00:47:10 +11:00