Guest User

Untitled

a guest
Jun 18th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. import bpy
  2.  
  3. ob = bpy.context.object
  4.  
  5. for ob in bpy.data.objects:
  6.  
  7. f=open('output.txt','w')
  8. f.write(ob.rotation.euler[0])
Add Comment
Please, Sign In to add comment