Blender Git Loki
Git Commits -> Revision b4ee5b7
Revision b4ee5b7 by Campbell Barton (soc-2021-porting-modifiers-to-nodes-decimate, soc-2021-porting-modifiers-to-nodes_all) July 30, 2021, 14:56 (GMT) |
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') |
Commit Details:
Full Hash: b4ee5b79340a0321f6e1650700a0a51ae931e0bc
Parent Commit: a645d99
Committed By: Fabian Schempp
Lines Changed: +433, -112