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
2015-03-29Make internal functions of point density independent from RenderSergey Sharybin
2015-03-29Make point density sampling functions a bit easier for re-useSergey Sharybin
2015-03-28Code cleanup: whitespace, line wrappingSergey Sharybin
2015-03-28Code cleanup: Get rid of set but unused matrixSergey Sharybin
2015-01-20Another crappy approach to spirals on hairs, crazy expensive though.Lukas Tönne
2014-11-29Cleanup: unused headersCampbell Barton
2014-09-24Cleanup: use float versions of functions when in/output are floatsCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (render)Campbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2013-08-19Make lattice deform safe for threadingSergey Sharybin
2013-08-08Fix #36394: rendering a point density texture with a hair particle system didBrecht Van Lommel
2013-08-07code cleanup: use NULL rather then zero for pointersCampbell Barton
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-15Fixes for blender internal viewport render:Brecht Van Lommel
2013-03-10More UI message i18n fixes and improvements...Bastien Montagne
2012-12-18Fix #33505: various issuesBrecht Van Lommel
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-16code cleanup: use float sizes for function args.Campbell Barton
2012-10-12remove BLI_noise from BLI_blenlib.h, not that many files need this.Campbell Barton
2012-10-07style cleanup: if();Campbell Barton
2012-08-21change curve evaluation functions never to modify curve data (ensures thread ...Campbell Barton
2012-06-07style cleanupCampbell Barton
2012-05-05code cleanup: BKE_scene api naming.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2011-12-16Math lib: matrix multiplication order fix for two functions that wereBrecht Van Lommel
2011-11-07Merge with trunk r41625Miika Hamalainen
2011-11-07replace VECCOPY with copy_v3_v3, same for 2d copy, also added vec copy functi...Campbell Barton
2011-09-20Merge with trunk r40409Miika Hamalainen
2011-09-20tag & comment unused vars with /* UNUSED */Campbell Barton
2011-08-28Merge with trunk r39750Miika Hamalainen
2011-08-28- use static vars and functions where possible.Campbell Barton
2011-07-22Dynamic Paint:Miika Hamalainen
2011-06-02Fix #27241: crash with point density texture when using particle age/velocityBrecht Van Lommel
2011-05-01=trunk=Joseph Eagar
2011-03-16Fix for [#26520] Point Density turbulence not accessible in Texture Properties.Janne Karhu
2011-02-27doxygen: blender/render tagged.Nathan Letwory
2011-02-14more vars made staticCampbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-11-03use c90 compatible static initializers.Campbell Barton
2010-10-17- fixed remaining unused warnings.Campbell Barton
2010-09-20bugfix [#23906] Cloud generate/degenerate crashes rendererCampbell Barton
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-07-26bugfix [#22962] Crash when starting the render in the attached file (Kino Bug...Campbell Barton
2010-06-27Partial cleanup of timing system, with some guidance from Joshua:Matt Ebb
2010-04-24sub_v3_v3v3 --> sub_v3_v3 (where possible)Campbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton