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

Default values that are instances of classes are typed as calls to None

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

Possibly related to #244

Various functions in bmesh.ops have parameters that default to instances of mathutils classes e.g. bisect_plane's plane_co and plane_no which default to mathutils.Vector() and create_circle's matrix which defaults to mathutils.Matrix.Identity(4), but these get converted to None() and None(4) respectively.

Road-hog123 avatar Jun 23 '24 04:06 Road-hog123