Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stuffmatic committed Jul 21, 2019
2 parents 084aafd + c882ad7 commit e6b01ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fspy_blender/addon.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ class ImportfSpyProject(Operator, ImportHelper):

filename_ext = ".fspy"

filter_glob = StringProperty(
filter_glob : StringProperty(
default = "*.fspy",
options = { 'HIDDEN' },
maxlen= 255
)

update_existing_camera = BoolProperty(
update_existing_camera : BoolProperty(
name="Update existing import (if any)",
description=(
"If a camera and background image matching "
Expand All @@ -48,7 +48,7 @@ class ImportfSpyProject(Operator, ImportHelper):
default=True
)

import_background_image = BoolProperty(
import_background_image : BoolProperty(
name="Import background image",
description=(
"Set the image from the fSpy project "
Expand Down

0 comments on commit e6b01ee

Please sign in to comment.