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
2017-01-23Merge remote-tracking branch 'origin/blender2.8' into render-layersDalai Felinto
2017-01-22Merge branch 'master' into blender2.8Julian Eisel
2017-01-20Fix own mistake in rB051526da6279, confusing off_t with ptrdiff_t.Bastien Montagne
2017-01-20Fix compilation error with strict flags and gcc-6Sergey Sharybin
2017-01-20Cleanup/fix some BLI_string_utf8 not using size_t/off_t as expected.Bastien Montagne
2017-01-20Cleanup/fix last remnant usages of int instead of size_t for string length in...Bastien Montagne
2017-01-18Merge remote-tracking branch 'origin/blender2.8' into render-layersDalai Felinto
2017-01-16Merge branch 'master' into blender2.8Bastien Montagne
2017-01-16Cleanup/refactor: move BKE_deform_flip_side_name & co to BLI_string_utilsBastien Montagne
2017-01-16Cleanup/refactor: Add new BLI_string_util.Bastien Montagne
2017-01-16Cleanup: remove unused & unimplemented `BLI_newname`.Bastien Montagne
2017-01-14Add 3d to 2d plane mapping functions to math libLuca Rood
2017-01-12Merge branch 'master' into blender2.8Bastien Montagne
2017-01-11Split interp_weights_face_v3 into specific functions for tris and quadsLuca Rood
2017-01-11Merge remote-tracking branch 'origin/blender2.8' into render-layersDalai Felinto
2017-01-11Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2017-01-11Add mid_v3_v3_array function and remove redundant functionsLuca Rood
2017-01-10Merge remote-tracking branch 'origin/blender2.8' into render-layersDalai Felinto
2017-01-05Merge branch 'master' into blender2.8Julian Eisel
2017-01-04Merge remote-tracking branch 'origin/blender2.8' into render-layersDalai Felinto
2017-01-03Massive fixup on BLI_iterator and the iterators using itDalai Felinto
2017-01-03Fix implicit size_t to int conversion.Bastien Montagne
2017-01-02Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2017-01-02Cleanup: redundant assignment in rect resizeCampbell Barton
2017-01-01Fix (unreported) fully broken 'sanitize utf-8' helper.Bastien Montagne
2016-12-29Merge branch 'master' into blender2.8Bastien Montagne
2016-12-28Comments: mul_project_m4_v3_zfacCampbell Barton
2016-12-27Comments: hints for perspective functionsCampbell Barton
2016-12-19Reworked logic of iteratorsDalai Felinto
2016-12-19Using an iterator to go over objects, and use this for library_queryDalai Felinto
2016-12-19Iterator util functionDalai Felinto
2016-12-12Merge branch 'master' into blender2.8Bastien Montagne
2016-12-05OpenGL: delete bl_debug_drawMike Erwin
2016-12-04Cleanup: simplify bitmap line drawingCampbell Barton
2016-12-03Fix macOS build with openimageio 1.7.8 and openexr.Brecht Van Lommel
2016-12-01Merge branch 'master' into blender2.8Lukas Tönne
2016-11-29Math lib: Fix use function of wrong dimensionSergey Sharybin
2016-11-25Math Lib: avoid temp array for rotate_m4Campbell Barton
2016-11-25Math Lib: rotate matrix cleanupCampbell Barton
2016-11-16Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2016-11-15Atomics: Make naming more obvious about which value is being returnedSergey Sharybin
2016-11-15blender 2.8: Opengl: UI_draw_roundboxMike Erwin
2016-11-02Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2016-10-26BLI_bitmap_draw_2d: optimize polygon fillingCampbell Barton
2016-10-26Cleanup: rename functions in BLI_bitmap_draw_2dCampbell Barton
2016-10-26Cleanup: move bitmap drawing into its own moduleCampbell Barton
2016-10-25API: Fix LinksAaron Carlisle
2016-10-10Merge branch 'master' into blender2.8Bastien Montagne
2016-10-08BLI_task: fix case were some pool could work in more threads than allowed.Bastien Montagne
2016-10-07Custom Manipulators Core BackendJulian Eisel