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-22Merged shrinkwrap modifier from soc-2008-jaguarandiAndre Susano Pinto
2008-08-21Finish yesterday's bugfixing.Martin Poirier
2008-08-21transfering some ongoing work for home, nothing to see here.Martin Poirier
2008-08-20Control bone commit from yesterday broke root bones. This is now fixed in a m...Martin Poirier
2008-08-19Make subgraph tagging use own index, to not interfere with flagging used to p...Martin Poirier
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-17ThreadedWorkerMartin Poirier
2008-08-16Better logic to display symmetriesMartin Poirier
2008-08-15Add a function to join thread by index in the thread list.Martin Poirier
2008-08-15merging trunk 15964 -> 16116Martin Poirier
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-05Merging with trunkMartin Poirier
2008-08-05Shrink BVHNode by 16bitsAndre Susano Pinto
2008-08-04Option to hide embedding dots on displayMartin Poirier
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-30Bug fixes:Martin Poirier
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-24Axial symmetry stability bug fix.Martin Poirier
2008-07-22First draft for control bones repositioning.Martin Poirier
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-16More merging goodnessMartin Poirier
2008-07-15Optimization method selectable at runtimeMartin Poirier
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-14merge with trunk (15330 -> 15566)Martin Poirier
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