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
2016-04-14Remove redundant abs ray/line point functionsCampbell Barton
2016-04-14Math Lib: ray_point_factor_v3 functionsCampbell Barton
2016-04-10Docs: comment on line-sphere intersectionCampbell Barton
2016-03-29Fix error in ghash/gset_ensure_p_exCampbell Barton
2016-03-24Fix BLI_strncasestr use with a single characterCampbell Barton
2016-03-23UI: multi word filtering in search menuCampbell Barton
2016-03-19BLI_kdopbvh: Pass center to to range callbackCampbell Barton
2016-03-14Cleanup: style/spellingCampbell Barton
2016-03-11Minor improvement to last commitCampbell Barton
2016-03-11Math Lib: less complex convex quad checkCampbell Barton
2016-03-09Cleanup: style, spellingCampbell Barton
2016-03-05Cleanup: quiet -Wcomma, cast to void where neededCampbell Barton
2016-03-03Add utility macro to work with thread local storageSergey Sharybin
2016-03-02GHash: BLI_ghash_ensure_p_ex now takes a pointer-to-key argCampbell Barton
2016-02-20Add GHash/GSet pop() feature.Bastien Montagne
2016-02-17Fix T47452: Translate-node seams w/ subpixel offsetCampbell Barton
2016-02-13BLI_bitmap: add flip macroCampbell Barton
2016-02-12Fix error in bvhtree_walk_dfs_recursiveGermano Cavalcante
2016-02-11BLI_kdopbvh: test root node before traversingGermano Cavalcante
2016-02-11Cleanup: naming for NearestRayToAABB_PrecalcGermano Cavalcante
2016-02-10Cleanup: remove unused radius argumentCampbell Barton
2016-02-10Docs: use doxygen sectionsCampbell Barton
2016-02-10Docs: minor comment edits to smallhashCampbell Barton
2016-02-10Tweaks to the comments of smallhashSergey Sharybin
2016-02-10Cleanup: double promotionCampbell Barton
2016-02-09Add BLI_bvhtree_walk_dfs utility functionGermano Cavalcante
2016-02-09BLI_kdopbvh: expose bvhtree_kdop_axes arrayCampbell Barton
2016-02-09Docs: correct descriptionCampbell Barton
2016-02-03Cleanup: parenthesize macrosCampbell Barton
2016-02-03Fix BLI_rename returned success w/ missing source pathCampbell Barton
2016-01-30Cleanup: correct qsort commentsCampbell Barton
2016-01-28Cleanup: warnings & styleCampbell Barton
2016-01-27PIL_time_utiledefines: add TIMEIT_AVERAGED variants to block timing macros.Bastien Montagne
2016-01-26Correct commented printfsCampbell Barton
2016-01-25Correct own error in recent BVH nearest rayCampbell Barton
2016-01-25ImBuf: Make luminance calculation inlinedSergey Sharybin
2016-01-25BLI_kdopbvh: Add BLI_bvhtree_find_nearest_to_rayGermano Cavalcante
2016-01-25Math Lib: Add dist_squared_ray_to_aabb_v3 utilityGermano Cavalcante
2016-01-23Math Lib: optimize segment-plane clippingCampbell Barton
2016-01-21Cleanup: line length, indentationCampbell Barton
2016-01-20error in last commitCampbell Barton
2016-01-20Cleanup: naming conventionCampbell Barton
2016-01-19BLI_array_utils: add binary and/or functionsCampbell Barton
2016-01-18Ignore const qualifier when comparing typesCampbell Barton
2016-01-18Cleanup: styleCampbell Barton
2016-01-16Cleanup: BLI_task foreach looper API doc.Bastien Montagne
2016-01-16Cleanup: BLI_task - API changes.Bastien Montagne
2016-01-16Cleanup: stdbool no longer optional, remove checksCampbell Barton
2016-01-13Polyfill2d: improve sweep clipping logicCampbell Barton
2016-01-12Fix T47164: [Scene.raycast] - True result when it should be False.Bastien Montagne