Page 1 of 1

textures in maya viewport

Posted: Thu Dec 22, 2016 11:30 pm
by Tharso
how can I display textures in maya viewport with octane material? And why Maya is loading meshs much faster than modo plugin?

Thanks

Re: textures in maya viewport

Posted: Fri Dec 23, 2016 5:29 am
by calus
Tharso wrote:how can I display textures in maya viewport with octane material?
Octane Image Texture display in viewport have been enhanced recently,
You shouldn't need to do anything special if you use old opengl viewport 2.0 or the very old legacy viewport.

But anywhere else in Maya, Octane Texture are not supported at all.
For example when viewport 2.0 is set to use DirectX (as I do), any Octane Material is just grey :D .

Anyway my advice is to don't bother with that and just override Octane material display in viewport 2.0 with standard Maya shaders.
use this very simple script for that :
viewtopic.php?f=28&t=52995#p266550

Re: textures in maya viewport

Posted: Fri Dec 23, 2016 5:43 am
by calus
Tharso wrote:And why Maya is loading meshs much faster than modo plugin?
I guess it's a good point for the Maya plugin and you'd have to ask Paul why Modo plugin load geometry much slower than Maya plugin :D
(but I'm a bit surprised, never heard of such a flaw for Modo's plugin.)

Re: textures in maya viewport

Posted: Fri Dec 23, 2016 1:05 pm
by Tharso
calus wrote:
Tharso wrote:how can I display textures in maya viewport with octane material?
Octane Image Texture display in viewport have been enhanced recently,
You shouldn't need to do anything special if you use old opengl viewport 2.0 or the very old legacy viewport.

But anywhere else in Maya, Octane Texture are not supported at all.
For example when viewport 2.0 is set to use DirectX (as I do), any Octane Material is just grey :D .

Anyway my advice is to don't bother with that and just override Octane material display in viewport 2.0 with standard Maya shaders.
use this very simple script for that :
viewtopic.php?f=28&t=52995#p266550
Nice! Thank you !!