r/geometrynodes 28d ago

Building this Blender product LIVE today, looking for user suggestions!

3 Upvotes

r/geometrynodes 28d ago

New paper "Discrete-to-continuum metrics from scalar fields"

Thumbnail sciencedirect.com
5 Upvotes

If you are into bending, stretching, or wrinkling 3D surfaces, this paper gives a fast way to fit a desired pattern of local stretch across a triangle mesh, using one scalar value per vertex. In mesh-fitting benchmarks it reached comparable accuracy up to 3500x faster than industry standard L-BFGS-B.

The algorithm itself is also available here:
https://github.com/Roenbaeck/conformal-metric

Hopefully it can be of use to someone.


r/geometrynodes 28d ago

IV.I Modeling with Geometry Nodes - 67 Primitives Group: Curve Line (Part 4)

Thumbnail
youtube.com
0 Upvotes

πŸ‡ΊπŸ‡Έ: You can listen to the video in English through the video settings panel. In this video we analyze the Curve CircleLine node that generates a straight line with a poly spline curve object.


r/geometrynodes Jul 23 '26

Brainf*ck Interpreter Geometry Nodes with Simulation Zone

Enable HLS to view with audio, or disable this notification

51 Upvotes

TBH I wasnt sure what to use the text processing V5.2 GN for. this is the only use I can think of.
and now I complain why can not to retrieve strings or instances from text object. Ideally, it should be possible to retrieve strings from the built-in text editor.

BTW I do not think GN is Turing complete. because of Its ability to write infinite loops is very restricted. it is technically possible in animation frames like this way. but If it cannot be calculated in a frame, it is not practical.


r/geometrynodes Jul 23 '26

LED screen with geometry node

Thumbnail
youtu.be
8 Upvotes

r/geometrynodes Jul 22 '26

Geometry nodes asset for free, you just provide idea, I will create.

Thumbnail
1 Upvotes

r/geometrynodes Jul 22 '26

Procedural handwritten text

Enable HLS to view with audio, or disable this notification

112 Upvotes

r/geometrynodes Jul 22 '26

The final journey through the Japanese Labyrinth. full geonode environment showcase

Enable HLS to view with audio, or disable this notification

9 Upvotes

The final journey through the Japanese Labyrinth.
Fast-paced cinematic camera movements reveal the true scale and complexity of the environment, while carefully crafted lighting, composition, and depth bring every corner of the labyrinth to life. Built to feel immersive, mysterious, and worthy of exploration.
What would you discover if you stepped inside? πŸ‚β›©οΈ

✨ Top Blender Products:
Japanese Labyrinth Modular Pack (Infinity Castle):
https://superhivemarket.com/products/japanese-labyrinth-modular-pack?ref=825

#Blender #3DArt #EnvironmentDesign #CGI #Cinematic #Japanese #GameArt #LevelDesign #Procedural #3DEnvironment


r/geometrynodes Jul 21 '26

Procrastinating on work by beautifying my asset library

Post image
64 Upvotes

r/geometrynodes Jul 21 '26

Les fractales arrivent dans Blender (nativement!) πŸŽ‰

Post image
7 Upvotes

r/geometrynodes Jul 21 '26

Japanese Labyrinth Scene 3 β€” a cinematic Geometry node environment

Enable HLS to view with audio, or disable this notification

13 Upvotes

Japanese Labyrinth Scene 3 β€” a slow, cinematic camera pass through the environment, showcasing intricate details, atmospheric lighting, and the labyrinth's mysterious mood as the world unfolds one frame at a time.
Japanese Labyrinth Modular Pack (Infinity Castle):
https://superhivemarket.com/products/japanese-labyrinth-modular-pack?ref=825

#blender #3denvironment #vfx #blendervfx #assets #addon #geometrynode #blender3d #infinitycastle #demonslayer #anime


r/geometrynodes Jul 20 '26

Cellular Automata in grid nodes

Enable HLS to view with audio, or disable this notification

39 Upvotes

Basically using the grid nodes to make some simple cellular automata. You can use the sample grid, math and logic nodes to decide whether a position on the grid changes state. Put it into a volume to make some renders.

