Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import bpy
- from bpy import ops
- ops.anim.keyframe_insert(type="Location")
- bpy.context.scene.frame_current += 24
- bpy.context.object.location = (10, 0, 0)
- ops.anim.keyframe_insert(type="Location")
Add Comment
Please, Sign In to add comment