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

Prevent data corruption during a migration if components are removed. #286

Closed Exairnous closed 1 month ago

Exairnous commented 1 month ago

Depending on the order of the components, data corruption can occur if components are removed in the middle of a migration, e.g. like what is done in the grababble component's new migration. This patch skips over components that have been removed and so doesn't try to migrate them, which should prevent any chance of data corruption.