New in Houdini 18.5 Pt .8: KineFX

  Рет қаралды 34,232

Entagma

Entagma

3 жыл бұрын

00:38 - Basic example
02:07 - More complex setup - start
03:47 - Setting up shortest path
05:01 - Cleaning up paths
08:16 - Setting up KineFX
08:59 - Changing rotation directions
12:35 - Tweaking the animation
14:10 - Setting up the mesh deformation
15:57 - Translations
17:47 - Rotations
20:29 - Fixing small errors
21:07 - Creating veins/vines
22:44 - Infamous last words
Support us on Patreon: / entagma
Revisiting an old technique Manu covered a while ago. But this time using H18.5's new KineFX tools to make it a tiny bit less painful. Nevertheless Mo of course dives into VEX and a bit of linear algebra.
Download Project File: www.entagma.com/downloads/New_...
Links:
Manu's previous tut on manually building polyfolding: entagma.com/polyfolding-part-1/
Matt Estela's CGWiki entry on KineFX: www.tokeru.com/cgwiki/index.p...
threedscans.com - A neat collection of 3D Scans: threedscans.com

Пікірлер: 35
@vladartiomav2473
@vladartiomav2473 Жыл бұрын
Guys, you’re just rocking! Every time I learn something crazy with your vids! Thank you
@oleit3
@oleit3 3 жыл бұрын
Loved the bit about how to calculate the rotation axis, was having a similar problem the other day but couldn't figure it out myself. Thank you so much!!
@zephyr707
@zephyr707 3 жыл бұрын
love your houdini vids, always interesting, creative, informative, and efficient, thanks!
@xXSpaceCowsXx
@xXSpaceCowsXx 3 жыл бұрын
Couldn't unsee T-1000's head getting split in half
@ParticleSkull
@ParticleSkull 3 жыл бұрын
This is insane, thx Mo!
@massimobaita7178
@massimobaita7178 3 жыл бұрын
Thank You very much, Moritz!
@ahmedabdalhady187
@ahmedabdalhady187 3 жыл бұрын
amazing , i learn a lot from you
@nobunaga8514
@nobunaga8514 2 жыл бұрын
Goooooood lord! Thanks for this wonderful tutorial guys.
@ciaranpmryan
@ciaranpmryan 3 жыл бұрын
Fantastic stuff!
3 жыл бұрын
thank you entagma
@johanboekhoven
@johanboekhoven 3 жыл бұрын
THIS .. CHANGES .. EVERYTHING !! ;) But for real, kinefx is looking like it will be a blessing and so much better than the more traditional approach!
@kevinstern2490
@kevinstern2490 3 жыл бұрын
Incredible !
@mikkelmelby
@mikkelmelby 2 жыл бұрын
wow...guess im learning VEX. very impressive!
@danielkrajnik3817
@danielkrajnik3817 3 жыл бұрын
this is awesome
@jimjimjim5995
@jimjimjim5995 3 жыл бұрын
Awesome, thanks
@jovanmaric8932
@jovanmaric8932 2 жыл бұрын
I was thoroughly following everything until 16:04 when the video became prime "draw the rest of the owl now" meme territory, but still, super interesting and knowledgeable, I just hope I'm able to get to this level one day. Cheers bois!
@skynet24x7
@skynet24x7 3 жыл бұрын
Wooow thank you.
@hirojdvfhiusdfv2257
@hirojdvfhiusdfv2257 3 жыл бұрын
I would like to see more contests of Kine fx
@slavadojdewick6368
@slavadojdewick6368 3 жыл бұрын
You are Gods guys.
@christianvolkner2028
@christianvolkner2028 3 жыл бұрын
Exciting times to be a Houdini Artist. Have you guys something in store for learning and using python in Houdini? Maybe on your Patreon? All the best C
@Entagma
@Entagma 3 жыл бұрын
Nope, sorry. Not quite yet. :| Cheers, Mo
@executioner3226
@executioner3226 3 жыл бұрын
Question ? How can I learn solving problems ? (I was thinking if I learned the basics I would understand how to ,but I finished the basics and I couldnt do very simple asset ) help. ☹️
@Entagma
@Entagma 3 жыл бұрын
Heyhey! That's a good and somewhat difficult to answer question. Logic problem solving can be practiced in many ways: Starting with logic riddles (sudoku anyone?), math problems or learning to program. It's more of a habit and a structured way of thinking you have to get yourself into. Cargo Bot is a neat game that introduces compsci & programming principles: altermanchess.wixsite.com/cargobot Karel is similar but forces you to actually program (in a very simple language): github.com/fredoverflow/karel And then it's lots and lots of sticking with it and forcing yourself to try and wrap your head around problems... Sorry - no real shortcut here. Cheers, Mo
@andersonbrandaosudario3425
@andersonbrandaosudario3425 Жыл бұрын
This is where special effects for Parasyte (Kiseijuu) would come from if ever ;)
@GausVFX
@GausVFX 3 жыл бұрын
Please write down how to output geometry, particles, and smoke from Houdini in cinema 4d :)
@edh615
@edh615 3 жыл бұрын
Alembic and vdb
@GausVFX
@GausVFX 3 жыл бұрын
@@edh615 thanks very much
@Ferocious_Imbecile
@Ferocious_Imbecile 3 жыл бұрын
This is what drives me crazy about VEX; you construct your first wrangle... rotate(4@localtransform, @Time * .1,{1,0,0}); and you reference "rotate" in the Houdini help, great. But "localtransform". Where did you get that? It's an attribute, it's got @ in front of it I get it. But where does it come from? You have to click on Skeleton to get it's sub network, and look at this greyed out HDA node network and there's a node "computetransform" you cannot unlock (it's a black box apparently) and it's got an attribute Local Transform you have to check when you're in Compute World From Local mode. So you do a search for "computetransform" and there's that "localtransform" you're glibly throwing about and it doesn't pop up on a search in Help. You seem to be so adept at reading the Houdini documentation and coming up with these original workflows. How the hell do you dig around and find this stuff and make it useable? What's the secret to getting a grip on this abstruse alchemy?
@Entagma
@Entagma 3 жыл бұрын
Heyhey, simply middle mouse on your node to see your geometry's attributes sorted by attrib type. localtransform is there, under point attributes, marked as 16 floats, which is a 4x4 matrix. The docs are helpful in discovering which attributes a given node creates/evaluates. Also there are these overviews over some of the more common attribute names: www.sidefx.com/docs/houdini/model/attributes.html www.sidefx.com/docs/houdini/copy/instanceattrs.html Lastly you might wanna check out our entry level videos (Houdini in 5 minutes / donut tut) when it comes to working with Houdini's attributes. Cheers, Mo
@Ferocious_Imbecile
@Ferocious_Imbecile 3 жыл бұрын
@@Entagma Thanks for this. Not complaining about you...just a question of me being a bit overwhelmed by the complexities, that's all.
@nictanghe98
@nictanghe98 3 жыл бұрын
10:20 Normal trickery
@pengkeshun
@pengkeshun 3 жыл бұрын
脑子:我会了
@bombum1487
@bombum1487 3 жыл бұрын
So that kineFX does? I quit!
@quickfox76
@quickfox76 3 жыл бұрын
very boring
Урок Houdini "Анимация и риг в KineFX" (Часть 1)
46:04
Houdini по-русски
Рет қаралды 25 М.
Houdini VEX: What's so special about the deformation wrangle?
14:56
Как быстро замутить ЭлектроСамокат
00:59
ЖЕЛЕЗНЫЙ КОРОЛЬ
Рет қаралды 13 МЛН
Они убрались очень быстро!
00:40
Аришнев
Рет қаралды 2,2 МЛН
Who’s more flexible:💖 or 💚? @milanaroller
00:14
Diana Belitskay
Рет қаралды 19 МЛН
Keycap Sculptures (Disco Ball Tiling)
26:29
Entagma
Рет қаралды 38 М.
HOUDINI KineFX || I just said BYE to Motion Builder
2:31
Alvaro Realtime Mayhem
Рет қаралды 15 М.
Houdini Tutorial: Giving Birth Using Vellum
25:09
Entagma
Рет қаралды 24 М.
Advanced Scattering in Houdini 18.5
18:23
Simon Houdini
Рет қаралды 70 М.
FMX Special: A Point Based Growth Solver
31:05
Entagma
Рет қаралды 40 М.
KineFX Masterclass | Houdini Illume | Jeff Wagner
2:15:37
Houdini
Рет қаралды 36 М.
Introduction to Houdini KineFX Constraints - part I
31:23
Rok Andic
Рет қаралды 9 М.
Robotic Arm Rig with IK skeleton in Houdini | Tutorial + Download
25:17
Tobiasz Stanford
Рет қаралды 4,2 М.
Kinefx IK Chains
0:31
Paul Esteves
Рет қаралды 6 М.
Hogwarts Legacy - One Year Later
26:19
Game Overload
Рет қаралды 925 М.