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-06-23T39690: Modifications to Blender's 'temp dir' system.Bastien Montagne
2014-06-23D605: Fixes for proper handling of wchar_t paths in MinGW.Tamito Kajiyama
2014-06-20BLI_md5: add a utility function to 'translate' raw 16bytes digest into a nice...Bastien Montagne
2014-06-20Code cleanup: BLI_md5.c was... not nice.Bastien Montagne
2014-06-19Bugfix for Elastic and Back easing typesJoshua Leung
2014-06-18Correct casts for IS_EQ and other macro tweaksCampbell Barton
2014-06-17BLI: Add two helpers to search a given string in an array of strings.Bastien Montagne
2014-06-16Quiet warningCampbell Barton
2014-06-14BLI_gsqueue: refactor to use zero length arrayCampbell Barton
2014-06-14BLI_gsqueue: use size_t for elem_size (was casting all over)Campbell Barton
2014-06-14BLI_dynstr: use function attributes and move comments into C fileCampbell Barton
2014-06-14BLI_rand: add BLI_rng_get_float_unit_v2Campbell Barton
2014-06-14Math Lib: mat3_to_eulo2 & mat3_to_eul2 mixed float/double differentlyCampbell Barton
2014-06-14Polyfill2d: use kd-treeCampbell Barton
2014-06-14Polyfill2d: avoid calculating polygon winding (its known in all cases)Campbell Barton
2014-06-14Polyfill2d: Switch directions on concave trianglesCampbell Barton
2014-06-14Polyfill2d: replace array with linklist, faster resizingCampbell Barton
2014-06-13Resolve MSVC errorCampbell Barton
2014-06-13BLI_bitmap: rename macrosCampbell Barton
2014-06-13BLI_bitmap: typecheck macoCampbell Barton
2014-06-13Add string escaping support for BLI_str_quoted_substrNCampbell Barton
2014-06-13GSet, GHash: Add BLI_gset_add, since its common to add members to a setCampbell Barton
2014-06-13BLI_kdtree: use UNLIKELYCampbell Barton
2014-06-13Code cleanup: remove redundant arg from ARRAY_LAST_ITEMCampbell Barton
2014-06-08Fix mempool bottleneck alloc & freeing a single itemCampbell Barton
2014-06-08Fix T40510, revert openmp thread count to how it was inAntony Riakiotakis
2014-06-05Fix T40423: UV Editing 'Draw Other Objects' fails with CyclesCampbell Barton
2014-06-02Fix compilation error non non-linux architecturesMatteo F. Vescovi
2014-05-31Add debug define for timing polyfillCampbell Barton
2014-05-29Math lib: add negate_m3, negate_m4Campbell Barton
2014-05-29BLI_dynstr: add assert to check curlen is correctCampbell Barton
2014-05-28Fix T40157: Loading movies larger than 4GB in size failsSergey Sharybin
2014-05-27PIL_time is no longer used in BLI_random.Lukas Tönne
2014-05-27Correct ortho_v2_v2 arg sizeCampbell Barton
2014-05-26Fix for BLI_delete failing on files containing quotesCampbell Barton
2014-05-23Bake-API: relaxing in the check for scale uniformityDalai Felinto
2014-05-20Fix T40224: Crash moving objects to another layerCampbell Barton
2014-05-20Polyfill: simply re-ordering checks gives ~%15 speedupCampbell Barton
2014-05-19Correct ARRAY_SIZE macro and make doxy comments consistentCampbell Barton
2014-05-18Fix T40201: Keyframe edits fail to update the viewportCampbell Barton
2014-05-18Comment unused BLI_rebase_pathCampbell Barton
2014-05-18Add ARRAY_SIZE macro to check fixed size arraysCampbell Barton
2014-05-18Fix BLI_cleanup_path: '.' at the start of a pathCampbell Barton
2014-05-14Code cleanup: doxy commentsCampbell Barton
2014-05-13Fix T39196, Dynamic Topology Undo Applied to Wrong MeshAntony Riakiotakis
2014-05-13Fix compilation error with debug SConsSergey Sharybin
2014-05-13style cleanup, keep preprocessor identationAntony Riakiotakis
2014-05-13Add alloca include in compiler compatibility. Helps with MinGW32Antony Riakiotakis
2014-05-12Fix T40144: Font rendering problemsCampbell Barton
2014-05-12VFont: de-duplicate checks for next/prev handlesCampbell Barton