Blender Git Commit Log
Git Commits -> Revision 45c7b2c
Revision 45c7b2c by Ton Roosendaal (master) January 28, 2006, 15:21 (GMT) |
Orange: made Compositing more interactive. It now has an event based system tracking changes in nodes, making sure only these nodes and the ones that depend, are executed. Further the 'time cursor' now counts down to indicate which node is being done. Also: you now can disable the "use nodes" button in the header, edit all changes, and when you press that button again it nicely executes the changes. Still on the todo: - make compositing threaded - find a way to nicely exit compositing on input events... so the UI keeps being responsive - idea; a 'percentage' menu in header to enforce calculations on smaller images temporally |
Commit Details:
Full Hash: 45c7b2c5c2bc20296a581e1b6a1cb3908f11732f
SVN Revision: 6562
Parent Commit: 80bd3a1
Lines Changed: +358, -125
13 Modified Paths:
/source/blender/blenkernel/BKE_node.h (+6, -2) (Diff)
/source/blender/blenkernel/intern/node.c (+174, -23) (Diff)
/source/blender/blenkernel/intern/node_composit.c (+20, -19) (Diff)
/source/blender/blenkernel/intern/scene.c (+2, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+3, -0) (Diff)
/source/blender/include/butspace.h (+15, -5) (Diff)
/source/blender/makesdna/DNA_node_types.h (+7, -3) (Diff)
/source/blender/render/intern/source/pipeline.c (+4, -1) (Diff)
/source/blender/src/butspace.c (+26, -0) (Diff)
/source/blender/src/buttons_shading.c (+0, -7) (Diff)
/source/blender/src/drawnode.c (+48, -46) (Diff)
/source/blender/src/editnode.c (+48, -17) (Diff)
/source/blender/src/header_node.c (+5, -1) (Diff)
/source/blender/blenkernel/intern/node.c (+174, -23) (Diff)
/source/blender/blenkernel/intern/node_composit.c (+20, -19) (Diff)
/source/blender/blenkernel/intern/scene.c (+2, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+3, -0) (Diff)
/source/blender/include/butspace.h (+15, -5) (Diff)
/source/blender/makesdna/DNA_node_types.h (+7, -3) (Diff)
/source/blender/render/intern/source/pipeline.c (+4, -1) (Diff)
/source/blender/src/butspace.c (+26, -0) (Diff)
/source/blender/src/buttons_shading.c (+0, -7) (Diff)
/source/blender/src/drawnode.c (+48, -46) (Diff)
/source/blender/src/editnode.c (+48, -17) (Diff)
/source/blender/src/header_node.c (+5, -1) (Diff)