Python - Change "before" and "after" of animation

   811   1   1
User Avatar
Member
1 posts
Joined: Oct. 2020
Offline
Hey Guys, I'm looking for a way to change the before and after of an animation channel using python. I have yet to find the right function to do this ans I was wondering if anyone could point me in the right direction.

cheers!

Attachments:
channen_before_after.png (42.1 KB)

User Avatar
Member
11 posts
Joined: Jan. 2011
Offline
aparm = hou.parm('/obj/geo1/sphere1/tx')
aparm.setKeyframeExtrapolation(1,hou.parmExtrapolate.Cycle)
  • Quick Links