@almighty_gir if your using the cubemap blur technequne that was posted in post #154 did you change the custom code to point to lod instead of bias? in the custom node changereturn texCUBEbias(PixelTextureCube_0,float4(BiasInput, rough)); toreturn texCUBElod(PixelTextureCube_0,float4(BiasInput, rough)); that seemed to have…
http://help.autodesk.com/view/Stingray/ENU/ You might be able to dig up a couple of things from the help files. There are references for the Lua API and for the flow nodes. IDK if you can get a C++ engine plugin working without source code access, but it might be worth the old college try.
GlowingPotato> Glad that helped you :) Ignore my previous question... Forgot that the Texture Map node was a group as any. If you enable advanced mode and look for yourself you can see that the "ConvertToLinearSpace" = x^2.2. At least in Maya 2015 which I have at home. I've got 2016 at work.
Sos for the late answer, glad you made it. Custom Nodes are for you to plug your custom HLSL code into, but I see no reason for you to do it for texture offsetting. What I meant with a "float2" is a vector of 2. You can create one by holding down the "2" button and leftclicking into the editor.
@pming Thanks! She is doing some very cool work and I have seen it before. I actually have the first volume. It is good but it is more code then what I expected. Can definitely recommend it. But for this project I will try to do as much as I can with nodes. And it is quite interesting :smile:
Here's a script that will read through a text file, use line breaks as a delimiter, and show each line associated with timeline frame, starting from 0. Useful for synching animations with dialog or notes, which is really hard to do if your text is in a separate app. It's crazy that maya doesn't seem to have any native way…
Is there any reason you would want to keep the "polySplit" history node after disconnecting it? Because deleting the Connection and deleting the whole Node produces different results. For instance. Create a polygon cube, add some splits with Split Polygon Tool. This produces a polySplit history node. Now, with whatever…
So was trying to get more into the fundamentals of substance especially creating patterns with like 1-4 nodes to keep it simple - I made like 17 of these ( lets say im happy to show 17/40 :P ) I spent like 10-12 hours on it, also I tried to get into tool bag for rendering, later on I added some dirt to the Pattern. The…
Awesome, thanks for that Ace-Angel. I do have a question about your node setup though. There are 2 nodes I have never seen before. The top one I get what its doing as its pretty straight forward but I have never seen a node like that. For the bottom one I cant really tell by the image what the node looks like so I am not…