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
2015-09-18Use squared length where possibleCampbell Barton
2015-09-16Fix T45389 Windows thumbnails not working.Antony Riakiotakis
2015-09-13Cleanup: spellingCampbell Barton
2015-09-09Fix T46056: User Preferences-> install from File freezes Blender.Bastien Montagne
2015-09-07Fix beautiful textbook case of string overflow in `BLI_testextensie_glob`...Bastien Montagne
2015-09-05Math Lib: isect_plane_*_v3 avoid negationCampbell Barton
2015-09-05Math Lib: simplify isect_plane_plane_v3Campbell Barton
2015-09-04Fix for isect_tri_tri_epsilon_v3 w/ small facesCampbell Barton
2015-09-04Math Lib: Use plane intersect from graphics-gemsCampbell Barton
2015-09-04Math Lib: avoid sqrt w/ triangle intersectionCampbell Barton
2015-09-04Correct own error in line_point_factorCampbell Barton
2015-09-04Quiet warningsJulian Eisel
2015-09-03Small tri intersect fails when not normalizedCampbell Barton
2015-08-31Revert fix for T45849 (part 2, tsk!)Campbell Barton
2015-08-31error in commentsCampbell Barton
2015-08-31Alternate fix for T45849: tri-tri intersect errorCampbell Barton
2015-08-31Revert fix for T45849, alternate fix coming upCampbell Barton
2015-08-31Math Lib: Add closest_to_plane helper functionsCampbell Barton
2015-08-25Fix T45853: Edge-slide UV-correct jitterCampbell Barton
2015-08-25Cleanup: styleCampbell Barton
2015-08-24BLI_fileops: Some fixes and cleanup.Bastien Montagne
2015-08-24Fix T45884: Crash copying keyframesCampbell Barton
2015-08-23Math Lib: Use same logic for 2d/3d functionsCampbell Barton
2015-08-23Math Lib: minor optimization interp_weights_polyCampbell Barton
2015-08-22Cleanup: spellingCampbell Barton
2015-08-22Use epsilon for line-intersect collinear testCampbell Barton
2015-08-21BVH-raycast: Use watertight intersectionsCampbell Barton
2015-08-21Math Lib: watertight intersection functionCampbell Barton
2015-08-21Math Lib: Add float/int conversion functionsCampbell Barton
2015-08-21BVH-raycast: ensure input direction is unit-lengthCampbell Barton
2015-08-20Resolve MSVC/OpenMP compat issueCampbell Barton
2015-08-20Hopefully fix mingw building after filebrowser rewrite.Bastien Montagne
2015-08-20BVH-overlap: add callback to BLI_bvhtree_overlapCampbell Barton
2015-08-20BVH-overlap: use stack for overlap data arrayCampbell Barton
2015-08-20Cleanup: de-duplicate ray-cast initializationCampbell Barton
2015-08-20Cleanup: comment out isect_ray_tri_threshold_v3Campbell Barton
2015-08-20Cleanup: remove unused BVH_ONQUAD flagCampbell Barton
2015-08-19Final 'FileBrowser First Stage' merge.Bastien Montagne
2015-08-19Fix T45706: Axis aligned tri-tri intersectionCampbell Barton
2015-08-18UI: avoid subtracting shadow from winrctCampbell Barton
2015-08-10BLI_threads: add an helper to wait on a condition using a global mutex.Bastien Montagne
2015-08-04Docs: comment functions in BLI & Py APICampbell Barton
2015-08-02parenthisize macro args to avoid errorsCampbell Barton
2015-07-31Docs: doxy correctionsCampbell Barton
2015-07-29Math Lib: add isect_tri_tri_epsilon_v3 functionCampbell Barton
2015-07-25Cleanup: warnings, styleCampbell Barton
2015-07-24parenthisize macro args to avoid errorsCampbell Barton
2015-07-21Math Lib: use vector funcs for isect_line_line_v2_pointCampbell Barton
2015-07-21Remove nonnull attribute, NULL arg is valid here.Campbell Barton
2015-07-16Add tessellation data to DerivedMesh (LoopTri)Campbell Barton