FBX Export: Option to exclude hidden objects
This change adds options to FBX Export intended to mirror existing
options available in GLTF export, namely:
Include > Limit To > Visible Objects.
The GLTF options were discussed and agreed on in this discussion:
https://github.com/KhronosGroup/glTF-Blender-IO/issues/1139
And implemented in this change:
https://github.com/KhronosGroup/glTF-Blender-IO/pull/1361/commits/f39e14c1ba1310576614eed919e08950f68793fb
This patch adds an option to the FBX exporter that excludes hidden
objects while exporting.
This change has been tested by myself and two other artists on my team
and appears to be working correctly in our Unity asset pipeline.
We are all running windows.
The above GLTF discussion + change also included a checkbox for
Renderable Objects however I opted not to introduce that in this
patch for simplicity Since I am new. If other developers are happy with
this patch then I could create a second patch to introduce the
Renderable Objects checkbox.
This is my first contribution to Blender. I did my best to read and
understand the guidance but if there is anything I can imporve about
the code or the submission please let me know!