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
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-29Code cleanup: remove redundant matrix initializationCampbell Barton
2014-04-29Error in last commit, need to take duration into accountCampbell Barton
2014-04-28Correction to last commitCampbell Barton
2014-04-28f-curve easing: Adjustments to Robert Penner elastic easingCampbell Barton
2014-04-28f-curve easing: make ease in/out expressions consistentCampbell Barton
2014-04-28f-curve easing: make ease-out symmetrical to ease-inCampbell Barton
2014-04-28Fix for f-curve elastic ease in/out discontinuityCampbell Barton
2014-04-28Convex Hull 2D: avoid calling qsort twiceCampbell Barton
2014-04-27Final overlooked cleanup for last commitJens Verwiebe
2014-04-27Revert the testing sculpt openmp thread control and limit for OSX to physical...Jens Verwiebe
2014-04-27Correct some errors in auto-cleanupCampbell Barton
2014-04-27Code cleanup: const args and arraysCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenlib)Campbell Barton
2014-04-26Avoid integer overflow in build_implicit_tree_helperCampbell Barton
2014-04-25BoxPack: replace macros with functionsCampbell Barton
2014-04-25Revert previous change after discussion with CampbellSergey Sharybin
2014-04-25Fix strict flags compilation error in box packSergey Sharybin
2014-04-24BoxPack: add bias, fixes erratic placement with identical boxesCampbell Barton
2014-04-24BoxPack: remove unusable vertices while packingCampbell Barton
2014-04-24BoxPack: add support for merging verts as they are packed inCampbell Barton
2014-04-24BoxPack: flag verts used in packed boxesCampbell Barton
2014-04-24BoxPack: remove quad_flags array, replace with inline bit-shiftCampbell Barton
2014-04-24Box Pack: Improve when packing boxes of the same sizeCampbell Barton
2014-04-22Fix T39429: Project paint error with UV bleedCampbell Barton
2014-04-22Math Lib: move barycentric_weights_v2_persp to into math_geomCampbell Barton
2014-04-22BLI_open: check returned value for `-1` instead of `< 0`Campbell Barton
2014-04-21GHash, Edgehash: add lookup_default() funcs.Campbell Barton
2014-04-21Basic support for UNC paths on WindowsAndrea Weikert
2014-04-20GHash, EdgeHash: hint on unlikely branchCampbell Barton
2014-04-20Code cleanup: correct abs useCampbell Barton
2014-04-20Math Lib: faster version of rotation_between_vecs_to_mat3Campbell Barton
2014-04-19Math Lib: add shell_v3v3_normalized_to_dist and v2 versionCampbell Barton
2014-04-19Minor change to recent commit (avoid transpose)Campbell Barton
2014-04-19Math Lib: minor optimization to barycentric_transformCampbell Barton
2014-04-19Math Lib: add rotation_between_vecs_to_mat3Campbell Barton
2014-04-19Math Lib: minor optimization for axis_angle_normalized_to_mat3Campbell Barton
2014-04-17Code cleanup: use boolsCampbell Barton
2014-04-16Math Lib: optimize axis_dominant_v3_to_m3, approx 6x speedupCampbell Barton
2014-04-16Math Lib: increase epsilon for ortho_basis_v3v3_v3Campbell Barton
2014-04-15Math Lib: avoid having to pass a pre-calculated normal tot area_poly_v3Campbell Barton
2014-04-15GHash: add BLI_ghashutil_uinthash_v4 for hashing 4 ints at onceCampbell Barton
2014-04-15GHash: add typed hash functions (were all (void *))Campbell Barton
2014-04-13Code cleanup: quiet warnings & styleCampbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-10Revert "Mempool: simplify memory chunk list building"Campbell Barton
2014-04-10Code cleanup: use struct type for mempool & style editsCampbell Barton
2014-04-08GHash/Edgehash: make simple iterator checking functions inline.Campbell Barton
2014-04-08Mempool: simplify memory chunk list buildingCampbell Barton
2014-04-08Mempool: delay allocating an initial chunk, its not always usedCampbell Barton