Skip to content

Commit 02e2017

Browse files
committed
init
1 parent 0d16b67 commit 02e2017

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

batch_render_blender.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
objects_dir = args.path
1515

1616

17+
1718
if system() == 'Windows':
1819
blender_path = 'C:\Program Files\Blender Foundation'
1920
blender_exec = os.path.join(blender_path, 'blender', 'blender.exe')

render_blender.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ def setup_camera():
217217
normal_file_output.file_slots[0].path = file_path + "normal"
218218
diffuse_file_output.file_slots[0].path = file_path + "diffuse"
219219
specular_file_output.file_slots[0].path = file_path + "specular"
220+
220221

221222
for jj in range(num_of_lights):
222223
x, y, z = gen_samples_on_shpere_surface()

0 commit comments

Comments
 (0)