yuki-koyama / blender-cli-rendering

Blender Python scripts for rendering images directly from command-line interface
GNU General Public License v3.0
733 stars 107 forks source link

Option to change output resolution #34

Closed bsridatta closed 3 years ago

bsridatta commented 3 years ago

current rendering is set to scene's default values of 1920, 1080. To change to portrait or square images, very useful to fit rendering to subject. scene.render.resolution_(x or y) can be used to change the resolution of the output as required.

yuki-koyama commented 3 years ago

Thank you very much!