Notifications
Clear all

[Closed] Object visible only in some viewports

Is it possible to make object visible only in several viewports?

4 Replies
1 Reply
(@miauu)
Joined: 11 months ago

Posts: 0

No. Cinema4d can.

You can do it with the SDK, but it’s not easy and it would only work with Nitrous viewports and would only apply to the SDK plugin object you create.

Yes, I’m working with C++ SDK.
Let me explain the problem:
I have 4 image planes attached to cameras. I would like to setup each viewport to appropriate cameras view to see the unique image in each viewport. But by default I will see neighbor image plane in each view because of intersections.

This picture explain the problem (it’s 34 cameras example)

Cool, shouldn’t be that big of a deal to get it working if you’re proficient with the SDK. Check out this page and start with “UpdatePerViewItems”.