Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. def update_fce(scene):
  2. # get data
  3. global list
  4.  
  5. # get frame
  6. frame = scene.frame_current
  7.  
  8. # here move stuff to where it is supposed to be at frame
  9. return
  10.  
  11. bpy.app.handlers.frame_change_pre.append(update_fce)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement