[Req] Render hidden geometry

3D Studio Max Plugin (Export Script Plugins developed by [gk] and KilaD; Integrated Plugin developed by Karba)
Forum rules
Please post only in English in this subforum. For alternate language discussion please go here http://render.otoy.com/forum/viewforum.php?f=18
User avatar
suvakas
Licensed Customer
Posts: 503
Joined: Sun Jun 12, 2011 10:26 am

Hey Karba,
Could you please add a way to render hidden geometry?
It could either be a new checkbox or use standard "Render Hidden Geometry" setting under Common tab.
This would be very useful for rendering out large amounts of instances or for heavy models too. Hiding stuff from view makes viewports a lot faster, but currently there is no way to include hidden models for rendering with Octane.

Suv
User avatar
face
Octane Plugin Developer
Posts: 3204
Joined: Sat Mar 06, 2010 2:10 pm
Location: Germany

Max hasn´t different settings for viewport and rendering visibility? :shock:

face
Win10 Pro, Driver 378.78, Softimage 2015SP2 & Octane 3.05 RC1,
64GB Ram, i7-6950X, GTX1080TI 11GB
http://vimeo.com/user2509578
User avatar
suvakas
Licensed Customer
Posts: 503
Joined: Sun Jun 12, 2011 10:26 am

face wrote:Max hasn´t different settings for viewport and rendering visibility? :shock:

face
What do you mean?
It's not object property, but it's a renderer feature. You can find it under Common render settings.
It's very easy to implement. Octane should just ignore the hidden status of an object and render it no matter what.

From Max docs:

Code: Select all

Render Hidden Geometry
Renders all geometric objects in the scene, even if they are hidden. 
I really hope Karba knows Max good enough to understand what I mean.

Suv
User avatar
Vanya
Licensed Customer
Posts: 161
Joined: Sun May 13, 2012 7:26 am
Location: Cyprus
Contact:

yes it is very useful. if you set the object properties that are useful in two.
And yes, what about the proxy? (like vray proxy) or (proxy view like a "box"). will it be?
*Very bad English :roll:

Core i5 76o @ 2.8o GHz | ZOTAC gtx58o AMP 1536Mb | MSI gtx46o 1o24Mb | Corsair ForceGT SSD12o | Gskill 16Gb RAM 16ooMHz
OctaneRender® for 3ds max®
User avatar
iViz3D
Licensed Customer
Posts: 145
Joined: Mon Apr 19, 2010 2:51 pm
Location: Singapore

+1. Not only in 3dsmax but a feature also in standalone itself.
User avatar
face
Octane Plugin Developer
Posts: 3204
Joined: Sat Mar 06, 2010 2:10 pm
Location: Germany

suvakas wrote: What do you mean?
It's not object property, but it's a renderer feature. You can find it under Common render settings.
It's very easy to implement. Octane should just ignore the hidden status of an object and render it no matter what.
Suv
I mean, in Softimage, i can hide an object for rendering, for the viewport or both. And there it is an object property.

I think in Max it is the same. You are right, it is also a renderer option under the common render setting, but only because the renderer ( in this case MentalRay ), searches each object to this property.
It is the same with moveable proxies. It is an object property but the renderer searches each object for this property.
A render property can be the renderer options which will have the parameters under it for the max samples or the kernel type.

I was only wondering because Max haven´t the different visibilities for rendering and the viewport...

face
Win10 Pro, Driver 378.78, Softimage 2015SP2 & Octane 3.05 RC1,
64GB Ram, i7-6950X, GTX1080TI 11GB
http://vimeo.com/user2509578
User avatar
suvakas
Licensed Customer
Posts: 503
Joined: Sun Jun 12, 2011 10:26 am

Of course there is a "Renderable" object property in Max too, but it's irrelevant for this topic.

Basically I'd like to see this kind of logic implemented:

Code: Select all

if (node->Renderable() && !node->IsNodeHidden() || RenderHidden == true){render node} 
Suv
User avatar
suvakas
Licensed Customer
Posts: 503
Joined: Sun Jun 12, 2011 10:26 am

Karba, what do you think? Could you implement it?

Suv
User avatar
Karba
OctaneRender Team
Posts: 2300
Joined: Sat Jun 11, 2011 9:05 am

suvakas wrote:Karba, what do you think? Could you implement it?

Suv
Wait for a new release
User avatar
suvakas
Licensed Customer
Posts: 503
Joined: Sun Jun 12, 2011 10:26 am

Awesome ! 8-)

Suv
Post Reply

Return to “Autodesk 3Ds Max”