Hi Greg, I want to say that there is not THE way to write code. Following is only how I'd write it to be safe. There are a bunch rules to keep in mind and a lot of case testing. For instance: never use the direct $ to retrieve a selection. That's so generic it can lead to many errors. Same goes for "Selection" collection.…
OK! Just uploaded the version 3.6.0 BETA 1... I decided to put a small beta 1 before to release the final version because touched too much code and I'm pretty sure any ugly error will appear Changes include a complete C++ SDK with documentation, a new and improved antialiasing method that consumes 8x less memory and is…
Hi All, I've a material setup which I haven't made my self, but i would like to build in AO node. The problem is that I don't realy know how to connect AO node (outlined in green) The node starts from the Diffuse_base and then splits up with a Texture_A and A_dirt_on/off which can be controlled secondly there are…
Hi everyone, I just wanted to share here some nodes I have made available for free on gumroad. You can get them here: https://gum.co/non-uniforms – Non-uniform HSL The purpose of this node is to create colour variation from simple colours, and to help in colourizing flood fills. With this node you can have a simple colour…
Hey guys, I`m fairly beginner at Substance Designer, but have recently seen the spline and path nodes. I've been experimenting a bit with them. I'm trying to create a pine tree branch and modeling + bake seems like such a slow process compared if I could create it in Designer. I can't seem to scatter some shapes on the…
Much appreciated! I don't plan to stop supporting the plugin any time soon and I plan to give release the source code if it would ever come to that point. I'm happy to hear you found good use for the plugin :) Have a good New Year!
Another day another 'bunch-of-stuff-thats-not-exactly-game-art-related-but-we-think-you'll-love-it' post. Enjoy! * Cody Wentworth * Time lapse video Discovery * Flightpattern After the jump! [caption id="attachment_545" align="alignright" width="180" caption="Illustrations by Cody Wentworth"] [/caption]Cody Kenworthy Cody…
The standard code is: [html]transform: rotate();[/html] However not all browsers understand that piece of code by itself, that's why we add those duplicates with extensions. It allows the other browsers to work with the code. Trust me, it's my biggest headache when it comes to using CSS3 since not all the functions are…
Hi guys finally decided to come over to the new boards with a little suprise. Like all things decided to move rol with the times and port the mod from quake 3 over to Unreal 2004. This is mainly so we can get our vehicles into the game alot nicer and without ridiculous coding. So with saying that I'd like to share a few…
I wouldn't suggest using this code as you are constantly making new shading graphs. You should probably catch the exit way earlier by asking for the texture first and early out then if the user cancelled. At the moment if you cancel you leave the shading networks around. Anywho here is a way to do the conditional check.…