Guest User

Untitled

a guest
Feb 20th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. import bpy
  2. bpy.data.metaballs["Mball"].elements[2].co.x += 0.1
  3. bpy.context.active_object.data.elements.active.co += 0.1
Add Comment
Please, Sign In to add comment