Hi,
There is FCurve node in ICE that like ramp node in vop. But I find Ramp node have only linear and ease-in-out curve mode. I want make a fast-in slow-out curve in VOP Net. How could I do?
Thanks!
FCurve node In ICE
6787 9 1-
- jerry7
- Member
- 663 posts
- Joined: 11月 2013
- Offline
-
- anon_user_37409885
- Member
- 4189 posts
- Joined: 6月 2012
- Offline
-
- pbowmar
- Member
- 7046 posts
- Joined: 7月 2005
- Offline
You can still old-school it by using an animation channel, keyframes at 1 and 100 (and any inbetween) then use the ‘chf()’ function to look up into that curve. That's what all use grey-hairs used to use and still do when the Ramp parm lacks the interpolations you want.
Cheers,
Peter Bowmar
____________
Houdini 20.5.262 Win 10 Py 3.11
Peter Bowmar
____________
Houdini 20.5.262 Win 10 Py 3.11
-
- goldleaf
- スタッフ
- 4227 posts
- Joined: 9月 2007
- Offline
pbowmar
You can still old-school it by using an animation channel, keyframes at 1 and 100 (and any inbetween) then use the ‘chf()’ function to look up into that curve. That's what all use grey-hairs used to use and still do when the Ramp parm lacks the interpolations you want.
Wow, awesome tip!
I'm o.d.d.
-
- jason_iversen
- Member
- 12793 posts
- Joined: 7月 2005
- Offline
Or use a Ramp spare parameter and chramp(), of course!
Jason Iversen, Technology Supervisor & FX Pipeline/R+D Lead @ Weta FX
also, http://www.odforce.net [www.odforce.net]
also, http://www.odforce.net [www.odforce.net]
-
- pbowmar
- Member
- 7046 posts
- Joined: 7月 2005
- Offline
-
- jason_iversen
- Member
- 12793 posts
- Joined: 7月 2005
- Offline
Helps if I read the question, doesn't it?
ops:

Jason Iversen, Technology Supervisor & FX Pipeline/R+D Lead @ Weta FX
also, http://www.odforce.net [www.odforce.net]
also, http://www.odforce.net [www.odforce.net]
-
- pbowmar
- Member
- 7046 posts
- Joined: 7月 2005
- Offline
-
- jerry7
- Member
- 663 posts
- Joined: 11月 2013
- Offline
pbowmar
You can still old-school it by using an animation channel, keyframes at 1 and 100 (and any inbetween) then use the ‘chf()’ function to look up into that curve. That's what all use grey-hairs used to use and still do when the Ramp parm lacks the interpolations you want.
hi pbowmar ,
chf() may not be driven by different point attribute in Vop network. but ramp can do it.
In SI, FCurve is very useful for tweak particle per-point attribute.
-
- pbowmar
- Member
- 7046 posts
- Joined: 7月 2005
- Offline
Ah I see yes. In fact, you can use chf() with attributes, but in a clunky way: You make a local variable (which VOPs will create for you automatically in the Create Attribute VOP) then use that in the chf() function.
I agree that Ramp (particularly the Float Ramp) needs some love to get Beziers and other interpolations in there.
We use ramps extensively in Houdini too so I feel your pain.
Cheers,
Peter B
I agree that Ramp (particularly the Float Ramp) needs some love to get Beziers and other interpolations in there.
We use ramps extensively in Houdini too so I feel your pain.
Cheers,
Peter B
Cheers,
Peter Bowmar
____________
Houdini 20.5.262 Win 10 Py 3.11
Peter Bowmar
____________
Houdini 20.5.262 Win 10 Py 3.11
-
- Quick Links