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-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 double free.Campbell Barton
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-20code cleanup: remove unused macros, commet some which may be useful later - o...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-14fix for 2 crashes freeing masksCampbell Barton
2012-09-11Fix for [#32536] Mixing with translated images in compositor producesJeroen Bakker
2012-09-06code clenup: comments and some style edits on ghost/osx (odd indentation)Campbell Barton
2012-09-04fix [#32490] Compsitor crashes on missing OpenEXR multilayer filesCampbell Barton
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-09-03Fix for compositor always cacheing frames when using Movie Clip input nodeSergey Sharybin
2012-08-24fix for bug in variable size blur compositor node - using incorrect Y blur op...Campbell Barton
2012-08-23style cleanup: indentation, also quiet double promotion warnings for despeckl...Campbell Barton
2012-08-23set defaults for de-speckleCampbell Barton
2012-08-23despeckle composite nodeCampbell Barton
2012-08-23change I made gave a little nicer bleeding direction for inpaint but introduc...Campbell Barton
2012-08-21fix [#32374] Curve compositor UI drawing glitchCampbell Barton
2012-08-21Fix forJeroen Bakker
2012-08-21compositor color curve was MEM_dupallocN'ing the curve for every pixel calcul...Campbell Barton
2012-08-21code cleanup: use math functions for curve compo code.Campbell Barton
2012-08-21code cleanup: use BLI_RCT_SIZE macroCampbell Barton
2012-08-19use BLI math length functions for distance compositor operations.Campbell Barton
2012-08-19The Distance Node in 2.49/2.5/2.6 pre-tiles has a different calculation for R...Dalai Felinto
2012-08-17Documentation of the Bokeh image operation :)Jeroen Bakker
2012-08-16compositor: replace C++ new/delete with guardedalloc.Campbell Barton
2012-08-16fix for bug reading past the buffer bounds for the inpaint node.Campbell Barton
2012-08-16compositor - EWA filter was blurring too much by default, this caused the dis...Campbell Barton
2012-08-15Fix forJeroen Bakker
2012-08-14use vector for color operation internal storage.Campbell Barton
2012-08-14fix [#32324] regression: node group with missing ID crashes new tile node sys...Campbell Barton
2012-08-13style cleanupCampbell Barton
2012-08-13Fix for [#32220] regression - DistortionCache is never freed.Jeroen Bakker
2012-08-12inpaint node now blend inpaint pixels with existing alpha, this makes soft al...Campbell Barton
2012-08-12avoid divide by zero for the inpaint node.Campbell Barton
2012-08-12style cleanupCampbell Barton
2012-08-11fix for own error with opencl bokeh blur.Campbell Barton
2012-08-10compositor: bokeh blur size input can now be an image, in this case it uses V...Campbell Barton
2012-08-10code cleanup: compositor - define size for executePixel function output float...Campbell Barton
2012-08-10use define for bokeh blur size, also define size of determineResolution args.Campbell Barton
2012-08-10minor compositor change: use the max dimension for bokeh blur size, rather th...Campbell Barton
2012-08-09generate COM_OpenCLKernels.cl.h automatically at build time, this allows edit...Campbell Barton