Open fmnijk opened 5 months ago
Although I initially solved the issue by adding a root collection, I also updated exporter.py to better align with Blender's behavior. In Blender, when a bone doesn't belong to any collection, it can still be visible. Reflecting this, I modified the exporter so that when a bone isn't associated with any collection, its visibility is solely determined by whether it is hidden or not. This approach ensures consistency with Blender's native functionality.
fix #159