fake-bpy-module
fake-bpy-module copied to clipboard
Fix: get/set slice returns/accepts more than one item
I keep making the mistake of writing a single-item tuple when I mean a homogenous tuple of undefined length, and nobody caught me on it.
Perhaps we should look into implementing tests for mod file changes?
Also the input for assignment does not have to a tuple, it can be any iterable.