Skip to content

1.1.1

Compare
Choose a tag to compare
@keianhzo keianhzo released this 31 May 12:33
· 499 commits to master since this release

This release focuses on compatibility with Blender 3.5:

  • The image encode method call signature has changed in Blender 3.5. This commits adds support for that. #214
  • When iterating over the potential component hosts it was possible that a host could be processed more than once if its name, and subsequently its position within the list, changed during the iteration. To prevent this, iterate over copies of the host lists instead. #219