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-05-23Cleanup: typosCampbell Barton
2015-05-23Quadric: add common why doubles are used.Campbell Barton
2015-05-23Math Lib: update API usage infoCampbell Barton
2015-05-21Fix T44780: Decimate planar creates concave edgesCampbell Barton
2015-05-21Math Lib: double versions of vector funcsCampbell Barton
2015-05-20BMesh: decimate wasn't using face/edge centersCampbell Barton
2015-05-20doxygen: corrections/updatesCampbell Barton
2015-05-18Correction to early output in the parallel range implementationSergey Sharybin
2015-05-18Make switching to threaded malloc safe to be called from threadsSergey Sharybin
2015-05-17CMake: correct file listingCampbell Barton
2015-05-13Project Paint: resolve ugly bleed artifactsCampbell Barton
2015-05-11GHash: use const keys when only used for lookupsCampbell Barton
2015-05-11GHash: Add BLI_ghash_ensure_p_ex to copy the keyCampbell Barton
2015-05-05Prefer name 'program' over 'binary'Campbell Barton
2015-05-05BLI_path: add PATH search utility functionsCampbell Barton
2015-05-05Math Lib: rename fill_*, to copy_*Campbell Barton
2015-05-04Fix T44592: Zero scale on an axis, zeros allCampbell Barton
2015-05-04Fixed comment.Lukas Tönne
2015-05-01Fix T43711: dual quaternion deform bug with shearing in deform matrix.Brecht Van Lommel
2015-04-29Add macro BLI_SMALLSTACK_AS_TABLECampbell Barton
2015-04-28disable ARRAY_SIZE fixed length check for ClangCampbell Barton
2015-04-28BLI_utildefines: add MEMSET_STRUCT_OFS macroCampbell Barton
2015-04-27Math Lib: add range_vn_uCampbell Barton
2015-04-27Cleanup: use strict flagsCampbell Barton
2015-04-27BLI_array: add permute utility functionCampbell Barton
2015-04-27Math Lib: add mul_v3_mat3_m4v3Campbell Barton
2015-04-26Macro GENERIC_TYPE_ANY map many types to one valueCampbell Barton
2015-04-24Math Lib: pow_i for int power-ofCampbell Barton
2015-04-23Math Lib: add count_bits_i utility functionCampbell Barton
2015-04-22Cleanup: pep8, spellingCampbell Barton
2015-04-21BLI_string: add BLI_snprintf_rlenCampbell Barton
2015-04-21Math Lib: handling bits handling into own fileCampbell Barton
2015-04-16Docs: BLI_rand non-obvious behaviorCampbell Barton
2015-04-14initialize members in-orderCampbell Barton
2015-04-13Be a bit more specific in the message.Antony Riakiotakis
2015-04-13Windows:Antony Riakiotakis
2015-04-13Depsgraph debug: Remove hardcoded array of BLENDER_MAX_THREADS elementsSergey Sharybin
2015-04-13GHash: use unsigned int for ghash_sizeCampbell Barton
2015-04-11BMesh: simplify hashing for dyntopoCampbell Barton
2015-04-10Cleanup: remove win32 workaroundCampbell Barton
2015-04-09Remove invalid assertCampbell Barton
2015-04-08Fix T44235: UNC Path Fails in open.Bastien Montagne
2015-04-08Fix T44113: Some System Folders do not contain go back arrow.Bastien Montagne
2015-04-08Math Lib: add project_plane_v3_v3v3Campbell Barton
2015-04-08Partial fix for T44219Joshua Leung
2015-04-07Cleanup: brace placement /w structsCampbell Barton
2015-04-07Use BKE_edgehash_ensure_p where possibleCampbell Barton
2015-04-07EdgeHash: ensure function, avoids multiple lookupsCampbell Barton
2015-04-07CleanupCampbell Barton
2015-04-06Multi-View and Stereo 3DDalai Felinto