What object property does bpy.ops.object.hide_view_set() actually toggle?

It toggles a per view layer hiding option, which is not available in the API as a property. Some way to directly access this property should be added still.

1 Like