fake-bpy-module icon indicating copy to clipboard operation
fake-bpy-module copied to clipboard

Update: Add slice support to `mathutils` classes

Open Road-hog123 opened this issue 7 months ago • 0 comments

  • Adds slicing support to Color, Euler, Quaternion, Vector and Matrix.
  • Adds __setitem__ for Color, Euler and Matrix which did not previously have them.
  • Removes return value from __setitem__ for Quaternion and Vector.

Road-hog123 avatar Jun 30 '24 10:06 Road-hog123