GNSK: Improve visibility management #103

Merged
Demeter Dzadik merged 1 commits from Mets/blender-studio-pipeline:GNSK-fix-visibility-management-2 into main 2023-07-07 12:00:12 +02:00

1 Commits

Author SHA1 Message Date
57ffdac4ef GNSK: Improve visibility management
There were cases where if the user tried to manage visibilities of
objects or collections, they could encounter errors or poor UX:
- If user excludes, disables, or nests the GNSK collection,
they'll get an error from ops.object.mode_set().
- If they unhide all objects in the GNSK collection and then add a new
sculpt,
they would see all the sculpts until they switched back and forth
once more.

Both of those issues and possibly more are fixed in this patch.
2023-07-07 11:53:31 +02:00