Guest User

Untitled

a guest
Oct 19th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. Format Options:
  2. -F or --render-format <format>
  3. Set the render format, Valid options are...
  4. TGA IRIS JPEG MOVIE IRIZ RAWTGA
  5. AVIRAW AVIJPEG PNG BMP FRAMESERVER
  6. (formats that can be compiled into blender, not available on all systems)
  7. HDR TIFF EXR MULTILAYER MPEG AVICODEC QUICKTIME CINEON DPX DDS
  8.  
  9. blender --background /path/to/file.blend --python /path/to/script.py --render-anim
  10.  
  11. blender -b /path/to/file.blend -P /path/to/script.py -a
  12.  
  13. for scene in bpy.data.scenes:
  14. scene.render.resolution_x = 1920
  15. scene.render.resolution_y = 1080
  16. scene.render.image_settings.file_format = 'H264'
Add Comment
Please, Sign In to add comment