Worth showing this EEvEE shader; I've been playing with. NSFW: nude lady. its using blended mode this is why it might be a "big" deal for me. Quick post for now i'll chime in on every ones threads again soon.
The CUDA memory required needs to be split into two components: 1. Node pool. It's used for the spatial acceleration structure. Usually 16/32Mb should be enough for a 4M poly mesh. 2. Triangles. The mesh itself. Each triangle occupies 48 bytes. A 4M poly mesh will occupy around 192Mb. If you set 450Mb for the nodes(that's…
I'm still here. For the past five days, I've been learning Material Maker and Nodes from scratch, and I've had to experiment a lot since there weren't many tutorials available. Please take a look at my texture for the walkway. If you have any comments or suggestions for improvement, feel free to let me know. In the…
okidoki Thanks for interesting links but still sounds like a toy not very relevant to actual game art production. Same as Metaballs. Rather an interesting toy. I am for example still waiting when Designer would get any convenient manual touching/finishing tools or otherwize Painter get something like node based level of a…
Yay, I am glad you like it! It was my GSoC :p We came up with the idea after I was toying with the color smudge brush to make direction maps, and then on IRC someone said like 'oh, but if this could be attached to tilt...' and so the idea was born. I am really excited to see what kind of things people are going to do with…
Or you can do it with nodes. Note that the first 2 lines are unpacking the normal maps from 0-1 space to their proper range for this procedure, so you'll want to translate that for use with your existing assets. So your base normal will need its blue channel doubled. so multiply it with a vector 3 set to (1,1,2) The detail…
You can either use expressions or connect attribute nodes directly. Maya is all node based, so just because something is a geometry or NURBS node doesn't mean it can't be fed into a shader node. If you select a polygon or NURBS object in your main window and open the Hypershade window, and select Graph > Input and Output…
Hi! I just found the rocksculpting tutorial by Arif Pribadi(found here: http://arifcreations.com/blog/2012/01/21/tileable-rock-texture-in-zbrush/) and thought I'd try to follow it. Sadly I didn't make it past the stage of trying to set up the plane to sculpt on, instead of it following it correctly i got this: where it…
Hey, I experience awful blender performance when switch to edit mode even with low to mid poly models (50k etc.). Is there a magic button in the settings that i missed to enable? I got rtx 4080 with i9 14900 and whatever ssd and ram that is best.
DroneCam is a free Blender addon that lets you control the camera like you would a real-life drone using an Xbox 360 gamepad as input. Damn bro, you still animate the camera manually for aerial shots in Blender? #blender3d #b3d #addon Compatible exclusively with Windows, DroneCam enables you to add a drone to a scene,…