Releases: SpectralVectors/blendercam
1.2.0
Test Release of numba integration.
1.0.52
1.0.33
To install BlenderCAM, download blendercam.zip and don't extract it. In blender, go to preferences, add-ons, and select 'install from file' and select the blendercam.zip file you downloaded
Extensions Test Release
Quick and dirty release of a test build using the new Blender 4.2 extension system, including Python wheels for Windows only
Import and init cleanup
All imports made explicit
All redundant and unused imports removed
All circular import errors resolved
Imports alphabetized and sorted by source, in the following order:
- Python Standard Library
- pip Packages
- Blender Libraries
- cam Modules (from .)
init split into multiple files:
New:
- cam_operation
- chain
- engine
- machine_settings
- preset_managers
Existing:
- pack
- slice
- ui
- utils
Rewrote get_panels to remove legacy panels and updated to follow Blender's guide: https://docs.blender.org/api/current/bpy.types.RenderEngine.html
Fixes for Machine, Operation, Numba
Test release to verify fixes for:
- numba causing crash
- Machine bounds not updating live
- Duplicate Operations
Experimental UI
This is an installable, testable version of the UI demo based on BlenderCAM 1.0.7
It is placed here for archival purposes.
1.0.11
To install BlenderCAM, download blendercam.zip and don't extract it. In blender, go to preferences, add-ons, and select 'install from file' and select the blendercam.zip file you downloaded
1.0.9
To install BlenderCAM, download blendercam.zip and don't extract it. In blender, go to preferences, add-ons, and select 'install from file' and select the blendercam.zip file you downloaded