Unanswered Questions
1,242 questions with no upvoted or accepted answers
6
votes
1
answer
4k
views
Separate alpha from color in Shader Editor
In the Shader Editor, I can create an RGB node and in there, I can set an alpha value as displayed in this screenshot:
However, no color separation node in blender supports extracting that value and ...
5
votes
0
answers
270
views
Flat shading when using displacement or bump
When using a bump or displacement node and bump only or displacement and bump in the material settings, the shade smooth option seems to not be working. Instead the geometry starts to show, auto ...
5
votes
0
answers
347
views
Custom shader script in compositor (de-linearize depth buffer)
Some months ago I wrote a minimal opengl 2.5d game engine with pre-rendered backgrounds (such old Resident evil, Alone in the dark and Final fantasy games). Depth is managed through a grayscale image ...
5
votes
0
answers
499
views
Shading according to velocity
I have a rigid body simulation of many objects and would like to change how they're shaded depending on velocity. It's easy to get location from object info node, but how about change in location ...
5
votes
0
answers
749
views
Control image texture source from outside node group
I'm working on turning a cavity node setup I found online into a node group I can append to my blender files.
The setup uses several mapping nodes (that I already converted to math nodes so the ...
5
votes
0
answers
2k
views
nVidia skin shader with the Principled BSDF
I've been using a skin shader primarily based on the Brecht skin shader, which is itself based on the Sum-of-Gaussians approach as seen in 14.4.7 from GPU Gems by nVidia. Its Cycles adaptation, which ...
4
votes
0
answers
96
views
Seamless OSL shader tiling in Blender
I'm a little out of my depth here as my shader fu is weak. I'm trying to get this shader to tile seamlessly in Blender.
I've managed to give it UV coordinates and with a value able to scale it.
But ...
4
votes
0
answers
72
views
translucent white resin with embeddings - material
I need to make a volumetric translucent material, possibly working in EEVEE.
It is a white semi-translucent resin with objects embedded.
The embedded objects are more visible near to the surface of ...
4
votes
0
answers
253
views
Migrating geometry shaders to Metal
I'm working on BlenderBIM (architecture addon for Blender) and we have a bunch of shaders to support plan annotations in viewports. Mainly it's simple shapes based of lines - lines, segment based ...
4
votes
0
answers
515
views
Drawing non-polyline smoothed lines with `gpu` module
Backstory:
Since bgl module will soon to be deprecated and it's doesn't work on Metal already I was trying to move code to gpu ...
4
votes
0
answers
207
views
Custom nodes, node limits, and compile times
I am working with some very complex custom toon shaders in Eevee. This causes several problems. First, the compile times are atrocious. Second, I am in danger of hitting the node limit if I also use ...
4
votes
0
answers
422
views
Understanding Blender's Invert Node and Varying Bit Depth Images
So, I am trying to wrap my head around exactly what the invert node is doing in the shader editor.
I realize that this sounds like the most simplistic question in the universe, but please bear with me....
4
votes
0
answers
456
views
Is it possible to apply ocean modifier for only one face of geometry?
I was trying to recreate this illustration with my limited knowledge.
And while doing that I tried to follow some tutorials. In one of the tutorials, the animation done with ocean modifier and ...
4
votes
0
answers
187
views
Possible to give a shadow a different material?
Hello.
Let say that in a this image, i'd like all shadows to be rendered as an red emissive material, is this possible in render ? procedurally, witouth any modifiers, just by the shader editor ?
4
votes
0
answers
4k
views
How to export smoothing groups made with Auto Smooth?
I know that there is an Edge Split modifier, but it actually splits geometry edges, which causes problems with further modeling. When I use "Shading: Smooth" and then enable Auto Smooth, it works nice,...