Blender Git Commit Log
Git Commits -> Revision a1c99c0
Revision a1c99c0 by Dalai Felinto (bake-cycles) April 23, 2014, 00:32 (GMT) |
Cycles-Bake: internal saving and split image per material We can now export more than one image (if there is more than one material in the object), as well as automatically name the texture based on the pass type. This was a big refactor of the operator code, but things should be stable now. use_automatic_name should probably be named use_prefix or something. Not working: * use_clear (in fact it's always clearing, I need to copy only a few parts of the image, using a mask) * image update - right now you need to click in the Image Editor to see/refresh the baked image |
Commit Details:
Full Hash: a1c99c0393f260b090db814cbc9c3ddc81fbe794
Parent Commit: b2ffdf9
Lines Changed: +365, -67
7 Modified Paths:
/intern/cycles/blender/addon/ui.py (+15, -4) (Diff)
/source/blender/editors/object/object_bake_api.c (+234, -34) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+18, -7) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+27, -4) (Diff)
/source/blender/makesrna/RNA_enum_types.h (+1, -0) (Diff)
/source/blender/render/extern/include/RE_bake.h (+16, -2) (Diff)
/source/blender/render/intern/source/bake_api.c (+54, -16) (Diff)
/source/blender/editors/object/object_bake_api.c (+234, -34) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+18, -7) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+27, -4) (Diff)
/source/blender/makesrna/RNA_enum_types.h (+1, -0) (Diff)
/source/blender/render/extern/include/RE_bake.h (+16, -2) (Diff)
/source/blender/render/intern/source/bake_api.c (+54, -16) (Diff)