- Germany
-
Game Engineering Student, modeller, coder and gamer :D
- Joined on
2021-01-09
Hi @ideasman42 thanks for the fix and the cleanups, very appreciated. Though a patch version bump to 2.3.7 wasn't really necessary as the next release planned around blenders next release will get…
Bug templates would be also great here: https://projects.blender.org/extensions/space_view3d_pie_menus/src/branch/main/.gitea/issue_template
If button is pressed via addon prefs, system info +…
Hi @yottzumm,
quick check if it's okay for your use case to change the default forward axis to -Z (currently it's Z) instead of your requested changes (switch forward (Z) and up (Y) axis).…
Alright, thanks. Simply let me know when the PR is ready to merge from your side. Until then i'll leave you to it.
Side note: Using the WIP-Prefix automatically let's me know if the PR is still…
will close this for now. If anyone wishes more options here (like the dxf addon) please drop a comment.
simplify to f = f.lstrip('"')
, the extra operation of checking first is not needed nor recommended
Usually todos follow this pattern: TODO: i want to be awesome!