s-leger / blender_cad_transforms

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

CAD Transform translation using plane-constraint causes Blender to freeze #100

Open jonnyns opened 1 year ago

jonnyns commented 1 year ago

I do not know if this is a rather seldom used constraint, but this action causes blender to freeze:

Simple test from a freshly started Blender (same with 3.4.1 or 3.3.5) under Windows 10:

Select the cube.

If you move far enough (really not that far, some 30 m or so - I'm using unit scale 1 metric m), Blender freezes. Seems to be the same problem whichever constraint plane is selected (XY, XZ, YZ).

BTW. If you zoom out somewhat, then movement in other directions will also cause freezing.

s-leger commented 1 year ago

Might be related to an AMD GPU causing shader recompilation related issue ?

jonnyns commented 1 year ago

Not really sure what you are suggesting here... I am running off an Intel machine with a Nvidia 1080 Ti board. Using version slcad_transform_0.95.0. I have tested on several different machines (all Intel based), all behave the very same way, freezing up Blender. Did you verify the behaviour? Should be rather quick to see...

s-leger commented 1 year ago

Nope, i'm not running any w11 myself, last w thing was a w9, i'm running linux and macos. Last reported slowdowns where related to a bug in blender's amd kernels, so it was the first thing i wanted to know. That being said, at least under linux i'm able to repro that issue and will try to figure what's going wrong. Thank you for your report.