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
2017-02-24Add "Gravitation" option to "Force" type force fieldsLuca Rood
2016-07-31Support limiting collisions by group for softbody and particlesAlexander Gavrilov
2015-11-12Cleanup: unused definesCampbell Barton
2015-04-15Cleanup: warnings, wsCampbell Barton
2012-10-23comment quick cache RNA and quiet compiler werning.Campbell Barton
2012-10-21code cleanup: spellingCampbell Barton
2012-10-10Google Summer of Code project: "Smoke Simulator Improvements & Fire".Daniel Genrich
2012-07-04Revert the DNA pdef_stickness -> pdef_stickiness part of r48556.Bastien Montagne
2012-07-03First load of spell and typo fixes (mostly UI messages, but also one or two p...Bastien Montagne
2012-06-15Ensure enums in DNA files has got explicit valuesSergey Sharybin
2012-04-30code cleanup: header cleanupCampbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-01-23Cloth: Add "velocity damping" to damping options. This will help with the "cl...Daniel Genrich
2012-01-21change filepath limit from 240 to 1024Campbell Barton
2012-01-16use FILE_MAX instead of 240 or comment where define cant be used.Campbell Barton
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2012-01-09Fix #29793: Physics go crazy if frames get skippedSergey Sharybin
2011-12-30minor dna header cleanupCampbell Barton
2011-12-11remove unused function, found when syncing with bmesh, also remove/comment so...Campbell Barton
2011-11-11correct indentation and some whitespace edits (no functional changes)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-08-28Dynamic Paint:Miika Hamalainen
2011-07-10Merge with trunk r38281Miika Hamalainen
2011-07-08Fix #26962: softbody collision doesn't respect subsurf+displace modifiers.Brecht Van Lommel
2011-06-16Dynamic Paint:Miika Hamalainen
2011-02-24Fix for [#26197] High resolution smoke cache not available due to pointcache ...Janne Karhu
2011-02-17DNA header files are now grouped under the same module. No further documentat...Nathan Letwory
2011-01-17remove/comment unused defines, also zero FileGlobal.filename to quiet valgrind.Campbell Barton
2011-01-09Viscoelastic springs for sph particle fluids, original patch by Stephen White...Janne Karhu
2011-01-09Replace uint32_t in pointcache code with unsigned int as it's supported in dnaJanne Karhu
2011-01-09Fix for [#25544] Blender crashes when changing the particles emission amountJanne Karhu
2011-01-02Pointcache code cleanup and disk cache compression options:Janne Karhu
2010-12-11Added some explanation to pointcache->step value as suggested by troubled on ...Janne Karhu
2010-12-01Smoke now uses only one point cache where both normal and high resolution smo...Janne Karhu
2010-09-27Fixed: Showing pointcached frames in the timeline was terribly slow when usin...Janne Karhu
2010-05-06option to use the linked path or the local path for pointcache.Campbell Barton
2010-04-21option to use curve point weights to influence particle effectors.Campbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-01-03Stickness factor for particle collisions, patch submitted by Raul Fernandez H...Janne Karhu
2009-12-21* Rest length parameter for harmonic force springs. Implementation is a sligh...Janne Karhu
2009-11-22new property for soft bodiesJens Ole Wund
2009-10-05General particle bug fixes + few small goodiesJanne Karhu
2009-10-01Unified effector functionality for particles, cloth and softbodyJanne Karhu
2009-09-22RNA: added a "factor" subtype next to "percentage", and only displayBrecht Van Lommel