blender_cad_transforms icon indicating copy to clipboard operation
blender_cad_transforms copied to clipboard

CAD Transforms completely freezing Blender, and Blender never recovers

Open JoshuaHarris1 opened this issue 1 year ago • 8 comments

Hi,

I have been struggling with this issue for a week or two now and have been unable to figure it out. I am relatively new to blender, so apologies if it ends up being something obvious...

I have a model I am making for a work project, and upon invoking CAD Transforms to move an object with snap to edge centre, the entire application freezes. I do not seem to get an error log anywhere, have tried running it in debug mode from console on each device, but nothing. The application just stops responding and never recovers again. Once in a blue moon it CAN recover, but 95% of the time it doesn't. I have tried this on multiple devices, my quite powerful high end gaming PC at home.. a relatively powerful gaming laptop and my work laptop, it seems to be happening on each one. In terms of file size I feel this shouldn't be an issue either... it is less than 1mb currently when it is having these issues.

I very much appreciate any advice anyone can give me, and can provide additional info/screenshots/files if need be. This issue has been causing problems for a little while now like I mentioned and I just can't figure it out and am on my last legs with it lol

Edit: Am using Blender 3.5 and CAD Transforms version 0.95.0

JoshuaHarris1 avatar Jun 27 '23 08:06 JoshuaHarris1

Same here and for a while. At this point I just believe the pluggin is dead?

SecondGM avatar Jul 17 '23 07:07 SecondGM

I have the same problem in Blender 3.3.8 On some objects, moving or rotating completely freezes Blender with v0.95.0 of the addon. However, I went back to v0.93.2, and for now if appears to be working.

FeuerTiger86 avatar Jul 17 '23 08:07 FeuerTiger86

CAD Transform is in complete rewrite from scratch as over the time it becomes difficult to manage / extend, so until then would avoid to loose time in changes on code base.

s-leger avatar Jul 17 '23 17:07 s-leger

Great to hear that @s-leger!! I find your add-on incredibly useful, is it possible to know where can I follow the development or at least get a notification when it will be released? Thanks for your great work, it's a life saver for our poor CAD designer that try to use blender!

deedend avatar Jul 17 '23 21:07 deedend

Same here. I use it everyday for a cabin construction project of ours and, frankly, I would hesitate to use Blender if it weren't for this. Charge (some) money for this and I will pay. That said, it doesn't seem to function with Blender 3.6.0 LTS (MacBook Pro, macOS 13.0.1). When checking the activation box in the Add-Ons section of Settings, the process fails with the following :

Traceback (most recent call last):
  File "/Users/alexandre.rousseau/local/apps/Blender-3.6.1.app/Contents/Resources/3.6/scripts/modules/addon_utils.py", line 333, in enable
    mod = __import__(module_name)
  File "/Users/alexandre.rousseau/Library/Application Support/Blender/3.6/scripts/addons/slcad_transform/__init__.py", line 63, in <module>
    from .slcad_transform import register, unregister
  File "/Users/alexandre.rousseau/Library/Application Support/Blender/3.6/scripts/addons/slcad_transform/slcad_transform.py", line 45, in <module>
    from .utils.gpu_draw import (
  File "/Users/alexandre.rousseau/Library/Application Support/Blender/3.6/scripts/addons/slcad_transform/utils/gpu_draw.py", line 289, in <module>
    class GPU_3d_uniform(GPU_Draw):
  File "/Users/alexandre.rousseau/Library/Application Support/Blender/3.6/scripts/addons/slcad_transform/utils/gpu_draw.py", line 291, in GPU_3d_uniform
    _shader = get_shader()
  File "/Users/alexandre.rousseau/Library/Application Support/Blender/3.6/scripts/addons/slcad_transform/utils/gpu_draw.py", line 87, in get_shader
    return gpu.types.GPUShader(vertex_3d, fragment_flat_color)
Exception: Shader Compile Error, see console for more details
```.

gamecubate avatar Aug 02 '23 02:08 gamecubate

Same problem with Blender hanging from time to time in Windows Blender 3.6.1

I like the functionality of this plugin and would pay for it. Will this be updated any time soon?

Thank you for this addon.

SwissmountainVA avatar Oct 28 '23 01:10 SwissmountainVA

A total refactory of CAD Transform is in closed beta state and will be released soon.

s-leger avatar Oct 28 '23 18:10 s-leger

@s-leger thank you for the heads-up!

SwissmountainVA avatar Oct 29 '23 23:10 SwissmountainVA