Show objects depending of viewport

Hi guys. I want to write script that will be showing some object in one viewport and another in other viewport. To be precise: I want to show all objects in perspective and orthographic and some of them in other viewports

1. Script should work in 2x2 layer preset showing result in all viewports simultaneously
2. Script SHOULDN'T be depend on active viewport
(i wrote one for this if(viewport.GetType() == #view_persp_user OR viewport.GetType() == #view_iso_user) )
and work great when im swithcing viewports. Now im searching one to display objects in 2x2 preset

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
miauu's picture

You can't do this in

You can't do this in 3dsMax.
In cinema4d you can, but not in 3dsMax.

Drathir's picture

ahh :( thanks for answer!

ahh :( thanks for answer!

Drathir's picture

up

up

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.