Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pie Menu, Curve Create Name, bl_info Update #159

Merged
merged 5 commits into from
Apr 12, 2024

Conversation

SpectralVectors
Copy link
Collaborator

Not sure if this counts as a 1.1 update or just a 1.0.19.

CAM Pie Menu

  • bound to Alt + C by default
  • 2 main levels
    • BlenderCAM - Machine, Tools, Material, Info
      CAM_PieMenu
    • Active Operation - Feedrate, Cutter, Setup etc
      Active_op_PieMenu
  • navigate between all levels with Home and Back buttons
  • most, if not all functionality from the ui_panels has been replicated here

Curve Create Names

  • most operations were named after the objects they created
  • a few were named 'Create...' e.g. 'Create Lissajous'
  • these have been renamed to remove the word 'Create', making them consistent with other Curve Creator names

bl_info

  • title case and naming consistency - CAM to BlenderCAM

Enforced consistency and title case for all names, labels, print and progress strings throughout the addon.
Fixed typos.
Enforced title case and consistency in names, labels, print and progress strings, fixed typos.
Fixed Files Organization pipe inconsistency.
Updated documentation comment to reflect naming used elsewhere in the README.
## Pie Menu
- bound to 'Alt + C' by default
- 2 main levels 
  - CAM - Machine, Tools, Material, Info
  - Operation - Feedrate, Cutter, Setup etc
- navigate between all levels with 'Home' and 'Back' buttons
- most, if not all functionality from the ui_panels has been replicated here

## Curve Create Names
- most operations were named after the objects they created
- a few were named 'Create...' e.g. 'Create Lissajous'
- these have been renamed to remove the word 'Create', making them consistent with other Curve Creator names
@pppalain pppalain merged commit e6d30e2 into pppalain:master Apr 12, 2024
0 of 5 checks passed
@SpectralVectors SpectralVectors deleted the pie-menu branch September 5, 2024 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants