Move forward with implementaiton
- The decision was made that blender and scenes can be found next to the benchmark running script. - Show real image of the currently rendering scene.
This commit is contained in:
@@ -76,6 +76,7 @@ def benchmarkBlenderWatched(command):
|
||||
|
||||
|
||||
def benchmarkScene(ctx, scene):
|
||||
progress.scene(scene)
|
||||
logger.BOLD("Begin benchmark of scene {}" . format(scene))
|
||||
# Get usable full path to the corresponding .blend file.
|
||||
blendfile = ctx.getSceneFilename(scene)
|
||||
@@ -111,6 +112,7 @@ def benchmarkScene(ctx, scene):
|
||||
util.humanReadableTimeDifference(
|
||||
stats.pipeline_render_time)))
|
||||
progress.step('')
|
||||
progress.scene('')
|
||||
return stats
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user