You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Just wanted to inform that the plugin currently ends up in an error on export and is unable to print the required Scale Factor and Chunks numbers. (although outputs are created just fine)
I was able to fix this however by changing line 383 to the following self.report({'INFO'}, f"Exported {context.scene.num_chunks} chunk(s).")
The text was updated successfully, but these errors were encountered:
Hello! Just wanted to inform that the plugin currently ends up in an error on export and is unable to print the required Scale Factor and Chunks numbers. (although outputs are created just fine)
I was able to fix this however by changing line 383 to the following
self.report({'INFO'}, f"Exported {context.scene.num_chunks} chunk(s).")
The text was updated successfully, but these errors were encountered: