Skip to content

Commit

Permalink
extended comment about default path
Browse files Browse the repository at this point in the history
  • Loading branch information
MCOfficer committed Jan 1, 2018
1 parent 34c3365 commit 2695c7f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CreatePlanet.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@

from gimpfu import *


DEFAULT_PATH = "" # insert your default file path here
"""
Insert your default file path here. If you are on windows, remember to escape the backslashes with another backslash.
Example: C:\\Users\\Name\\test.png
"""
DEFAULT_PATH = "C:\\Users\\Florian\\test.png"


pdb = gimp.pdb
Expand Down

0 comments on commit 2695c7f

Please sign in to comment.