While each of materials having its own UV and texel density ? While keeping same or synced node pr layering system across all those materials and automated export.
I see where there is a setting for Stereo > Dual / 3D Monitor. How do I render a video to use this setting? It shows correctly in the viewport, but when rendering to video it shows only a single image. Any help is appreciated.
I apparently wasn't very clear-headed in my previous reply, sorry about that. @KeirKieran SouP has a TimeOffset node, but it connects to a shape node, which you're not going to be able to do with instancing. Gonna agree with musashidan that all the grass meshes will need to be unique anyway. So this TimeOffset node would…
Hey everyone, Stupid easy, but I can't get it to work I'm trying to import maya.cmds as maya USING the userSetup.py file. I'm in the right file path {C:\Documents and Settings\<username>\My Documents\maya\2016\scripts}, but it won't load when maya opens up (tried maya.ls(sl = True)) Can anyone help?
You can also paint in the layer mask itself and have your generator as a part of the mask stack with multiply blending mode for example. You can also paint a mask on some layer in the very bottom of the stack , set anchor there and then use fill in your target layer mask stack with a link to that anchor. Sometimes it…
ok finally i found the time to setup a quick example ok this was very fast, very simple it'll work in your case also, had not much time for setup... here we go diffuse alpha normal ok now you create a new material like this: 1 is a simple texture sample, so you either go on the right tab to texturesample (if you want to be…
Like I said, there's is nothing I can technically criticize here, it's really very good, and I realise that my comments can be read as being mean or nasty, but that was never my intention. I also agree that you should do whatever you wish, I was simply highlighting what some art directors were saying. I won't mention which…
Hey John, sorry didnt see the bump. So reason why it doesnt work is because geo is a temp variable that is referenced in the for loop (You can call it later in the script too but it would be the last object in the selection list or objects passed in. What you want to do is seperate functionality into functions. This way…
Okay, here is how i got it working A few notes to whoever may need it: Image resolution is 360 x 240 Despite this, image took 40 minutes to render The golden parts took insanely large ammount of time to render Textures used are in 4k quality I did expect my laptop to burn at somepoint but it did well... I used substance…
Well, standard normal maps range from -1 to +1 also. Also I have no idea how your dot products are doing anything with the output of those mask nodes. The mask should function like the hlsl component swizzle, just outputting a floating point scalar. The dot product is only valid between vectors, so something has to be…