Blender Git Commit Log

Git Commits -> Revision 4bf16bd

Revision 4bf16bd by Dalai Felinto (bake-cycles)
April 27, 2014, 21:15 (GMT)
Cycles-Bake: external saving is working again (though there is no UI)

Right now you can set it via the operator or via the scene properties:
bpy.ops.object.bake(filepath="/tmp/baked.png", save_mode='EXTERNAL', use_split_materials=True, ...)

bpy.context.scene.render.bake.filepath = "/tmp/baked.png"
bpy.context.scene.render.bake.save_mode = 'EXTERNAL'
bpy.context.scene.render.bake.use_split_materials = True # or False

Commit Details:

Full Hash: 4bf16bdf8a7792386d44106443f8a0b74b41d99e
Parent Commit: 778a32e
Lines Changed: +21, -14

1 Modified Path:

/source/blender/editors/object/object_bake_api.c (+21, -14) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021