Guest User

Untitled

a guest
Oct 15th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. image = bpy.ops.mesh.primitive_cube_add(radius=1, location = (0,0,0))
  2. image.save_render("/Users/tarun/Work/check.png")
  3.  
  4. AttributeError: 'set' object has no attribute 'save_render'
Add Comment
Please, Sign In to add comment