honor the "Ignore when Rendering" for materials checkbox

Sub forum for feature requests etc

Moderator: JimStar

Post Reply
itsallgoode9
Licensed Customer
Posts: 893
Joined: Thu Apr 03, 2014 9:04 am
Location: New York City
Contact:

there is an option for "ignore when rendering" in each parameter in Maya but Octane doesn't seems to honor this checkbox!

This would be pretty helpful for temporarily turning of parameters when rendering instead of having to zero them out or delete the connection. Both of those methods are pretty user error prone....deleting connection can lead to lost texture node if you clear your graph-- zeroing out has potential for user forgetting what value they had previously set, should they ever want to turn it back on.

Hopefully this is a simple update!
Intel i7-3930K, 64gb RAM, Asus X79 Deluxe mobo, 2x EVGA 780 6gb (for rendering), 1x PNY quaddro k4000 (for display)
Windows 8.1 x64, Maya 2014, Octane Render v2
calus
Licensed Customer
Posts: 1308
Joined: Sat May 22, 2010 9:31 am
Location: Paris

Agree, this should be already supported by the Octane plugin, this is a basic Maya feature...

Adding some details for JimStar:
In the UI, this is accessible in the attribute editor, in the contextual menu when right clicking on the name of a connected attribute:
maya_2017-02-02_19-01-18.png

On the technical side, this mean supporting the '−connectionState' of an attribute connection...

For example, to temporary disable all Octane displacement in a scene (if it was supported) :

Code: Select all

   string $materials[] = `ls -materials`;
   for ( $mat in $materials )
      shadingConnection -e -connectionState 0 ( $mat + ".outDisp" );
Pascal ANDRE
Post Reply

Return to “User Requests”