Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. >>> bpy.context.space_data.camera = bpy.data.objects["Camera1"]
  2. Traceback (most recent call last):
  3. File "<blender_console>", line 1, in <module>
  4. AttributeError: 'SpaceConsole' object has no attribute 'camera'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement