blendercam/scripts/addons/cam/tests
SpectralVectors 00910eaa15
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:11:09 -04:00
..
test_data Import fix update - bpy.utils, autoformat fix 2024-03-23 11:16:55 -04:00
TESTING_PROCEDURE Cleanup 2023-07-07 13:12:32 +02:00
gcode_generator.py Import and init cleanup 2024-04-02 11:11:09 -04:00
install_addon.py Import and init cleanup 2024-04-02 11:11:09 -04:00
test_suite.py Import and init cleanup 2024-04-02 11:11:09 -04:00