1.1.1
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