Page 2 of 2
Re: OctaneRender® for Maya® v1.02a beta [CURRENT]
Posted: Sun Dec 30, 2012 11:14 pm
by charge
JimStar, previously you gave a example of how to set the values of a octane pin node:
JimStar wrote://Set color pin value (Octane RGBspectrum Texture):
octane -tcp <pin name> <R-value> <G-value> <B-value>;
//Set float pin value (Octane Float Texture):
octane -tfp <pin name> <value>;
Could you also give an example of how to get the value(s) from an octane node pin as well?
Many thanks.
Re: OctaneRender® for Maya® v1.02a beta [CURRENT]
Posted: Mon Dec 31, 2012 8:57 am
by JimStar
igi00 wrote:I have a question. Does this act like a demo also, or I have to install dedicated "maya v1.0 RC3c beta demo" instead?
No. It is not a demo.
Re: OctaneRender® for Maya® v1.02a beta [CURRENT]
Posted: Mon Dec 31, 2012 9:07 am
by JimStar
charge wrote:Could you also give an example of how to get the value(s) from an octane node pin as well?
Code: Select all
//Get Octane pin value (RGB-spectrum or Float, if Float - $fRGB[1] and $fRGB[2] are < 0):
float $fRGB[] = `octane -gpc <pin name>`;
Re: OctaneRender® for Maya® v1.02a beta [CURRENT]
Posted: Tue Jan 01, 2013 8:59 am
by Krisonrik
What's the 32bit output format of octane for maya? I can't believe I realized it, but I can't find openEXR from the list of the file formats that Octane for maya can output. (I do have openEXR loader plugin loaded for maya)
Re: OctaneRender® for Maya® v1.02a beta [CURRENT]
Posted: Tue Jan 01, 2013 9:52 am
by TBFX
Krisonrik wrote:What's the 32bit output format of octane for maya? I can't believe I realized it, but I can't find openEXR from the list of the file formats that Octane for maya can output. (I do have openEXR loader plugin loaded for maya)
Just select any non 8 bit format like tif16 and it will write out 32bit exr's
T.
Re: OctaneRender® for Maya® v1.02a beta [CURRENT]
Posted: Thu Jan 03, 2013 1:14 pm
by RickToxik
Happy 2013 Octane Team
Hi Jimstar,
I have this simple scene that crashes whenever I try to do an IPR.
I can send a .dmp if it helps.
http://www.invisiomedia.com/Clients/Oct ... ender.html
Cheers
Re: OctaneRender® for Maya® v1.02a beta [OBSOLETE]
Posted: Wed Jan 09, 2013 12:10 pm
by JimStar
Next version
HERE.
