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-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
2010-02-12correct fsf addressCampbell Barton
2009-11-11* Fixing various compiler warnings under scons+mingw. Mostly unused variables...Joshua Leung
2009-11-10Math LibBrecht Van Lommel
2009-11-04Fix bug #19699: point density texture doesn't save particle system.Brecht Van Lommel
2009-11-03Fix [#19759] Point Density TextureMatt Ebb
2009-09-18Particles cleanup, optimizations and some small new stuff.Janne Karhu
2009-08-262.5 - Warning cleanups (for mingw+scons)Joshua Leung
2009-08-20* a few more small cleanupsMatt Ebb
2009-08-18* Point density texture works againMatt Ebb
2009-08-13* First commit merging 2.4-based sim_physics in to volume25 branch.Matt Ebb
2009-03-17Fixed a problem in how volumes were interpreting textures, and removed Matt Ebb
2008-12-05* Added other noise basis types to point density turbulenceMatt Ebb
2008-11-28* Some extra sanity checks for point densityMatt Ebb
2008-11-19* fix - constant colour output in point density wasn't workingMatt Ebb
2008-11-10Point DensityMatt Ebb
2008-11-09Point Density texture: colouringMatt Ebb
2008-11-04* Fixed a strange problem with the way textures are interpreted - was causing...Matt Ebb
2008-10-31* Added a new turbulence type: Time. It's not entirely well tested, but so fa...Matt Ebb
2008-10-22* fix for point density - particle systems weren't beingMatt Ebb
2008-10-22Point Density:Matt Ebb
2008-10-19Another WIP commit, nothing to see yet.Matt Ebb