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
2012-10-24style cleanupCampbell Barton
2012-10-24Updated crop image setting to make every pixel outside the crop black asJeroen Bakker
2012-10-24Adding a pixelate node.Jeroen Bakker
2012-10-24rename axis_primary_v3() to max_axis_v3() to avoid confusion with axis_domina...Campbell Barton
2012-10-23Solve unresolved call of min(int&, unsigned int&)Sergey Sharybin
2012-10-23reduce float comparisons for keying operation and despill.Campbell Barton
2012-10-23use min_ max_ functions in more places.Campbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-23code cleanup: remove $Id's that crept back in, also osl style editsCampbell Barton
2012-10-21Fix for [#32931] Crop node resets values to 0Jeroen Bakker
2012-10-21style cleanup: bge, switch statements mostly.Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-21code cleanup: spellingCampbell Barton
2012-10-19Additional debug assert in the compositor for checking correct conversion of ...Lukas Toenne
2012-10-18Fix #32905: Crash with Levels node when no input is connected.Sergey Sharybin
2012-10-16code cleanup: use float sizes for function args.Campbell Barton
2012-10-14code cleanup: remove redundant casts. quiet some qualifier warnings.Campbell Barton
2012-10-13Cycles: progressive refine optionSergey Sharybin
2012-10-09code cleanup: make header defines more consistent, JOYSENSOR header guard had...Campbell Barton
2012-10-07code cleanup: glare stream operation was setting alpha array twice.Campbell Barton
2012-10-04style cleanup: comment blocksCampbell Barton
2012-10-03fix [#32739] Glare node does "add" instead of "lighten"Campbell Barton
2012-10-02freeing node trees no longer decreases their user counts, this cause causing ...Campbell Barton
2012-10-02 * fix for regression test [compo_map_uv.blend]Jeroen Bakker
2012-10-02 * fix for regression file [compo_map_zcombine_cubes.blend]Jeroen Bakker
2012-10-01Fix #32728: File Output node always save as RGBA, even when RGB is selectedSergey Sharybin
2012-10-01fix [#32709] Color mix node produces artifacts from other framesCampbell Barton
2012-09-30fix for using uninitialized blur falloff for dilate/erode node.Campbell Barton
2012-09-30fix for double free.Campbell Barton
2012-09-26fix for cycles/python script error in normal panelCampbell Barton
2012-09-25Compositor:Jeroen Bakker
2012-09-24Proper fix for #32626: TIFF renders are limited to 8 bit even when we choose 16.Sergey Sharybin
2012-09-22code cleanup: remove/comment unused definesCampbell Barton
2012-09-20style cleanupCampbell Barton
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-09-18fix own error BLI_rctf_cent_x/y were incorrectly returning int's, also quiet ...Campbell Barton
2012-09-16code cleanup: quiet warnings for gcc's -Wundef, -Wmissing-declarationsCampbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-15fix for 3 obvious mistakes/bugs.Campbell Barton
2012-09-15code cleanup: remove paranoid NULL checks (these cases would crash earlier of...Campbell Barton
2012-09-14fix for 2 crashes freeing masksCampbell Barton
2012-09-11Fix for [#32536] Mixing with translated images in compositor producesJeroen Bakker
2012-09-08style cleanupCampbell Barton
2012-09-06style cleanup: indentationCampbell Barton
2012-09-06code clenup: comments and some style edits on ghost/osx (odd indentation)Campbell Barton
2012-09-06code cleanup: remove deprecated defines and some struct membersCampbell Barton
2012-09-05Fix compositor crash. g_highlightedNodes can be NULL.Antony Riakiotakis
2012-09-05 * gcc 4.7 is more strict. This patch will remove 'non virtualJeroen Bakker
2012-09-04fix [#32490] Compsitor crashes on missing OpenEXR multilayer filesCampbell Barton