Code: Select all
--cam-aperture 1.4
Code: Select all
--cam-aperture 1.4
Hi Matej,matej wrote:If I run a .lua script to the command line, all the print() statements are not outputted anywhere, even if Octane was started from a console. Could we have an option for such output from Octane to be passed to the console?
octane_log_flags.txt
in the directory of the binary. In this file goes the single word logToStdout
.Just for your information: This problem will be solved with the next build, which we plan to release this week.matej wrote:For some reason the aperture command line parameter doesn't seem to work (the value is not updated), although all the other camera parameters do. I use it like:
Code: Select all
--cam-aperture 1.4
It works, thanksstratified wrote:The output for Lua is going to the log. To redirect the log to stdout, you need to create a fileoctane_log_flags.txt
in the directory of the binary. In this file goes the single wordlogToStdout
.