Hubs-Foundation / hubs-blender-exporter

The Hubs Blender Add-on enables artists to export their creations to the immersive web with Hubs
Mozilla Public License 2.0
165 stars 51 forks source link

UI isn't locked during reflection probe baking. #128

Open Exairnous opened 2 years ago

Exairnous commented 2 years ago

Description The scene can be modified while baking reflection probes. If you modify the scene or settings while baking you may end up with incorrect bakes.

To Reproduce Steps to reproduce the behavior:

Possible solution The UI could be locked before starting to bake reflection probes (bpy.context.scene.render.use_lock_interface) and released after, while an info message can be displayed on the component during the bake notifying the user that the bake can be cancelled via pressing ESC.

Hardware

hrithikwins commented 1 year ago

@keianhzo @Exairnous I'm interested to work on this issue