Guest User

Untitled

a guest
Dec 17th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. bpy.context.object.scale = (self.value, self.value, self.value)
  2.  
  3. if event.type == 'MOUSEMOVE':
  4. self.value = (event.mouse_region_x - self.mouse_x_initial + 100) / 100
Add Comment
Please, Sign In to add comment