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-09Fix #29793: Physics go crazy if frames get skippedSergey Sharybin
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-11-11quiet -Wdouble-promotion warningsCampbell Barton
2011-11-06more macro --> BLI math lib, mainly replace VECCOPY in render and blenkernel.Campbell Barton
2011-11-06more macro --> bli math lib replacements.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22header cleanup and typo'sCampbell Barton
2011-10-17fix spelling mistakes in comments (and in some python error messages), nothin...Campbell Barton
2011-09-28Commented and tagged some unused vars, added some var init (gcc warnings...)Bastien Montagne
2011-08-19warning cleanup for -Wdouble-promotionCampbell 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-09remove unused vars, comment some which look like they could be useful still. ...Campbell Barton
2011-01-08remove unused code & variables.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
2011-01-02Pointcache code cleanup and disk cache compression options:Janne Karhu
2010-12-18Extreme makeover of pointcache code:Janne Karhu
2010-12-03compile fixes for mingw32.Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-12-02Additional fix for #24958 Cloth pinning not workingJanne Karhu
2010-12-01Fix for [#24958] Cloth pinning not workingJanne Karhu
2010-12-01workaround [#24958] Cloth pinning not workingCampbell Barton
2010-10-21/WX enabled for MSVC in CMake too.Nathan Letwory
2010-10-21remove unused args for some modifiers, no functional change.Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-11Fix for [#24195] Cloth modifier doesn't work after changing subsurf on the ob...Janne Karhu
2010-09-09Partial fix for [#21948] Full sample motion blur with cloth - cloth and colli...Janne Karhu
2010-08-10header re-shuffle, some headers contained unneeded refereces to other headers...Campbell Barton
2010-07-21Fix #20983: cloth and smoke point cache step was not enforced to 1.Brecht Van Lommel
2010-05-25Merge back a few cloth solver fixes from the render branch:Brecht Van Lommel
2010-03-30Rest shape key for cloth option, this makes it possibleBrecht Van Lommel
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21Big cleanup of particle system core, also some minor pointcache cleanup. Shou...Janne Karhu
2010-03-21removed unused includes, except for physics and particle related filesCampbell Barton
2010-02-24allow cloth sim for linked duplicates, not many people use this but we need f...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-01-14spelling errors, no real changes to code.Campbell Barton
2009-12-11For for [#20330] Can't open a file made in 2.49Matt Ebb
2009-11-18Durian request: ClothDaniel Genrich
2009-11-10Math LibBrecht Van Lommel
2009-10-01Unified effector functionality for particles, cloth and softbodyJanne Karhu
2009-09-18Particles cleanup, optimizations and some small new stuff.Janne Karhu
2009-09-14use static functions where possible for some local functions.Campbell Barton
2009-09-11Hair dynamics with cloth simulationJanne Karhu
2009-09-05Some particles cleanup & fixes:Janne Karhu
2009-08-29Point cache editing:Janne Karhu
2009-08-12New point cache file format:Janne Karhu
2009-07-092.5Ton Roosendaal