2008-01-02 |
Daniel Genrich | svn merge -r 12937:13095 https://svn.blender.org/svnroo... |
blob | commitdiff | raw |
2008-01-01 |
Janne Karhu | Recoded particles initial rotations to allow much more... |
blob | commitdiff | raw | diff to current |
2007-12-30 |
Joshua Leung | Routine purge of compiler warnings |
blob | commitdiff | raw | diff to current |
2007-12-30 |
Janne Karhu | - Reactor particle target text was hidden in ui by... |
blob | commitdiff | raw | diff to current |
2007-12-28 |
Janne Karhu | - particle size changes weren't updated without a cache... |
blob | commitdiff | raw | diff to current |
2007-12-28 |
Campbell Barton | small edits noticed when using linked objects, - Make... |
blob | commitdiff | raw | diff to current |
2007-12-20 |
Brecht Van Lommel | Strand Render Simplification |
blob | commitdiff | raw | diff to current |
2007-12-18 |
Daniel Genrich | svn merge -r 12856:12937 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2007-12-18 |
Brecht Van Lommel | Particles |
blob | commitdiff | raw | diff to current |
2007-12-16 |
Joshua Leung | == AutoIK - Fixes for MouseScroll Setting == |
blob | commitdiff | raw | diff to current |
2007-12-13 |
Campbell Barton | misc warning fixes and one fix for a big in curve alloc... |
blob | commitdiff | raw | diff to current |
2007-12-12 |
Daniel Genrich | svn merge -r 12716:12856 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2007-12-12 |
Daniel Genrich | Fixed preconditioned conjugate to some degree but some... |
blob | commitdiff | raw | diff to current |
2007-12-11 |
Brecht Van Lommel | Bugfixes for: |
blob | commitdiff | raw | diff to current |
2007-12-10 |
Martin Poirier | Merge from Harmonic Skeleton branch |
blob | commitdiff | raw | diff to current |
2007-12-06 |
Brecht Van Lommel | Bugfix: the sticky and use rot buttons for the floor... |
blob | commitdiff | raw | diff to current |
2007-12-06 |
Joshua Leung | == LimitLoc Transform - Tweaks == |
blob | commitdiff | raw | diff to current |
2007-12-05 |
Joshua Leung | Two transform tweaks: |
blob | commitdiff | raw | diff to current |
2007-12-04 |
Brecht Van Lommel | Strand render bugfixes: |
blob | commitdiff | raw | diff to current |
2007-12-04 |
Brecht Van Lommel | Particles |
blob | commitdiff | raw | diff to current |
2007-12-01 |
Brecht Van Lommel | Fix for bug #7851: crash with LSCM unwrap, due to openn... |
blob | commitdiff | raw | diff to current |
2007-11-30 |
Campbell Barton | anim.c, buttons_object.c, readfile.c, BKE_blender.h... |
blob | commitdiff | raw | diff to current |
2007-11-29 |
Janne Karhu | 2nd try at committing to trunk (instead of particles... |
blob | commitdiff | raw | diff to current |
2007-11-29 |
Daniel Genrich | svn merge -r 12691:12716 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2007-11-29 |
Daniel Genrich | Fix: GUI cache reset should work again, same goes for... |
blob | commitdiff | raw | diff to current |
2007-11-28 |
Ton Roosendaal | Tiny feature, but loadsa code, and big impact for the... |
blob | commitdiff | raw | diff to current |
2007-11-27 |
Campbell Barton | new function object_is_libdata - checks ob->id.lib... |
blob | commitdiff | raw | diff to current |
2007-11-27 |
Daniel Genrich | svn merge -r 12684:12691 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2007-11-27 |
Brecht Van Lommel | Particles |
blob | commitdiff | raw | diff to current |
2007-11-27 |
Brecht Van Lommel | Particles |
blob | commitdiff | raw | diff to current |
2007-11-26 |
Daniel Genrich | Particle merge: svn merge -r 12653:12664 https://svn... |
blob | commitdiff | raw | diff to current |
2007-11-26 |
Brecht Van Lommel | Particles |
blob | commitdiff | raw | diff to current |
2007-11-24 |
Daniel Genrich | svn merge -r 12653:12664 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2007-11-22 |
Daniel Genrich | svn merge -r 12607:12653 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2007-11-16 |
Daniel Genrich | svn merge -r 12496:12607 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2007-11-16 |
Daniel Genrich | Fixed DNA issue, some optional SSE stuff in (experiment... |
blob | commitdiff | raw | diff to current |
2007-11-16 |
Juho Vepsalainen | = Fix for softbody collision mode selector = |
blob | commitdiff | raw | diff to current |
2007-11-12 |
Joshua Leung | Patch #7767: Constraint Subtargets can now target anywh... |
blob | commitdiff | raw | diff to current |
2007-11-08 |
Daniel Genrich | Introduced a selfmade AIMEX (adaptive implicit-explicit... |
blob | commitdiff | raw | diff to current |
2007-11-06 |
Martin Poirier | Filling in branch from trunk |
blob | commitdiff | raw | diff to current |
2007-11-06 |
Daniel Genrich | svn merge -r 12478:12495 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2007-11-06 |
Daniel Genrich | New: pointcache integrated with cloth. Maybe some littl... |
blob | commitdiff | raw | diff to current |
2007-11-04 |
Daniel Genrich | svn merge -r 12419:12478 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2007-11-04 |
Daniel Genrich | Kicked my own cache code, will use point cache in the... |
blob | commitdiff | raw | diff to current |
2007-11-04 |
Daniel Genrich | Implemented simple selfcollisions with use of OpenMP... |
blob | commitdiff | raw | diff to current |
2007-10-31 |
Joshua Leung | == Copy Scale Constraint - Offset == |
blob | commitdiff | raw | diff to current |
2007-10-30 |
Joshua Leung | == Copy Rotation Constraint - Peach (Cessen) Request == |
blob | commitdiff | raw | diff to current |
2007-10-28 |
Daniel Genrich | svn merge -r 12391:12419 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2007-10-25 |
Daniel Genrich | svn merge -r 12382:12391 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2007-10-24 |
Daniel Genrich | svn merge -r 12347:12382 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2007-10-24 |
Brecht Van Lommel | Pole Target for IK |
blob | commitdiff | raw | diff to current |
2007-10-23 |
Daniel Genrich | Another WIP commit. Building up bounding volume API |
blob | commitdiff | raw | diff to current |
2007-10-23 |
Joshua Leung | More constraints bugfixes: |
blob | commitdiff | raw | diff to current |
2007-10-23 |
Joshua Leung | == PyConstraints - Now working again == |
blob | commitdiff | raw | diff to current |
2007-10-22 |
Daniel Genrich | svn merge -r 12294:12347 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2007-10-22 |
Joshua Leung | == Constraints Bugfixes == |
blob | commitdiff | raw | diff to current |
2007-10-22 |
Joshua Leung | == Action Constraint == |
blob | commitdiff | raw | diff to current |
2007-10-21 |
Joshua Leung | == Constraints System - Recode 2 == |
blob | commitdiff | raw | diff to current |
2007-10-21 |
Daniel Genrich | Code comments add to collision interface |
blob | commitdiff | raw | diff to current |
2007-10-21 |
Daniel Genrich | Disabled Cloth collision detection because of almost... |
blob | commitdiff | raw | diff to current |
2007-10-18 |
Daniel Genrich | svn merge -r 12208:12294 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2007-10-18 |
Daniel Genrich | Springs are in a dynamic list now, New function cloth_a... |
blob | commitdiff | raw | diff to current |
2007-10-04 |
Daniel Genrich | Merge ... trunk: svn merge -r 12182:12207 https://svn... |
blob | commitdiff | raw | diff to current |
2007-10-03 |
Jens Ole Wund | bug fix #7399 crash with certain Physics button settings |
blob | commitdiff | raw | diff to current |
2007-10-03 |
Daniel Genrich | Recoded cache, fixed some crashes there |
blob | commitdiff | raw | diff to current |
2007-10-01 |
Daniel Genrich | Merge ... trunk: svn merge -r 12151:12179 https://svn... |
blob | commitdiff | raw | diff to current |
2007-09-26 |
Daniel Genrich | Merge ... blender svn -> svn merge -r 12064:12150 https... |
blob | commitdiff | raw | diff to current |
2007-09-26 |
Joshua Leung | == Clamp To Constraint == |
blob | commitdiff | raw | diff to current |
2007-09-21 |
Daniel Genrich | Fixed some collision response issues. (weekend commit... |
blob | commitdiff | raw | diff to current |
2007-09-19 |
Daniel Genrich | Fixed collision object init, New: Apply collision impul... |
blob | commitdiff | raw | diff to current |
2007-09-18 |
Campbell Barton | A user submitted a BVH file that took a long time to... |
blob | commitdiff | raw | diff to current |
2007-09-17 |
Joshua Leung | == Action Editor - Copy and Paste Tools == |
blob | commitdiff | raw | diff to current |
2007-09-17 |
Daniel Genrich | Marge with trunk: svn merge -r 12050:12057 https:/... |
blob | commitdiff | raw | diff to current |
2007-09-17 |
Daniel Genrich | Fixed 2 crashers when activating collision object;... |
blob | commitdiff | raw | diff to current |
2007-09-16 |
Daniel Genrich | New: Min & MaxFrame of simulation; Fixed: Many reset... |
blob | commitdiff | raw | diff to current |
2007-09-16 |
Daniel Genrich | Initial checkin of cloth files + changes |
blob | commitdiff | raw | diff to current |
2007-09-15 |
Campbell Barton | new view option, SolidTex, to draw textures in solid... |
blob | commitdiff | raw | diff to current |
2007-09-13 |
Joshua Leung | Some more tip->tail naming conversions for consistency... |
blob | commitdiff | raw | diff to current |
2007-09-02 |
Ton Roosendaal | Bugfix #7020 |
blob | commitdiff | raw | diff to current |
2007-08-24 |
Stephen Swaney | correct tooltip: startingspeed => starting speed |
blob | commitdiff | raw | diff to current |
2007-08-23 |
Joshua Leung | Several Minor Fixes: |
blob | commitdiff | raw | diff to current |
2007-08-20 |
Matt Ebb | * Updated the max particle amount to 1 million. I've... |
blob | commitdiff | raw | diff to current |
2007-08-17 |
Joshua Leung | == Constraints - Geometry Targets == |
blob | commitdiff | raw | diff to current |
2007-07-31 |
Joshua Leung | Constraints UI: |
blob | commitdiff | raw | diff to current |
2007-07-29 |
Joshua Leung | More Constraints Bugfixes: |
blob | commitdiff | raw | diff to current |
2007-07-21 |
Joshua Leung | == Transformation Constraint == |
blob | commitdiff | raw | diff to current |
2007-07-16 |
Erwin Coumans | bugfixes for generic (experimental) Bullet rigidbody... |
blob | commitdiff | raw | diff to current |
2007-07-15 |
Joshua Leung | A few minor changes: |
blob | commitdiff | raw | diff to current |
2007-07-15 |
Joshua Leung | == TrackTo Constraint == |
blob | commitdiff | raw | diff to current |
2007-07-15 |
Joshua Leung | == Constraints System == |
blob | commitdiff | raw | diff to current |
2007-06-18 |
Joshua Leung | == PyConstraints == |
blob | commitdiff | raw | diff to current |
2007-06-01 |
Jens Ole Wund | surface objects are allowed to be softbodies too |
blob | commitdiff | raw | diff to current |
2007-06-01 |
Jens Ole Wund | test commit |
blob | commitdiff | raw | diff to current |
2007-05-17 |
Brecht Van Lommel | Added highlighting of non-existant names and autocomple... |
blob | commitdiff | raw | diff to current |
2007-04-28 |
Ton Roosendaal | Part 2 of 64 bits fixing; the files. |
blob | commitdiff | raw | diff to current |
2007-04-27 |
Joshua Leung | "Bugfix" #6610: |
blob | commitdiff | raw | diff to current |
2007-04-22 |
Campbell Barton | Changed TESTBASE and TESTBASE_LIB to check the hidden... |
blob | commitdiff | raw | diff to current |
2007-04-13 |
Campbell Barton | external library, block locking spree. Many areas of... |
blob | commitdiff | raw | diff to current |
2007-04-12 |
Ton Roosendaal | Bugfix #6531 |
blob | commitdiff | raw | diff to current |
2007-04-11 |
Campbell Barton | the input fields for data name had an inconsistant... |
blob | commitdiff | raw | diff to current |
next |