Advertisement
Guest User

Untitled

a guest
Jun 12th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.27 KB | None | 0 0
  1.  
  2. def transform_strip(sequence):
  3.     if not sequence.select_left_handle or not sequence.select_right_handle:
  4.         # move sequence
  5.         return
  6.  
  7.     if sequence.select_left_handle:
  8.         # move left
  9.  
  10.     if sequence.select_right_handle:
  11.         # move right
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement