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 (Collapse)Author
2008-03-14Cloth header cleanup, bugfix (again) in wind calculation, bugfix for not ↵Daniel Genrich
working fields mindist GUI option
2008-03-10Cloth: Fixed wind force/speed calculation (was exploding with openmp before)Daniel Genrich
2008-03-06Cloth bugfix for jumpy cloth (users were complaining), so the mass can be ↵Daniel Genrich
changed on GUI now (reference: in old blendfiles, mass=1.0 was used)
2008-02-29Cloth: Bugfix for wrong calculated bending springs, Bugfix for ↵Daniel Genrich
selfcollisions (faster + bugfix for explode), Changed: Collision response also put vertices back to surface now
2008-02-28Cloth: Bugfix for goals, rotations could let them go wrong (reported by ↵Daniel Genrich
nudelZ, #blendercoders)
2008-02-28Cloth: 1. Bugfix for possible memory leak reported by Kenneth Styrberg (via ↵Daniel Genrich
mailing list), 2. Bugfix for friction again, 3. Preset menu on GUI (thanks to help from nudelZ (#blendercoders), 4. Possibility to disable autoprotect cache, 5. Some cache bugs fixed, 6. Some speedup in generating cloth
2008-02-25Purge of compiler warnings (number 2):Joshua Leung
* initial values I added in radialcontrol.c might need to be reviewed if they cause problems(I used 200, as it seems many tools were setting that) * #pragma warnings are the only warnings I still get, so that means we have a clean slate again
2008-02-12Cloth: New: *simple* (OpenMP enabled) Selfcollisions availableDaniel Genrich
2008-02-11* change integral type of loop var in two cases so OpenMP support compiles ↵Nathan Letwory
with MSVC, too. * remove wrong flag.
2008-02-08Cloth: Hopefully fixed bug reported from bjornmose (2nd try)Daniel Genrich
2008-02-07Cloth: 1. fix problem with pinning (reported by ZanQdo), 2. fix cache ↵Daniel Genrich
protected + 'not saved' gui message bug (reported by Tobias Regenbrecht)
2008-02-04Cloth: Fixed: [#8210] (includes bad spring calculation), only mesh can get ↵Daniel Genrich
cloth assigned, New: initial try of Bridson/Fedkiw friction formula implementation, better GUI feedback when e.g. cache is protected and settings too
2008-01-30Cloth: Bugfix: 1. Kicking esc again, 2. Collision modifier needed to be ↵Daniel Genrich
updated when going backward in time, 3. GUI change when no bullet there
2008-01-30makes bullet independant from gameengine for cmake, introduces esc-key ↵Daniel Genrich
during sim, disables collisions when no bullet there
2008-01-30Initial commit of cloth modifier from branch rev 13453Daniel Genrich