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

Improve handling of blender.addon.moduleName #194

Open
4 tasks
Mateusz-Grzelinski opened this issue Sep 6, 2024 · 0 comments
Open
4 tasks

Improve handling of blender.addon.moduleName #194

Mateusz-Grzelinski opened this issue Sep 6, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Mateusz-Grzelinski
Copy link
Collaborator

Mateusz-Grzelinski commented Sep 6, 2024

  • using blender.addon.moduleName with extension sometimes fails to create directory and creating link fails
  • improve "blender.addon.moduleName": "auto" to automatically convert basic invalid python modules names like: -,.!@#$%^&*() (especially hyphen is used in directory names often to _. Would fix simple mistakes like Error when starting Blender #192
  • review if we can display error message if python module name is invalid
  • add basic validation to blender.addon.moduleName so that user can not specify invalid python id - just fail is any of chars are present -,.!@#$%^&*()
@Mateusz-Grzelinski Mateusz-Grzelinski added enhancement New feature or request good first issue Good for newcomers labels Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant