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
2020-11-06Cleanup: Render Module: combine intern/ source & includeAaron Carlisle
2020-09-19Cleanup: use parenthesis for if statements in macrosCampbell Barton
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-28Cleanup: correct usage of extern-C blocks in various placesJacques Lucke
2019-12-20Textures: Support UDIM imagesLukas Stockner
2019-05-31Cleanup: style, use braces in source/ (include disabled blocks)Campbell Barton
2019-04-20Cleanup: quiet extra-semicolon warningCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2016-03-11Fix T47753: World equirectangular regressionCampbell Barton
2016-01-13Use const qualifier in do_sky_texSergey Sharybin
2015-06-07Fix T44984: wrong texture clamping when applying saturation > 1.0Bastien Montagne
2015-01-27Fix T43427: Particle system children sometimes not generated on reloadSergey Sharybin
2014-03-30Style cleanupCampbell Barton
2014-01-23Fix T36165: blender internal HDR textures with negative values got clamped.Brecht Van Lommel
2013-09-21style cleanup: whitespace & odd indentationCampbell Barton
2013-01-21Fixed render time regression in Blender InternalSergey Sharybin
2012-10-06fix writing past array bounds in imagewraposa().Campbell Barton
2012-08-05code cleanup: minor edit - replace memset() with zero initialization, remove ...Campbell Barton
2012-05-26code cleanup: use array size and const for vector argsCampbell Barton
2012-05-09code cleanup: color/bw conversion - use BLI color function.Campbell Barton
2012-04-30code cleanup: header cleanupCampbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-11-05Merge with trunk r41545Miika Hamalainen
2011-11-05macro formatting & remve some unused code.Campbell Barton
2011-10-31Dynamic Paint:Miika Hamalainen
2011-10-28Merge with trunk r41342Miika Hamalainen
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22Dynamic Paint:Miika Hamalainen
2011-09-20Merge with trunk r40409Miika Hamalainen
2011-09-12use vector size and const args where possible (no functional change)Campbell Barton
2011-09-05Dynamic Paint:Miika Hamalainen
2011-04-02quiet gcc float -> double promotion warnings.Campbell Barton
2011-02-27doxygen: blender/render tagged.Nathan Letwory
2011-01-29new bumpmapping options for the rendererM.G. Kishalmi
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-07-05texture saturation option.Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-08-20* a few more small cleanupsMatt Ebb
2008-11-132.5: merge with trunk, previous merge was only up to yesterday.Brecht Van Lommel
2008-09-20Fix for gcc compiler warning about a call to do_lamp_tex() resulting in "over...Joshua Leung
2008-09-19Patch #13422, By Roland Hess, Shadow ColorTon Roosendaal
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2006-12-21Added names to UV and vertex color layers, and display them as a list.Brecht Van Lommel