You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using show_object() or show_all() it would be nice to be able to control what is the default hidden (eye icon) and wireframe mode of the rendered objects.
If the user changes the visibility on the UI via the eye icon or the wireframe icon, these should be kept or not based on something like set_defaults(reset_camera=Camera.KEEP_VISIBILITY) or similar.
When using
show_object()
orshow_all()
it would be nice to be able to control what is the default hidden (eye icon) and wireframe mode of the rendered objects.If the user changes the visibility on the UI via the eye icon or the wireframe icon, these should be kept or not based on something like
set_defaults(reset_camera=Camera.KEEP_VISIBILITY)
or similar.Proposed API:
The text was updated successfully, but these errors were encountered: