forked from pppalain/blendercam
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
00910ea
commit a2a6eb0
Showing
2 changed files
with
24 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters