Blender Git Commit Log

Git Commits -> Revision 7440aba

Revision 7440aba by Ton Roosendaal (master)
August 10, 2006, 10:38 (GMT)
Compositor: finished work on node "File Output".

- It saves a file with indicated type on each change, with number
appended denoting the current frame (like ANIM saving).
- Output filename button supports relative paths ("//")
- Shows optional preview image too
- For now, added a print on each file save as feedback

To make this option work nicely, changed the BKE_makepicstring() function
to have less globals inside, so it is more generic. Todo: allow amount of
digits in filenames to be set (to support files like tmp_123456.jpg)

Commit Details:

Full Hash: 7440aba482f290d14094d17d179a3c3287f3ba19
SVN Revision: 8300
Parent Commit: 86d72cb
Lines Changed: +112, -29

10 Modified Paths:

/source/blender/blenkernel/BKE_image.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/image.c (+12, -16) (Diff)
/source/blender/blenkernel/intern/node.c (+8, -0) (Diff)
/source/blender/blenkernel/intern/node_composite.c (+26, -8) (Diff)
/source/blender/makesdna/DNA_node_types.h (+5, -0) (Diff)
/source/blender/python/api2_2x/sceneRender.c (+1, -1) (Diff)
/source/blender/render/intern/source/pipeline.c (+1, -1) (Diff)
/source/blender/src/buttons_scene.c (+1, -1) (Diff)
/source/blender/src/drawnode.c (+56, -0) (Diff)
/source/blender/src/renderwin.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021