Jeremy Wright

Results 377 comments of Jeremy Wright

The fillet is too large for the square channels and probably causes some sort of self-intersection. The following code runs and produces a renderable result, but if you change the...

@lorenzncode I would be for adding it.

@kargeor Can you try the development binary build [here](https://github.com/jmwright/CQ-editor/actions/runs/392295937) to see if it crashes as well?

I'm not sure how it works with Blender, but in the Godot-Python plugin you use the pip binary that's bundled with the plugin and the package installs into the directory...

Doing `pip install cadquery2` should have installed the ocp-vtk wheel automatically, but that install process is fairly new, so there could be a bug in this use case. You could...

@lawrence-dubowitz It seems like there might be an issue with the ocp-vtk wheel in Windows 10, so it will take time to fix that. You could try creating an Anaconda...

@lawrence-dubowitz The following should work as a way to test (it worked for me on Windows 11 and Python 3.8), and the community is working on a permanent solution that...

@lawrence-dubowitz We'll have a release on PyPi sometime in the near future, but you can now install the latest CadQuery commit via pip from the git repo. You'll need a...

Looks like Blender may be bundling an older version of Python than we can support with the wheels at this time. What does `C:\Program Files\Blender Foundation\Blender 3.1\3.1\python\bin>python.exe` show?