fake-bpy-module
fake-bpy-module copied to clipboard
Update: Add slice support to `mathutils` classes
- Adds slicing support to
Color
,Euler
,Quaternion
,Vector
andMatrix
. - Adds
__setitem__
forColor
,Euler
andMatrix
which did not previously have them. - Removes return value from
__setitem__
forQuaternion
andVector
.