You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 -,.!@#$%^&*()
The text was updated successfully, but these errors were encountered:
blender.addon.moduleName
with extension sometimes fails to create directory and creating link fails"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 #192blender.addon.moduleName
so that user can not specify invalid python id - just fail is any of chars are present-,.!@#$%^&*()
The text was updated successfully, but these errors were encountered: