-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.py
34 lines (27 loc) · 923 Bytes
/
config.py
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
29
30
31
32
33
34
import os
# components = ["mouth", "noseridge", "nose", "rightbrow", "righteye", "lefteye", "leftbrow"]
components = ["mouth"]
## Mac-Laptop:
blenderPath = "/Applications/Blender.app/Contents/MacOS/blender"
#blenderPath = "/Applications/blender279.app/Contents/MacOS/blender"
## Mac-Desktop:
#blenderPath = "/Applications/Blender.app/Contents/MacOS/blender"
## HPC:
#blenderPath = "/home/users/hfahmy/blender-2.79/blender" #iee_version == 1
# blenderPath_2 = "/home/users/hfahmy/blender-2.81/blender" #iee_version == 2
## Windows-Laptop:
#blenderPath = "blender" #IEE_V2 #Blender2.81+
#blenderPath = "C:\Program Files\Blender Foundation\Blender2.79\Blender" #IEE_V1 #Blender2.79
#nVar = 20 #IEE_V1 (Constant Parameters)
#nVar = 13 #IEE_V1
#nVar = 23 #IEE_V2
nVar = None
indvdSize = 1
globalCounter = 0
BL = False
#iee_version == 1:
width = 752 // 2 # 376
height = 480 // 2 # 240
#iee_version == 2:
#width=
#height=