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-10Bugfix: Cloth did not work with Dynamic Paint.Daniel Genrich
2012-08-08code cleanup: rename G.rt to G.debug_valueCampbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-06-17style cleanup:Campbell Barton
2012-06-07style cleanupCampbell Barton
2012-04-29style cleanup: missed these from previous cleanupCampbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-22style cleanup: commentsCampbell Barton
2012-04-21style cleanup: multi-line if statements.Campbell Barton
2012-03-28code cleanup: (dont include ';' in defines), last commit also missed changes ...Campbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-09code cleanup: replace macros VECCOPY, VECADD, VECSUB, INPR - with BLI_math fu...Campbell Barton
2012-03-07style cleanup - braces & else / if'sCampbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-01-23Cloth: Add "velocity damping" to damping options. This will help with the "cl...Daniel Genrich
2011-11-14Ocean baking was using uninitialized memory, but further investigation it was...Campbell Barton
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-29Commented and tagged some unused vars, added some var init (gcc warnings...).Bastien Montagne
2011-09-25whitespace cleanupCampbell Barton
2011-05-02build system changes to eltopo, re-applied.Campbell Barton
2011-05-02=trunk=Joseph Eagar
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
2011-02-23Clean up headers a bit more.Guillermo S. Romero
2011-01-22comment dead code and fix 2 missing NULL checks (pointer used after NULL chec...Campbell Barton
2011-01-12remove redundant assignments & unused vars.Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-03compile fixes for mingw32.Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-05minor c90 compat edits. (no functional changes).Campbell Barton
2010-10-21/WX enabled for MSVC in CMake too.Nathan Letwory
2010-10-17- fixed remaining unused warnings.Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-08-15use more BLI math functions.Campbell Barton
2010-08-10header re-shuffle, some headers contained unneeded refereces to other headers...Campbell Barton
2010-05-25Merge back a few cloth solver fixes from the render branch:Brecht Van Lommel
2010-03-26Cloth simulation can now use a group to specify which objectsBrecht Van Lommel
2010-03-21removed unused includes, except for physics and particle related filesCampbell Barton
2010-02-26Few small hair dynamics goodies:Janne Karhu
2010-02-24hair was running collision functions (copy to/from collision arrays), even wh...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-10-01Unified effector functionality for particles, cloth and softbodyJanne Karhu
2009-09-17Warning fixes for blenkernel and editors.Brecht Van Lommel