-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.ini
More file actions
28 lines (24 loc) · 725 Bytes
/
Copy pathexample.ini
File metadata and controls
28 lines (24 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[directories]
source = MAKE_ME_REASONABLE
; All directories after this are relative to the current directory!
raw_backups = downloads
objects = objects
images = finished
; This is used if you need to be choosy about which files in $source you want
backup_regex = .*
backup_suffix = .tar.gz
[blender]
render_script = obj2png.py
args = -b
[mcobj]
; You probably want to set some coordinates and the CPU count yourself
; See https://github.com/quag/mcobj for details
; If you change the size (-s) you may need to change obj2png.py to deal with the
; larger object
args = -sides -s=30
[gallery2]
enabled = false
url = http://example.com
user = YOUR_USERNAME
password = YOUR_PASSWORD
albumname = YOUR_ALBUM_NAME