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-26added exception messages to game engine matrix and vector conversions. also r...Campbell Barton
2008-07-16Bugfix: particles with deflection based on size could pass throughBrecht Van Lommel
2008-07-13Fixing the fix: Sometimes, Valgrind sees memory leaks where noone is - especi...Daniel Genrich
2008-07-11Memory leak fix (found with Valgrind)Daniel Genrich
2008-07-11Memory leak fix: br_find_exe() uses strdup() which uses malloc and therefore ...Daniel Genrich
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-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-06-23Moving Line to Line intersection into arithbMartin Poirier
2008-06-14bugfix for memory corruption caused by BLI_cleanup_file on paths that went to...Campbell Barton
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-03Collisions: Commit of collision cleanup, put kdop-bvh structure into BLI_kdop...Daniel Genrich
2008-06-01Merging revisions 15020-15073 of https://svn.blender.org/svnroot/bf-blender/t...clothDaniel Genrich
2008-05-30bugfixCampbell Barton
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-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
2008-05-08Reason of all this work: Commiting my work-in-progress on reviewed collision ...Daniel Genrich
2008-05-04Changed frame numbering to only alter hashes if they are in the filename (not...Campbell Barton
2008-04-30== bugfix ==Andrea Weikert
2008-04-29fix gcc warningsCampbell Barton
2008-04-29if a blend file was opened with /./ in the path (for example "some/./path/to/...Campbell Barton
2008-04-28fix for [#9651] raw_export.py tooltip outdated?Campbell Barton
2008-04-28* Group unlinking wasnt removing groups from particle systems, or render laye...Campbell Barton
2008-04-26BLI_split_dirfile was being used in cases it should not have been,Campbell Barton
2008-04-25removed BLI_split_dirfile, it dosnt work with relative paths.Campbell Barton
2008-04-25added sequencer paths to bpath iterator, This needed to use get/set filename ...Campbell Barton
2008-04-25Fix compiler warning about nested C comments.Ken Hughes
2008-04-21Bug fix for 8634, 6708, and 5989Simon Clitherow
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-04-16This is a patch from the FreeBSD people:Kent Mein