Blender_bevy_components_workflow icon indicating copy to clipboard operation
Blender_bevy_components_workflow copied to clipboard

Auto exported gltf does not ignore hidden objects

Open StrikeForceZero opened this issue 1 year ago • 0 comments

In the alpha1 release (untested in main), I noticed that auto export does not respect objects marked as hidden. At first, I thought it was an export setting issue. For all I know it could still be an export settings issue since the export settings seem very fragile. However, adding in this check seems to fix the problem for me. Can open a PR if that change is appropriate, or would appreciate any insight on what I might have wrong.

Export settings set to: image (which I know is supposed to get overridden in the blender addon to ensure required options are marked)

Expected output: image

Actual output: image

StrikeForceZero avatar Oct 10 '24 20:10 StrikeForceZero