Extensions:2.6/Py/Scripts/Object/Animated Render Baker

提供: wiki
< Extensions:2.6‎ | Py‎ | Scripts‎ | Object
移動先: 案内検索
Animated Render Baker
Renderbakes a series of frames
UI location Render Properties > Bake
Version 1.0 Author(s) Janne Karhu (jahka)
Blender 2.55 License GPL


Executable information
File name object_animrenderbake.py
Current version download https://svn.blender.org/svnroot/bf-extensions/trunk/py/scripts/addons/object_animrenderbake.py



Features

Executes a bake for each frame of a defined frame range and saves the result in a frame specific name, for example image0001.png.

Setup

  1. Copy the script to the Blender addons folder.
  2. Activate the addon, and see the new options in Render->Bake panel.

Manual

Scripts-object-animated-render-baker-panel.png

The workflow is very simple:

  1. Prepare the object so that it's ready for a normal single frame baking (unwrap and assign an image to the uv-layer, set wanted baking settings).
  2. Save the image you just assigned with a "template name", for example "image.png". This filename and path will be used as a template for the animated bake results, i.e. "image0001.png", "image0002.png" and so on.
  3. Set the desire frame range in the bake panel.
  4. Start "Animated Bake" and follow progress in the console.