Just wondering if there might be some changes coming for how we can select parts of our model? In Substance you can select bu UV or by Geometry, and by no way am I trying to compare or suggest you follow them...but that aspect of their program is really quite useful. So will there be any changes in the selection process…
I was wondering if there way to instance or reference a node within the graph. I know a can create a separate graph with an input and output, and then bring that into my graph, but it seems like a pointless extra graph for such a small task. Here is what I have. I need those tile generators to always be the same, but I…
Hi there, Currently residing in New Zealand we are a small team of talented third year university students that have collaborated together over a six week pre-production cycle to create a game. We have learnt UE4 from scratch and completely by ourselves have managed to create the game Upheaval.Upheaval is an upcoming…
Cool to see everyone participating. Everyone's work seems so good. I only have a small update because another project has come up that I have to work on. I'm afraid I won't be able to work on this as much I want to. Guess Ill keep plugging along and see what comes out of it. Anyway, here is what iv'e done
Hey Maze, My bad. The code was at fault. Apparently Maya by default sets the subdivision level to 0 so that's why the if was not working. Fixed up the code and this should work Incrementing string $sel[] =`ls -sl`; for ($thisObj in $sel){ int $displaylevel[] = `displaySmoothness -query -polygonObject $thisObj`; if…
Worms AND BON JOVI, holy crap sign me up! :D Well I finally got over this damned flu and dove in and started coding today! Now that i'm looking at this project as an actual game it's pretty exciting to work on for long stretches. Easy fix to that max speed bug, i was checking world x velocity against max speed, not local…
I'm kind of close to the end I think, I'm fixing some bugs and running renders through MRQ now so I should really catch up on the posts. Clothing creation was really problematic and I think one of the things I spent the most time on. There's a lot I could talk about but I guess I will focus on 2 things I realized: 1.…
I saw this topic coming up from time to time, and today I got involved with one of them so I decided to just make a writeup about how to approach this effect using Unreal Engine: References: https://www.youtube.com/watch?v=Ld_peIKWE3A https://videohive.net/item/abstract-surface-of-moving-cubes/18266215…
That looks nice indeed and I did something like that in Blender Geometry nodes too by roughly same stack but isn't it instantly obvious the thing is not real and have a typical "procedural" taste just because a half of child streams are crossing each other and not do typical flow in before a bend and out after , a core…