-
Hello, I was wondering how to render scenes using run.py while keeping settings from the GUI such as lens distortion (such as latlong to render 360 images) or glow mode. I am trying to render 360 scenes, but calling run.py renders them without distortion. I am able to call run.py on the model, but the render does not show those additional settings/changes. Is there a way to specify those settings within run.py? Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
Tom94
Jul 5, 2022
Replies: 1 comment 4 replies
-
Yes, you can change all of these settings through Python. The concrete bindings are listed in |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
cvachha
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can change all of these settings through Python. The concrete bindings are listed in
python_api.cu
. Cheers!