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-07-11vector versions of BLI_in_rctf / BLI_in_rcti, (BLI_in_rctf_v, BLI_in_rcti_v)Campbell Barton
2012-07-11Fix #32058, Crash when using ParticleInstance with an hidden particle system.Lukas Toenne
2012-07-11code cleanup: use const for passing vectorsCampbell Barton
2012-07-11missed this change from patch [#30274]Campbell Barton
2012-07-11Style cleanupSergey Sharybin
2012-07-11Compositor read buffers work directly on the memory buffer. Jeroen Bakker
2012-07-11Operator to move mask layers up and down in the listSergey Sharybin
2012-07-11Fixes for keying screen:Sergey Sharybin
2012-07-11Fix for issue [#31981] for tiles opencl:Monique Dewanchand
2012-07-11improved node frame text alignment and use default label font (not monospaced)Campbell Barton
2012-07-11fix for Tiles bug - opencl:Monique Dewanchand
2012-07-11Fix for tiles bug:Monique Dewanchand
2012-07-10Scaling non-power-of-two (NPOT) textures to powers of two is really time cons...Mitchell Stokes
2012-07-10Bump Blender version, so despill balance would stay untouched inSergey Sharybin
2012-07-10Make grumpy gcc in "overwarning" mode happy again...Bastien Montagne
2012-07-10Keying screen: small fixes and improvements from tomatoSergey Sharybin
2012-07-10Improved cache management for movie clips from tomato branchSergey Sharybin
2012-07-10Movie Clip Node: skip putting frame to cache when rendering animationSergey Sharybin
2012-07-10Fix for center calculation in node transforms. This now uses the actual baryc...Lukas Toenne
2012-07-10Synchronize style cleanup changes made in tomato branchSergey Sharybin
2012-07-10Fix compilation error when using MSVCSergey Sharybin
2012-07-10Tag ununsed variable and make function real explicit prototype.Sergey Sharybin
2012-07-10refactor node highlight code. New implementation will not write toJeroen Bakker
2012-07-10Mango request: added an input node to use track's position in compositorSergey Sharybin
2012-07-10Mango request: option to clamp result of Mix RGB and Color Math nodesSergey Sharybin
2012-07-10Mango request: disable compositing on file load.Sergey Sharybin
2012-07-10Fix #32052, Conflicts in unique node names.Lukas Toenne
2012-07-10Tomato mango request: do not start compositing on file loadSergey Sharybin
2012-07-10Tomato: added option to clamp result of Mix RGB and Color Math nodesSergey Sharybin
2012-07-10Tomato: fix typos in mask maps used for raster cacheSergey Sharybin
2012-07-10Tomato: fix wrong default value for despill balanceSergey Sharybin
2012-07-10Inline the read Memory Buffer functions for speed optimizations.Jeroen Bakker
2012-07-10some code refactors in raskter.c to sync it with build where mask tiling is b...Peter Larabell
2012-07-10center node group text button verticallyCampbell Barton
2012-07-10style cleanup: line length, also comment some unused codeCampbell Barton
2012-07-10updating raskter to support tiles compositor. this commit puts in some ground...Peter Larabell
2012-07-10Fixed an exception during image export when a source image does not exist in ...Gaia Clary
2012-07-10fix for blender naming all new node groups "Missing Datablock"Campbell Barton
2012-07-10rename BLI_getQuotedStr --> BLI_str_quoted_substrN to make it more clear its ...Campbell Barton
2012-07-10Removed unneeded variable from Image ExporterGaia Clary
2012-07-10style cleanup: missed previous commitCampbell Barton
2012-07-10And arabic is over 60% done too, now! :)Bastien Montagne
2012-07-09style cleanup: node drawingCampbell Barton
2012-07-09improve node text alignment with different zoom levelsCampbell Barton
2012-07-09code cleanup: remove pointless casts (int -> short -> int)Campbell Barton
2012-07-09fix node drawing glitch where text alignment for output sockets would move th...Campbell Barton
2012-07-09correction to last commit. aspect doesn't need to be calculated every time.Campbell Barton
2012-07-09Fix for #31962, changes image ignores correct aspect ratio. MadeAntony Riakiotakis
2012-07-09fix for ugly pixelated drawing of node frame text.Campbell Barton
2012-07-09removed depth aware defocusJeroen Bakker