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-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
2009-09-14use static functions where possible for some local functions.Campbell Barton
2009-09-11Hair dynamics with cloth simulationJanne Karhu
2009-06-27Pointcache refresh part 2Janne Karhu
2009-01-042.5Ton Roosendaal
2008-08-19Particles now got that force-hiding feature, too --> jahka: please take a loo...Daniel Genrich
2008-08-18Little tweaks so 0 wind results in 0 noise, also removed double-mass dependan...Daniel Genrich
2008-08-18a) Forces can be hidden by deflector object now (need to talk with jahka abou...Daniel Genrich
2008-08-18a) New unified effector system by Janne (jahka) + Me (genscher): particle and...Daniel Genrich
2008-08-17Win64: please check my changes if you ran across them ;) But should be fine s...Daniel Genrich
2008-07-03Cloth collisions: Reorganized collision system to be more flexible for other ...Daniel Genrich
2008-04-28Compiler warning fixes:Joshua Leung
2008-04-21Chance wind scaling to be the same as particlesDaniel Genrich
2008-04-20Cloth: Wind was working the way arround due to wrong formula, reported by nudelDaniel Genrich
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-04-09Cloth bugfix for new timescaling featureDaniel Genrich
2008-04-09Cloth enhancement for upcomming cache changes: support different speed using ...Daniel Genrich
2008-03-20Cloth structure names update: Sorry about this commit, it will kill all your ...Daniel Genrich
2008-03-19Bugfix: cloth crash applying effector forces to quads.Brecht Van Lommel