0.3.1: Script Fixes
- No longer uses
clear_geometry()
which was added in 2.81. This will now work in 2.80. - Fixed script error and Blender crash when trying to execute the script for the first time
The crash happened because the script was trying to automatically create a node group. This time required node groups will be appended from a file nameddeps.blend
- Various Python script optimizations and code cleanup