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-08-22Removed cast warnings from shrinkwrap.c and BLI_kdopbvh.cAndre Susano Pinto
2008-08-22Fix Windows compilation problem and update MSVC project filesBenoit Bolsee
2008-08-22Merged shrinkwrap modifier from soc-2008-jaguarandiAndre Susano Pinto
2008-08-18Implemented a find_nearest with heaps. This reachs a minimal number of distan...Andre Susano Pinto
2008-08-18svn merge -r 16077:16174 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Andre Susano Pinto
2008-08-18a) New unified effector system by Janne (jahka) + Me (genscher): particle and...Daniel Genrich
2008-08-18BVHTree fix (non 2.47)Andre Susano Pinto
2008-08-17Win64: forget include => this compile errors never showed up on msvc (if anyo...Daniel Genrich
2008-08-17Win64: please check my changes if you ran across them ;) But should be fine s...Daniel Genrich
2008-08-14Fixed bug related to some missed rays-hits.. just a lack of a FLT_EPSILONAndre Susano Pinto
2008-08-11svn merge -r 15988:16055 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Andre Susano Pinto
2008-08-08Fixing compile error with msvc (introducing max tree to 32)Daniel Genrich
2008-08-08Fixed compiling warnings of bvhutils.cAndre Susano Pinto
2008-08-07BVH-KDOP update (merge from shrinkwrap branch): supports raytracing, nearest ...Daniel Genrich
2008-08-07Added several comments to BLI_kdopbvhAndre Susano Pinto
2008-08-06svn merge -r 15908:15988 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Andre Susano Pinto
2008-08-06Fixed non_recursive BVHbuild with openmpAndre Susano Pinto
2008-08-05Just a tmp commit about bvhtree buildAndre Susano Pinto
2008-08-05Shrink BVHNode by 16bitsAndre Susano Pinto
2008-08-04Fixed double inflation in case of co_moving pointsAndre Susano Pinto
2008-08-03added openmp support for bvhtree build (max processes = tree_type)Andre Susano Pinto
2008-08-03Little speedup for kdop-bvhDaniel Genrich
2008-08-03BKE_global.h include path wasnt correct. made boxpack2d.c a bit more Campbell Barton
2008-08-02svn merge -r 15688:15908 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Andre Susano Pinto
2008-07-29Bugfix for #17396. Adding a text object would segfault when using freetypeKen Hughes
2008-07-26added exception messages to game engine matrix and vector conversions. also r...Campbell Barton
2008-07-22svn merge -r 15590:15688 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Andre Susano Pinto
2008-07-19Following the same optimization as bvh raycast:Andre Susano Pinto
2008-07-19*Added "kept" mesh above surface option on shrinkwrap to nearest surfaceAndre Susano Pinto
2008-07-16Bugfix: particles with deflection based on size could pass throughBrecht Van Lommel
2008-07-15There was a problem with the last merge :SAndre Susano Pinto
2008-07-14Improved build time on BLI_kdopbvhAndre Susano Pinto
2008-07-13svn merge -r 15392:15551 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Andre Susano Pinto
2008-07-13Fixing the fix: Sometimes, Valgrind sees memory leaks where noone is - especi...Daniel Genrich
2008-07-11Added sphere cast (tought it doenst seems to solve the intersection problem)Andre Susano Pinto
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-09Add raycast ability for BLI_kdopbvhAndre Susano Pinto
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-07-01svn merge -r 15292:15392 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Andre Susano Pinto
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