Пример #1
0
def get_output_path(shot, prefix):
    path = os.path.join(os.environ['SHOTS_DIR'], shot,
                        'animation_cache/geo_sequences')
    path = amu.set_version(path, prefix)
    path = path.replace(os.environ['JOB'], '$JOB')
    name = shot + '_$F3.bgeo'
    return os.path.join(path, name)
Пример #2
0
def get_output_path(shot, prefix):
    print "prefix: " + prefix
    path = os.path.join(os.environ['SHOTS_DIR'], shot, 'renders/lighting', prefix)
    path = amu.set_version(path, prefix)
    os.system('chmod 777 -R '+ path)
    path = path.replace(os.environ['JOB'], '$JOB')
    name = shot+'_$F3.exr'
    return  os.path.join(path, name)
Пример #3
0
def get_output_path(shot, prefix):
    print "prefix: " + prefix
    path = os.path.join(os.environ['SHOTS_DIR'], shot, 'renders/lighting',
                        prefix)
    path = amu.set_version(path, prefix)
    os.system('chmod 777 -R ' + path)
    path = path.replace(os.environ['JOB'], '$JOB')
    name = shot + '_$F3.exr'
    return os.path.join(path, name)
def get_output_path(shot, prefix):
    path = os.path.join(os.environ['SHOTS_DIR'], shot, 'animation_cache/geo_sequences')
    path = amu.set_version(path, prefix)
    path = path.replace(os.environ['JOB'], '$JOB')
    name = shot+'_$F3.bgeo'
    return  os.path.join(path, name)
def get_output_path(shot, prefix):
    path = os.path.join(os.environ['SHOTS_DIR'], shot, 'renders/lighting')
    path = amu.set_version(path, prefix)
    path = path.replace(os.environ['JOB'], '$JOB')
    name = shot+'_$F3.exr'
    return  os.path.join(path, name)
Пример #6
0
def get_output_path(shot, prefix):
    path = os.path.join(os.environ['SHOTS_DIR'], shot, 'renders/lighting')
    path = amu.set_version(path, prefix)
    path = path.replace(os.environ['JOB'], '$JOB')
    name = shot + '_$F3.exr'
    return os.path.join(path, name)