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-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-28Cleanup: correct usage of extern-C blocks in various placesJacques Lucke
2020-05-01Cleanup: rename externtex to RE_texture_evaluateCampbell Barton
2019-08-25Cleanup: redundant struct declarationsCampbell 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: manually remove header text not handled by automationCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2018-09-27Cleanup: remove unused DerivedMesh code.Sebastian Parborg
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-13Merge branch 'master' into blender2.8Bastien Montagne
2018-04-12Moved vectorblur code from render to compositorJeroen Bakker
2018-02-28Point cache: Pass EvaluationContext for all the related functionsDalai Felinto
2018-02-28Refactor depsgraph/render logic to serve evaluated depsgraph to enginesDalai Felinto
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-09Cleanup: Use full name for scene_layer in renderSergey Sharybin
2017-10-04Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-03Weight Paint: don't set weight w/ average brushCampbell Barton
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2016-03-02Fix T47610: Texture node in compositing nodes does not updateSergey Sharybin
2016-02-23Fix memory leak in point densitySergey Sharybin
2016-01-26Cleanup: minmac -> minmax & RE_render_ext namingCampbell Barton
2016-01-26Fix T47214: Keyed Particles don't render correctly when used for point densit...Sergey Sharybin
2015-11-25Fix T46646: Point Cloud Density crashes on real time renderingSergey Sharybin
2015-10-08Cycles: Fix for point density always using render settings for modifiersSergey Sharybin
2015-07-27Replace MFace with looptri for dynamicpaintCampbell Barton
2015-07-18Point density: Add utility function to sample density outside of render pipelineSergey Sharybin
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-01-27Fix T43427: Particle system children sometimes not generated on reloadSergey Sharybin
2014-10-09Fix T42139, vertical noise stripe patterns in noise texture.Antony Riakiotakis
2013-04-03code cleanup: unused functionsCampbell Barton
2013-01-22Fix projection texture painting crashSergey Sharybin
2012-09-21calculate sticky wasnt working very well and had a few glites -Campbell Barton
2012-09-04fix for building on msvc2008 (also style cleanup)Campbell Barton
2012-08-05code cleanup: minor edit - replace memset() with zero initialization, remove ...Campbell Barton
2012-04-15Blender Internal:Thomas Dinges
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
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-12use vector size and const args where possible (no functional change)Campbell Barton
2011-02-21doxygen: entry for gpu, modifiers, nodes, python and renderNathan Letwory
2010-09-23bugfix [#23595] Texture paint with a node based brush produces artifactsCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-10-01Texture stack influences are now all separate values, and negativeBrecht Van Lommel