|
|
|
@ -6,6 +6,7 @@ import atexit,platform |
|
|
|
if platform.system() == 'Windows': |
|
|
|
if platform.system() == 'Windows': |
|
|
|
sys.path.append('e:\\libs\\') |
|
|
|
sys.path.append('e:\\libs\\') |
|
|
|
import common |
|
|
|
import common |
|
|
|
|
|
|
|
import config |
|
|
|
def find_blender_bin_path(): |
|
|
|
def find_blender_bin_path(): |
|
|
|
if platform.system() == 'Linux': return 'blender' |
|
|
|
if platform.system() == 'Linux': return 'blender' |
|
|
|
base_path = 'C:\\Program Files\\Blender Foundation\\' |
|
|
|
base_path = 'C:\\Program Files\\Blender Foundation\\' |
|
|
|
|