easing animations and fx like these...
3797 10 3- aoakenfoArchiact
- Member
- 65 posts
- Joined: Feb. 2017
- Offline
- Enivob
- Member
- 2625 posts
- Joined: June 2008
- Offline
- papicrunch
- Member
- 13 posts
- Joined: June 2008
- Offline
Hi you can look at https://github.com/Aeoll/Aelib [github.com]
Aeoll did an amazing job, you can find his easing function in /vex folder
have fun
Aeoll did an amazing job, you can find his easing function in /vex folder
have fun
- aoakenfoArchiact
- Member
- 65 posts
- Joined: Feb. 2017
- Offline
So I watched a couple of CHOP vids [sidefx.com]. A whole new world! Very cool.
To start simple, I thought I'd try and move a box 1 unit along the x-axis. But it doesn't move, it just gets distorted, so I'm doing something wrong.
To start simple, I thought I'd try and move a box 1 unit along the x-axis. But it doesn't move, it just gets distorted, so I'm doing something wrong.
- Enivob
- Member
- 2625 posts
- Joined: June 2008
- Offline
I think your setup is trying to move individual vertices. And you are successfully moving vertex #0 which causes the distortion.
What you can also do with CHOPs is fetch data from named channels directly. In this example I am fetching the CHOP result, which resides in named chan1, into the X location of the object iself. This way CHOPs moves the entire object with one value.
What you can also do with CHOPs is fetch data from named channels directly. In this example I am fetching the CHOP result, which resides in named chan1, into the X location of the object iself. This way CHOPs moves the entire object with one value.
Edited by Enivob - April 7, 2017 15:59:00
Using Houdini Indie 20.0
Windows 11 64GB Ryzen 16 core.
nVidia 3050RTX 8BG RAM.
Windows 11 64GB Ryzen 16 core.
nVidia 3050RTX 8BG RAM.
- aoakenfoArchiact
- Member
- 65 posts
- Joined: Feb. 2017
- Offline
- aoakenfoArchiact
- Member
- 65 posts
- Joined: Feb. 2017
- Offline
- Enivob
- Member
- 2625 posts
- Joined: June 2008
- Offline
- aoakenfo
- Member
- 28 posts
- Joined: Nov. 2015
- Offline
- Konstantin Magnus
- Member
- 682 posts
- Joined: Sept. 2013
- Online
I attached some VEX/python examples for the animation you posted on easing, parenting, delays, transforming and counting.
https://procegen.konstantinmagnus.de/ [procegen.konstantinmagnus.de]
- aoakenfo
- Member
- 28 posts
- Joined: Nov. 2015
- Offline
-
- Quick Links