SpectralVectors
159979f03a
Add files via upload
2024-11-05 11:14:13 -05:00
SpectralVectors
7bd4e920d0
Add files via upload
2024-10-29 16:58:51 -04:00
SpectralVectors
3fc152dde0
Add files via upload
2024-10-27 13:54:48 -04:00
SpectralVectors
b83c681416
Add files via upload
2024-10-24 22:47:11 -04:00
SpectralVectors
3f187f9dfc
Add files via upload
2024-10-22 16:35:49 -04:00
palain
cccb12fb67
remove blendercam references for compliance with blender usage
2024-10-02 11:47:25 -03:00
abosafia
be238499e5
straight pocket
2024-09-29 20:08:08 +03:00
abosafia
9d2f74d55f
back to pocket option
2024-09-29 15:44:07 +03:00
abosafia
9c23a4cfa9
remove contour option and edit pocket UI
2024-09-29 13:35:45 +03:00
abosafia
9e39b0e806
parallel_pocket almost done
2024-09-28 00:18:43 +03:00
palain
334fbb040c
prepare UI for parallel pocket
2024-09-27 08:57:13 -03:00
palain
abf6330c3b
prepare UI for parallel pocket
2024-09-26 16:58:45 -03:00
SpectralVectors
fb3005c8c5
GPLv2 - GPLv3, format header comments
...
Per discussion in Matrix Dev channel, GPLv2 license has been updated to GPLv3, and is now included in the base level of the addon, to ensure everyone will receive a copy, regardless of how they download or install.
Formatted header comments for consistency.
Now every file follows this format:
"""BlenderCAM 'filename.py' © 20xx Author Name (if available)
Brief summary of what is in the file (functions, classes) and what they do.
Original developer comments. (if available)
"""
2024-04-15 10:02:58 -04:00
SpectralVectors
a56bd33357
Title Case, Mesh Bridges Fix, README Update
...
Enforced title case and naming consistency across names, labels, print and progress strings.
Fixed Bridge Generation for Mesh-based objects, though path generation does not account for bridges unless they are made into meshes and joined with the main object - will need to be patched separately.
Updated the README to fix an inconsistency with the pipes in the Files Organization diagram, and to change the comment in 'documentation' to reflect the naming used elsewhere - 'How to Use (Wiki)'
2024-04-11 15:06:21 -04:00
SpectralVectors
7325fb1164
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
2024-04-02 11:07:14 -04:00