Page 1 of 1

alpha image?

Posted: Wed Nov 04, 2020 4:18 pm
by kirk
Should I always load same texture twice in Octane to get alpha output from RGBA image ? Can it be done with a single open file procedure to both RGB and alpha outputs?

Re: alpha image?

Posted: Thu Nov 05, 2020 7:52 am
by bepeg4d
Hi,
if you use the same file, loaded as RGB, and then loaded as Alpha, it is always considered as only one texture file in Octane:
FC9E6A0D-BCCD-4369-80EB-1DE9ABA063AA.jpeg
ciao Beppe

Re: alpha image?

Posted: Thu Nov 05, 2020 3:48 pm
by kirk
bepeg4d wrote:Hi,
if you use the same file, loaded as RGB, and then loaded as Alpha, it is always considered as only one texture file in Octane:
FC9E6A0D-BCCD-4369-80EB-1DE9ABA063AA.jpeg
ciao Beppe
I am asking more of loading or dropping the very same file only single time and not looking in for "Alpha texture in drop down lists, then in open file dialog once more time for each and every texture with alpha . It had always been kind of annoying and tedious.

Can I extract alpha from "Image texture" somehow multiplying rgb on 0 or something or splitting RGBA somehow? Could be also pretty useful for roughness/ metall since all our textures are packed RGBA so we could do it without messing project texture folder with gazillion redundant files.

BTW, would it work correctly for shaders roughness input if I use RGB texture and multiply other two channels to 0?
What should I do with image gamma to work correctly with initially rgb input ? Should gamma be set to 1?

Can it work for inverting green in normal maps?