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-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
2015-07-15Fix own stupid error in yesterday's refactor of recursive dir creation.Bastien Montagne
2015-07-14BLI_path_utils: fix/enhance BLI_filename_make_safe(), add BLI_path_make_safe().Bastien Montagne
2015-07-14BLI_fileops: Make BLI_dir_create_recursive() return success/error status.Bastien Montagne
2015-07-14Match face tessellation order in edimodeCampbell Barton
2015-07-14Fix for recent optimization commit in endian switchSergey Sharybin
2015-07-14Cleanup: use ascii as suffix (as with utf8)Campbell Barton
2015-07-13Add BLI_math_statistics, where stats tool shall be!Bastien Montagne
2015-07-13Add BLI_math_solver, where non-linear solvers should be.Bastien Montagne
2015-07-12Remove redundant string copyCampbell Barton
2015-07-12Missed essential part in previous commit.Bastien Montagne
2015-07-12Fix T45375: Cant clear temp fluid cache after closing Blender (Windows).Bastien Montagne
2015-07-11Use const for direntry stringsCampbell Barton
2015-07-11Error in last commitCampbell Barton
2015-07-11Minor changes for more efficient endian switchingCampbell Barton
2015-07-11BLI_matrix space_transform: Add a 'local-invariant' setter.Bastien Montagne
2015-07-10BLI_math 'compare' cleanup & enhancements.Bastien Montagne
2015-07-09Cleanup: quiet warningCampbell Barton
2015-07-02BLI_GHash: add BLI_gset_str_new helpers.Bastien Montagne