#interface import compiler import config compiler.compileFile(config.blackwood) compiler.compileFile(config.gen_black) import os import gen_black os.chdir(config.base_dir) gen_black.process(config.file_command + "mesh36.txt", config.file_input + "mesh_off.vob") print "DONE"
#interface #as a vob 1 #contains main (mesh1), steering wheel mesh (mesh2), front brake caliper (mesh3), rear brake caliper (mesh4), central rearview mirror mesh (mesh5) import compiler import config compiler.compileFile(config.blackwood) compiler.compileFile(config.gen_black) import os import gen_black os.chdir(config.base_dir) gen_black.process(config.file_command + "mesh1-5.txt", config.file_input + "xr_main.vob") print "DONE"
#interface import compiler import config compiler.compileFile(config.blackwood) compiler.compileFile(config.gen_black) import os import gen_black os.chdir( config.base_dir) gen_black.process( config.file_command+"template.txt", config.file_template_source+"XR.vob" ) print "DONE"
#interface import compiler compiler.compileFile("H:\\github\\gen_black\\blackwood.py") compiler.compileFile("H:\\github\\gen_black\\gen_black.py") base_dir = "H:\\github\\gen_black\\Input\\splr\\" file_command = "cmd6.txt" file_input = "H:\\github\\gen_black\\Base\\R\\XR.vob" import os import gen_black os.chdir(base_dir) gen_black.process(file_command, file_input) print "DONE"