Skip to content

Releases: SpectralVectors/blendercam

1.0.33

02 Sep 14:58
Compare
Choose a tag to compare

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

06 Aug 13:24
Compare
Choose a tag to compare

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

02 Apr 15:14
a2a6eb0
Compare
Choose a tag to compare
Pre-release

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

29 Mar 16:43
15a398d
Compare
Choose a tag to compare
Pre-release

Test release to verify fixes for:

  • numba causing crash
  • Machine bounds not updating live
  • Duplicate Operations

Experimental UI

28 Mar 18:22
15a398d
Compare
Choose a tag to compare
Experimental UI Pre-release
Pre-release

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

27 Mar 22:49
Compare
Choose a tag to compare

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

27 Mar 17:18
Compare
Choose a tag to compare

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