s-leger / blender_cad_transforms

Precise CAD like transfoms for blender
GNU General Public License v3.0
75 stars 4 forks source link

Not working on macos with ver 2.91 #38

Open electromc2 opened 3 years ago

electromc2 commented 3 years ago

Activates when I press the icon but none of the operations work

s-leger commented 3 years ago

Blender's API bgl module was badly broken in 2.91 (there is a refactor to convert code into c++), and we where able to find some missing required functions - dumb like returning always 0 instead of true result. As consequence snap to curve, lisolated vert/edge and origin are broken.

s-leger commented 3 years ago

There is a known issue in some macs (depends on the hardware) as 0.91.0 fix a temporary regression in blender's 2.91 api. The regression will be fixed in next release of blender, but until then there is barely nothing i can do.