Guest User

Untitled

a guest
Jan 23rd, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. from mathutils import Vector
  2. arm = bpy.data.objects['color']
  3.  
  4. for bone in arm.pose.bones:
  5. bone.scale = Vector((2,2,2))
Add Comment
Please, Sign In to add comment