Skip to content

Instantly share code, notes, and snippets.

@kotobukid
Created September 27, 2024 06:46
Show Gist options
  • Select an option

  • Save kotobukid/1b9fca4b3ca2753c02db3fea9ad0982b to your computer and use it in GitHub Desktop.

Select an option

Save kotobukid/1b9fca4b3ca2753c02db3fea9ad0982b to your computer and use it in GitHub Desktop.
import bpy
bpy.data.scenes["Scene"].render.filepath = '/path/to/target/dir/script_test.png'
bpy.data.scenes["Scene"].render.image_settings.color_mode = 'RGB'
bpy.ops.render.render(write_still=True, use_viewport=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment