Skip to content

Commit

Permalink
fix typo causing crash in blender < 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
stuffmatic committed Dec 4, 2018
1 parent 126bd41 commit 456603d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fspy_blender/addon.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def set_up_3d_area(self, project, camera, update_existing_camera, set_background
space_data = area.spaces.active

# Show background images
if hasattr(space_data, 'show_background_image'):
if hasattr(space_data, 'show_background_images'):
space_data.show_background_images = True
else:
#2.8
Expand Down

0 comments on commit 456603d

Please sign in to comment.