Differential Mesh Growth - The Quick Way

  Рет қаралды 35,899

Entagma

Entagma

Күн бұрын

00:09 - Intro
00:28 - Building the Setup
08:06 - Referencing Values Using UI Elements (aka "not having to dive in and out of the solver")
16:12 - Outro
Download Project File (hipnc): www.dropbox.com/s/vjyv9xly0gl...
Updated setup including support for bounding geometry to restrict growth: www.dropbox.com/s/3skbqhfem9k...
For more info visit www.entagma.com

Пікірлер: 40
@fckndrummczinz
@fckndrummczinz Жыл бұрын
I am so amazed by what Houdini is capable of, and so thankful for having access to all of that knowledge through your tutorials! Wordless
@cosmosunited
@cosmosunited 2 жыл бұрын
So nice. Mine grows everywhere, it's not emitting from a single point, I don't know why. I'm planning to use this as a model for landscape deformation with custom textures instead of noise. Would that be possible?
@pereriand8778
@pereriand8778 Жыл бұрын
Hey there! This is awesome! Is a differential growth with collision/obstacle handling possible? It would be great if the differential growth could dynamically grow around objects.
@JohnDowson100
@JohnDowson100 Жыл бұрын
Super interesting result! Is the workflow still the same in 19.5 or has it been updated? 😀
@fckndrummczinz
@fckndrummczinz Жыл бұрын
pretty much the same
@komaz67
@komaz67 7 ай бұрын
how would u extend this concept to animated geometry?
@yhi228
@yhi228 3 жыл бұрын
Hi, is it possible to use audio for the noise input?
@Entagma
@Entagma 3 жыл бұрын
Yes, you could do that using CHOPs. Cheers, Mo
@alexgithiora6228
@alexgithiora6228 4 жыл бұрын
awesome tut but why do you guys use H15
@Entagma
@Entagma 4 жыл бұрын
This is an oooold tut. Like 2016 old. Cheers, Mo
@zakirali8721
@zakirali8721 6 ай бұрын
what sorcery is this !@🤯 . im new to houdini . this is so cool
@uzaykisi1863
@uzaykisi1863 2 жыл бұрын
Please tell me or advise a tutorial to render it in redshift? As in your example
@Entagma
@Entagma 2 жыл бұрын
Hey hey, we've got a whole premium course on rendering here: entagma.com/courses/rendering-101/
@excessoats
@excessoats 3 жыл бұрын
How would I preserve the uv map on the parts that aren't receiving the growth?
@hutchinsonpatrick
@hutchinsonpatrick 2 жыл бұрын
Would love to know this also, have you had any success?
@dottormaelstrom
@dottormaelstrom 2 жыл бұрын
You could calculate them at the beginning separately and then use an attribute transfer on the mesh after it's been processed maybe
@hutchinsonpatrick
@hutchinsonpatrick 2 жыл бұрын
@@dottormaelstrom ay thanks!
@dottormaelstrom
@dottormaelstrom 2 жыл бұрын
@@hutchinsonpatrick let me know if that works, I'm a total beginner, that was just the first thing I thought!
@twodumbocreatives2627
@twodumbocreatives2627 4 жыл бұрын
Hi, I used your method get up to 6:57 where you introduced group sop and add the expression as @pscale > 0.005, but there is no such 'group by expression' option for operation within my group node, and my result turned out as a chaos, apparently I see my group node settings not exactly the same as yours, is it because of different versions? And if I don't have this group by expression option with that VEXpression @pscale > 0.005, are there ways or nodes to do the same thing to achieve the same result that can replace group node?
@twodumbocreatives2627
@twodumbocreatives2627 4 жыл бұрын
I only have learned Houdini less than half a year, really looking forward to your reply and help
@charlesnyiha4641
@charlesnyiha4641 4 жыл бұрын
Two Dumbo Creatives The Group nodes changed in Houdini 16. There is a separate Group by Expression node now. You can use that.
@twodumbocreatives2627
@twodumbocreatives2627 4 жыл бұрын
@@charlesnyiha4641 thanks!
@isoutoforbit
@isoutoforbit 3 жыл бұрын
@@charlesnyiha4641 I'm new too, I can only see GroupExpression, not Group by Expression, and it looks very different, so I can't follow from there :/ any advice?
@noisenoise9600
@noisenoise9600 3 жыл бұрын
@@isoutoforbit A bit late but I managed to create a work around: Add the Group Expression node, group type = points, | group = group1 | vexpression = '@pscale > 0.001' now create an attribute promote, original name = pscale | original class = points | new class = primitive now copy the first group expression node and put it under the attribute promote, all you have to change is group type = primitives Now add a smooth node, group = group1 and now it should work without errors. The reason you have to do this workaround (at least for me) is because the @pscale expression somehow wont work when the first group expression node is set to primitives, and the smooth node will just smooth the entire mesh. By first selecting the points with the first group expression, then promoting those points to primites, you can then select those primitives with a second group expression thats set to primitives, which the smooth node now accepts. Hopefully this is a good workaround, as i've been only using houdini for about 1 to 1,5 months now, but it seemed to work for me :)
@DOVEDELS
@DOVEDELS 3 жыл бұрын
It's a great tutorial you made here, but when I start the simulation it just starts to smoothen whole mesh. Im a beginner with Houdini btw😅
@DOVEDELS
@DOVEDELS 3 жыл бұрын
Maybe it's because I started this with not a Houdini generated geometry, but imported my own fbx. file and then subdivided it? I'm on H18 BTW.
@aw_artwebanimation
@aw_artwebanimation 3 жыл бұрын
@@DOVEDELS No same thing is happening to me with houdinis geo!
@Thimer132
@Thimer132 2 жыл бұрын
Make sure that inside solver you are putting pointvop and Input_2 (not Input_1!) into attributetransfer.
@jihadakoury7442
@jihadakoury7442 2 жыл бұрын
Super late to the party, but this might help someone someday. When he switches the group type inside the solver from Points to Primitives it clears the selection, because it is looking for a pscale attribute at primitive level which does not exist. And therefore the smooth SOP later will apply to the entire mesh. Instead keep the group type at "Points" and add a groupPromote node after and convert the already existing group from Points to Primitives
@nikolaykirchev9672
@nikolaykirchev9672 Жыл бұрын
@@jihadakoury7442 I love you
@BattleJunkiee
@BattleJunkiee Жыл бұрын
Can you please remake this in blender
@animationspace8550
@animationspace8550 3 жыл бұрын
Can you guys do more stuff on differential growth? Found this cool video and got inspired by it all: kzfaq.info/get/bejne/b655a6mW17HWZoU.html
@shmuelisrl
@shmuelisrl 11 ай бұрын
In the line differential growth you did collisions over here you didn't.
Differential Line Growth - The Quick Way
12:47
Entagma
Рет қаралды 33 М.
a unified approach to grown structures
5:32
deskriptiv
Рет қаралды 391 М.
UFC Vegas 93 : Алмабаев VS Джонсон
02:01
Setanta Sports UFC
Рет қаралды 226 М.
Packing The Torus
34:47
Entagma
Рет қаралды 23 М.
Making a pawn that can actually turn into a queen | Blender 4.0
12:43
Using The Ripple Solver
25:29
Entagma
Рет қаралды 29 М.
Why you should DUMP Cinema 4D for HOUDINI (in 2024)
6:07
QuickVFX
Рет қаралды 72 М.
Guest Tutorial - Vladyslav Lavrenov: Building A Path Solver
26:38
3 Hours vs. 3 Years of Blender
17:44
Isto Inc.
Рет қаралды 3,8 МЛН
Making a Spaceship in 1 hour vs 10 hours vs 100 hours
22:18
Polyfjord
Рет қаралды 806 М.
Guiding shortest paths - Houdini Tutorial
18:32
Konstantin Magnus
Рет қаралды 30 М.
Why Unreal Engine 5.4 is a Game Changer
12:46
Unreal Sensei
Рет қаралды 1 МЛН