Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-23style cleanupCampbell Barton
2013-10-16Fix #37084, Backdrop not invalidating inside node groups.Lukas Toenne
2013-09-13Cleanup and improvements of the compositor debug output.Lukas Toenne
2013-08-05SplitViewer node:Sv. Lockal
2013-04-24Fix for #34739 and #35060, avoid ambiguity in compositor viewer nodes.Lukas Toenne
2013-03-25Fix #34758, another Crash with NodeGroup. Took a while to get to the bottom, ...Lukas Toenne
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2012-10-14code cleanup: remove redundant casts. quiet some qualifier warnings.Campbell Barton
2012-09-25Compositor:Jeroen Bakker
2012-09-15code cleanup: remove paranoid NULL checks (these cases would crash earlier of...Campbell Barton
2012-08-06Tile fix: Use the validity flag in node links directly instead of the indirec...Lukas Toenne
2012-07-06You do not need to create an object to call a static function.Jason Wilkins
2012-07-04Two pass execution:Jeroen Bakker
2012-06-26quiet all -Wshadow warnings in the compositor.Campbell Barton
2012-06-21 * make it possible to composite without an compositor node [#31878]Jeroen Bakker
2012-06-17code cleanup: includes, also correct some py example typosCampbell Barton
2012-06-15style cleanup: remaining nodes in intern/Campbell Barton
2012-06-14Removed the actual data type concept as it was never used.Jeroen Bakker
2012-06-13 * optimized threadingJeroen Bakker
2012-06-12 * FIX forJeroen Bakker
2012-06-01Replaced tile based memory manager with a single aligned bufferMonique Dewanchand
2012-05-18style cleanup: compositor, pointer syntax, function brace placement, line lengthCampbell Barton
2012-05-17style cleanup: braces, compositorCampbell Barton
2012-05-17 ____ Jeroen Bakker