Page 1 of 1

How to hide objects from camera?

Posted: Tue Jul 15, 2014 5:24 am
by itsallgoode9
Hey guys, i'm having problems hiding an object from the camera while having it still affect the visible geometry. I've tried the camera visibility settings in the object's "extra attributes" section but it seems to be having no affect at all. As a matter of fact, nothing in that section seems to work. Am I using the wrong method to achieve this, or is it just a broken feature?

Re: How to hide objects from camera?

Posted: Tue Jul 15, 2014 5:34 am
by TBFX
Hi itsallgoode9,

You need to set the geometry type of the object to movable or reshapable proxy, just above the visibility settings, otherwise it is sent to the GPU as part of the global mesh and therefore the render engine cannot alter it's visibility.

T.

Re: How to hide objects from camera?

Posted: Tue Jul 15, 2014 5:58 am
by itsallgoode9
awesome, thanks, that worked! Is there a section talking about the extra attributes in the manual? I could not find anything in there regarding them.

Re: How to hide objects from camera?

Posted: Tue Jul 15, 2014 5:58 am
by JimStar
TBFX wrote:Hi itsallgoode9,

You need to set the geometry type of the object to movable or reshapable proxy, just above the visibility settings, otherwise it is sent to the GPU as part of the global mesh and therefore the render engine cannot alter it's visibility.

T.
... or "Scatter", if animation is not needed.;)

Re: How to hide objects from camera?

Posted: Tue Jul 15, 2014 6:08 am
by itsallgoode9
Another question along these lines...is it possible to do a region render? If so, how do I do that? I tried the standard approach of region rendering, like i would do in maya but i get an error saying it's not currently supported. Although, there are forum posts that state the opposite, so that's another thing that i'm not sure if i'm just doing wrong, or if it actually isn't supported yet. Thanks for all your help and getting me up and running quicker!

Re: How to hide objects from camera?

Posted: Tue Jul 15, 2014 8:01 am
by prodviz
From Jim:

'If you have "pick focus" enabled in camera - you use pick focus instead of pick region when selecting the region.'

So uncheck 'Use pick focus region' and click and drag a region in the render view.

Re: How to hide objects from camera?

Posted: Tue Jul 15, 2014 8:08 am
by itsallgoode9
Thanks a bunch!