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
2017-09-10merged the master branchsoc-2017-vertex_paintDarshan Kadu
2017-02-17Remove unused functions related to distance between BoundBox and rayGermano Cavalcante
2016-06-30Transform Snap: Optimize edge-snap using BVH treeGermano Cavalcante
2016-05-11BLI_kdopbvh: Use distance for BLI_bvhtree_ray_cast_allCampbell Barton
2016-05-05Cleanup: rename getepsilon -> get_epsilonCampbell Barton
2016-05-05Add asserts to check bvhutils args are correctCampbell Barton
2016-03-19BLI_kdopbvh: Pass center to to range callbackCampbell Barton
2016-02-10Cleanup: remove unused radius argumentCampbell Barton
2016-02-10Docs: use doxygen sectionsCampbell Barton
2016-02-09Add BLI_bvhtree_walk_dfs utility functionGermano Cavalcante
2016-02-09BLI_kdopbvh: expose bvhtree_kdop_axes arrayCampbell Barton
2016-01-25BLI_kdopbvh: Add BLI_bvhtree_find_nearest_to_rayGermano Cavalcante
2016-01-12Fix T47164: [Scene.raycast] - True result when it should be False.Bastien Montagne
2015-08-21BVH-raycast: Use watertight intersectionsCampbell Barton
2015-08-20Resolve MSVC/OpenMP compat issueCampbell Barton
2015-08-20BVH-overlap: add callback to BLI_bvhtree_overlapCampbell Barton
2015-08-20Cleanup: remove unused BVH_ONQUAD flagCampbell Barton
2015-01-20New hair editing feature "Shape Cut", for cutting hair based on a meshLukas Tönne
2014-09-24Cleanup: boolCampbell Barton
2014-07-15BLI_kdopbvh: Replace realloc's with BLI_stackCampbell Barton
2014-02-05Scanfill: malloc arrays and zero init membersCampbell Barton
2014-02-02Code cleanup: suffix vars to make obvious they are squaredCampbell Barton
2013-09-05remove error return value from BLI_bvhtree_insert, no callers were using.Campbell Barton
2012-10-24use smaller type for kdopbvh - this change was made as a size optimization, a...Campbell Barton
2012-10-16code cleanup: use float sizes for function args.Campbell Barton
2012-10-09code cleanup: make header defines more consistent, JOYSENSOR header guard had...Campbell Barton
2012-08-12style cleanupCampbell Barton
2012-07-11code cleanup: use const for passing vectorsCampbell Barton
2012-05-30Provide ray hit/nearest information on which side of the quad the ray hit.Daniel Genrich
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-11-06use BLI math functions for kdopbvh (no functional change)Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-02-18doxygen: add blenlib under core as module.Nathan Letwory
2010-10-22fix warningsCampbell Barton
2010-04-15Merge various small changes from render branch:Brecht Van Lommel
2010-02-12correct fsf addressCampbell Barton
2009-08-13* First commit merging 2.4-based sim_physics in to volume25 branch.Matt Ebb
2009-07-30BF2.5: First commit of smoke code.Daniel Genrich
2009-04-212nd try to merge sim_physics with trunk rev 19825Daniel Genrich
2008-10-02* Re-coded the point density range checking to be a bit cleaner, and Matt Ebb
2008-10-01* Point Density textureMatt Ebb
2008-09-13Particle collisions upgrade:Janne Karhu
2008-08-07BVH-KDOP update (merge from shrinkwrap branch): supports raytracing, nearest ...Daniel Genrich
2008-06-03Collisions: Commit of collision cleanup, put kdop-bvh structure into BLI_kdop...Daniel Genrich
2008-05-13New speed imrovements by Mr. Pinto/jaguarandiDaniel Genrich
2008-05-12svn merge -r 14721:14810 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Daniel Genrich
2008-05-08Reason of all this work: Commiting my work-in-progress on reviewed collision ...Daniel Genrich