Skip to content

Commit 2108246

Browse files
authored
vray support for choosing camera (#97)
1 parent a6a5b1a commit 2108246

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jobs/video_jobs/vray_submit.sh.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ vray.bin -sceneFile="<%= Shellwords.escape(file) %>" \
5353
-rtEngine=<%= renderer %> \
5454
-distributed=0 \
5555
-skipExistingFrames=<%= skip_existing ? '1' : '0' %> \
56+
<%= camera.present? ? "-camera='#{camera}'" : '' %> \
5657
-display=0 \
5758
<%= extra %> \
5859
-frames=<%= frames %>

0 commit comments

Comments
 (0)