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
SpectralVectors
3a6b217abc
Autopep8 format, author & version update
...
Ran Autopep8 on all files in repo, they are otherwise untouched with one exception:
In the __init__ file, I had to manually rearrange the import statements to avoid triggering a circular import error.
This will be addressed in a future commit.
Updated authors in bl_info to: 'Vilem Novak & Contributors' - this can be changed as required
Updated version to: 1.0.5
2024-03-21 08:29:30 -04:00
Joe Marshall
0cea20a543
more test details
2024-01-26 16:42:04 +00:00
Joe Marshall
deb2dbf85a
Update test_suite.py
2024-01-26 14:39:41 +00:00
Joe Marshall
85d684ee94
Update test_suite.py
2024-01-26 14:18:12 +00:00
Joe Marshall
cc0e1ce3c3
mac tests should work now
2024-01-13 08:22:34 +00:00
Joe Marshall
8fcabf2099
get mac test file
2024-01-13 08:09:25 +00:00
Joe Marshall
dfc9f7ffbb
debug 2
2024-01-13 08:05:27 +00:00
Joe Marshall
6657769857
debug output full diff
2024-01-13 07:57:45 +00:00
Joe Marshall
838cc1f5f0
mac fixes
2024-01-13 07:53:50 +00:00
Joe Marshall
638d22c3e3
mac fixes
2024-01-13 07:48:03 +00:00
Joe Marshall
42de2b1728
Update test_suite.py
2024-01-11 13:28:03 +00:00
Joe Marshall
0a7bfc1a72
Update test_suite.py
2024-01-11 13:26:06 +00:00
Joe Marshall
322dd24db2
Update test_suite.py
2024-01-11 13:20:01 +00:00
Joe Marshall
0d5e9f005b
Update test_suite.py
2024-01-11 13:14:19 +00:00
migo101
d5a1921644
Support tap files
2023-07-07 13:06:43 +02:00
migo101
9e93f95a54
Cleanup
2023-07-07 12:33:26 +02:00