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
2008-07-11Memory leak fix: br_find_exe() uses strdup() which uses malloc and therefore ...Daniel Genrich
2008-07-10Use tree length as parameter for multi resolution filtering.Martin Poirier
2008-07-09Add raycast ability for BLI_kdopbvhAndre Susano Pinto
2008-07-08Start multi resolution search on first arc and smarter search (match first tw...Martin Poirier
2008-07-08Compiler warning fixes (how some of this stuff compiled without stopping comp...Joshua Leung
2008-07-08-> UV and VCOL support for bevel (editmode)Geoffrey Bantle
2008-07-08First draft: Use multiresolution graph for retargetting (enables bypassing sm...Martin Poirier
2008-07-06Filter according to arc length, not weight different (more logic physical fil...Martin Poirier
2008-07-05== compile fix ==Andrea Weikert
2008-07-04-> Moving Pooling Alloctor to BlenLibGeoffrey Bantle
2008-07-03Sun,Sky and atmosphere for lamps(sun type), PATCH#8063 http://projects.blende...Hamed Zaghaghi
2008-07-03Remove some debugging printsMartin Poirier
2008-07-01svn merge -r 15292:15392 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Andre Susano Pinto
2008-06-26Starting to debug the elusive graph spliting bugMartin Poirier
2008-06-24More robust primary symmetry axis algorithm (support branch in two)Martin Poirier
2008-06-23MERGING TRUNKMartin Poirier
2008-06-23Moving Line to Line intersection into arithbMartin Poirier
2008-06-21svn merge -r 15202:15292 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Andre Susano Pinto
2008-06-14bugfix for memory corruption caused by BLI_cleanup_file on paths that went to...Campbell Barton
2008-06-12Merge from trunkAndre Susano Pinto
2008-06-11bugfix, off by 1 error when filling in uninitialized values for new ID values...Campbell Barton
2008-06-09Revision 14894 merged from apricotMartin Poirier
2008-06-06bugfix - Blender.GetPaths() was returning relative paths from libraries, but ...Campbell Barton
2008-06-05added checks for zero length strings when checking for the last characterCampbell Barton
2008-06-05BLI_kdopbvh: crashed when traversing with little facesDaniel Genrich
2008-06-05* python sys.cleanpath() used strstr incorrectly, resulting in paths containi...Campbell Barton
2008-06-03Reason of last commits kdopbvh tree is now on trunk.Andre Susano Pinto
2008-06-03Collisions: Commit of collision cleanup, put kdop-bvh structure into BLI_kdop...Daniel Genrich
2008-06-03Fix mem leak in graph rem doublesMartin Poirier
2008-06-01Merging revisions 15020-15073 of https://svn.blender.org/svnroot/bf-blender/t...clothDaniel Genrich
2008-05-30More and less debug printsMartin Poirier
2008-05-30RetargettingMartin Poirier
2008-05-30bugfixCampbell Barton
2008-05-28Generalizing the graph code used for Reeb graphs and Rig (Armature) graphsMartin Poirier
2008-05-28Merging revisions 14946-15020 of https://svn.blender.org/svnroot/bf-blender/t...Daniel Genrich
2008-05-28-= KDOP / Collisions =-Daniel Genrich
2008-05-27gHash iterator initializerMartin Poirier
2008-05-26when cyclic is enabled the knots would always be generated with uniform nurbs...Campbell Barton
2008-05-25-== kdop ==-Daniel Genrich
2008-05-25-== Cloth / kdop ==-Daniel Genrich
2008-05-24Commit of selfcollisions using new kdop design. Should result in nice speedup.Daniel Genrich
2008-05-14svn merge -r 14810:14838 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Daniel Genrich
2008-05-14Pre merge commit (includes commented moving stuff)Daniel Genrich
2008-05-14stupid me - i left the wrong line in.Daniel Genrich
2008-05-14bug in bvhkdop (bad diff merged, pointed out by jaguarandi)Daniel Genrich
2008-05-13New speed imrovements by Mr. Pinto/jaguarandiDaniel Genrich
2008-05-13last commit had a typo, also adjusted teh and colour instancesCampbell Barton
2008-05-12svn merge -r 14721:14810 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Daniel Genrich
2008-05-12Fix for bug #11140: explode modifier could run out of memory quiteBrecht Van Lommel
2008-05-10fix for [#8359] Sequencer image preview: HOME hotkey zooming at output res, n...Campbell Barton