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 50 forks source link

Show a warning if a nav mesh has more than one material slots assigned #215

Closed keianhzo closed 1 year ago

keianhzo commented 1 year ago

Closes #206

Also adds support for copying dependencies properties

Exairnous commented 1 year ago

Oh, I also just realized that with allowing dep only components to be copied, they should be skipped if the host it's going to doesn't have a component that depends on it otherwise you'll end up with components on hosts that aren't needed and can't be removed.

keianhzo commented 1 year ago

@Exairnous I've addressed all the feedback and added support to copy deps properties. Ideally as you said this should have been a different PR but at this point I rather just get it all merged at once.