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
Member

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.

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.
Demeter Dzadik added 1 commit 2023-07-07 11:54:48 +02:00
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.
Demeter Dzadik merged commit 882f2e979c into main 2023-07-07 12:00:12 +02:00
Demeter Dzadik deleted branch GNSK-fix-visibility-management-2 2023-07-07 12:00:13 +02:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: studio/blender-studio-tools#103
No description provided.