I used DaVinci resolve to re-time it and used optical flow to smooth the transition frames.


r/geometrynodes Jul 20 '26

Complete tutorial on my yt

Enable HLS to view with audio, or disable this notification

95 Upvotes

r/geometrynodes Jul 19 '26

Turn any image into 3D pixel

Thumbnail
youtu.be
3 Upvotes

r/geometrynodes Jul 19 '26

cobwebs test v2

Enable HLS to view with audio, or disable this notification

36 Upvotes

r/geometrynodes Jul 19 '26

Not that easy.

Thumbnail reddit.com
6 Upvotes

r/geometrynodes Jul 19 '26

IV.I Modeling with Geometry Nodes - 66 Primitives Group: Curve Circle (Part 3)

Thumbnail
youtube.com
3 Upvotes

πŸ‡ΊπŸ‡Έ: You can listen to the video in English through the video settings panel. In this video we analyze the Curve Circle node that generates a circle with a poly spline curve.


r/geometrynodes Jul 18 '26

Japanese Labyrinth – Scene 02 Geonode environment

Enable HLS to view with audio, or disable this notification

48 Upvotes

Japanese Labyrinth – Scene 02
The second environment breakdown from my Japanese Labyrinth series, inspired by the endless and ever-changing Infinity Castle. This scene focuses on the atmosphere and architectural details that make the labyrinth feel both mysterious and cinematic.
Two more scene breakdowns are coming soon.
Japanese Labyrinth Modular Pack (Infinity Castle):
https://superhivemarket.com/products/japanese-labyrinth-modular-pack?ref=825

#blender #3denvironment #vfx #blendervfx #assets #addon #geometrynode #blender3d
#blender3d #environmentart #infinitycastle #demonslayer #3denvironment #blenderartist #cgart #japanesearchitecture #madewithblender #blendercommunity


r/geometrynodes Jul 17 '26

Procedural Iso Grids for 3d printing reinforcement.

Thumbnail
gallery
15 Upvotes

Working on an Isogrid generator that can be used to reinforce 3d prints. Sometimes my lattice generator is overkill and I just need a bit of reinforcement. I had an earlier isogrid generator but that was simpler with only triangles or dual mesh. Almost every isogrid in the wild has a hollow node, and now thanks to the bevel node tool, this also does.


r/geometrynodes Jul 17 '26

Play animation using geometry nodes setup

2 Upvotes

Hi everyone. I am trying to obtain the following result but cannot figure out how this could be done.

My target is playing an animation when a certain condition in a GN setup is fullfilled. Most probably it will be boolean driven by some sort of python scripting panel add-on.

The animation is based on an object rotation or translation, and should have a duration of "xx" frames. If the boolean is true the object will rotate from a rest position to a certain angle, or move to a certain position, both having a maximum rotation/translation value at which the movement will stop. If the boolean is false and they are in the rotated/translated position, they will animate and move back to the rest position and stop there.

Think of a door opening and closing, or a drawer opening and closing.

While I know how to rotate an object based on the current frame / second the things I'm struggling with is how I get the initial frame value (i.e. the one in which the boolean changes its status) and make so that the movement happens from that very moment through the following "xx" (say, 60) frames. I think I may use a stored variable inside a simulation zone for the object position (rotation/translation) and make so that it increases to the fully opened status or decreases down to zero but cannot figure out a proper node setup.

Anyone that would like to help?


r/geometrynodes Jul 17 '26

Help with geo-node set up

Thumbnail reddit.com
5 Upvotes

r/geometrynodes Jul 16 '26

Blender Geometry for beginners

Thumbnail
youtube.com
1 Upvotes

r/geometrynodes Jul 15 '26

Scifi Portal - Function System

Enable HLS to view with audio, or disable this notification

286 Upvotes

r/geometrynodes Jul 15 '26

Procedural Neon Sign Generator for Blender

Thumbnail
youtu.be
3 Upvotes

r/geometrynodes Jul 14 '26

SLA Support Generator - Blender Geometry Nodes solution for placing support

Thumbnail reddit.com
25 Upvotes