Skip to content

0.3.1: Script Fixes

Compare
Choose a tag to compare
@Amrsatrio Amrsatrio released this 03 Aug 01:34
· 18 commits to master since this release
  • 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 named deps.blend
  • Various Python script optimizations and code cleanup