Releases: nangtani/blender-addon-tester
Releases · nangtani/blender-addon-tester
Woking against alpha for 3.0
v0.8 Bumped rev for release
Fixed picking of most recent release is done
v0.7 Added version support
Now working again with import_lwo repo
v0.6 Merge branch 'develop'
Fixed bug introduced in previous release
Clean_file was operating on the actual addon, not a copy, which was editing the addon permanently.
Added clean_file functionality
It is possible to write addons that can contain code that runs differently based om the verison of blender you are on. This is against the guidelines. Clean_file strips the code back to be only the code used for the version of blender under test.
Some paths renamed for repo move
v0.3 Checkin for v0.3
Replace built in addons support
v0.2 #24 Add addon as a file support and testing
Initial release to pypi
v0.1 Use pypi install now