Muzz, have you done any facial proportions reviews recently? Or face drawings/paintings/studies from reference? Quick facial block out using a tool like this? I've got a bit of this myself, but I find that it always helps to go back and have a bit of a review of the basics sometimes. It's worth noting that I'm with Daew,…
Hi there, I had issues with my multiplayer game when creating a dynamic material instance on BeginPlay. I figured out, that putting all initializing code from "Event BeginPlay" node from the "Event Graph" tab into the "Construction Script" helped me to solve the problem to have correct access to the material in runtime.…
An interesting note you bring up regarding Python and C based languages. I've seen the same thing, particularly with Autodesk code. 99% of all Mel scripts and even their python code utilizes camelCase for variables and functions. What's interesting is that this is counter to PEP8 guidelines (no camelCase for either, only…
Hey guys, first foray into substance designer here. Just trying to make some rocks. Have a look. The 2D view is viewing a blend node, some fairly chunked up rocks. It is being piped into a normal node right after. In the 3d view you can see some weird... circles. These circles arent visible in the blend node. When I switch…
hmm ok, I thought thats what command did, never used it myself, as I am happy with the use of both standard and raycast polgon selection modes. What you could do is: * copy this code below to a script file and save it. * Then open a new custom toolbar, select the script and drag it to this toolbar. * Create the button as…
Nómada / Nomad - 12/2022 My profile pic, l would call this my first "get serious" artwork. I've wanted to make some music and also learn how to draw. So I've learned a DAW and studied various Marc Brunet's videos and made the cover. I wasn't so happy of how the "realistic" shading looked, so I colored it in a way I liked…
Hello, QA: 1: does pixaflux process on the GPU where appropriate? Yes, some of PixaFlux's nodes are executed on the GPU (Vulkan and OpenCL). 2: can I script it - at least in terms of launching the app, loading some things and dumping results? Not yet, sorry. We have a node called Sprite It that generates sprites with…
Thanks! No, I haven't written any examples page, but I probably should. I will start doing it asap. That is a really good idea. Node search box is somewhere on my TODO list so that will definitely exist in next couple of versions. Image size can be defined only in nodes that create something (texture node, uv nodes...)…