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-12-09Fix T42857: Inconsistency between cache line visibility and ability to change...Sergey Sharybin
2014-11-29Cleanup: use const, avoid float -> double in matrix invertCampbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-14Reuse local view for UVs for previous commit, thanks to Campbell for theAntony Riakiotakis
2014-11-14Fix T42561 (semi feature request/comeback) UVs in image editor can getAntony Riakiotakis
2014-11-11Avoid calling powf with integer exponent in more placesSergej Reich
2014-11-11UI Refactor T41640Campbell Barton
2014-11-06Editmesh: select more/less can now step over adjacent facesCampbell Barton
2014-11-01Cleanup/fix from latest coverity report.Bastien Montagne
2014-10-31Cleanup: namingCampbell Barton
2014-10-31Texture Paint Add Simple UVs:Antony Riakiotakis
2014-10-08Ghost Context RefactorJason Wilkins
2014-10-02Fix T42033 UVs shown while rendering in texture paint mode.Antony Riakiotakis
2014-09-25GHash: use bool for comparison (simplify compare)Campbell Barton
2014-09-24Cleanup: use float versions of functions when in/output are floatsCampbell Barton
2014-08-12Fix T41415: Lasso keymap not working in UV editor.Bastien Montagne
2014-07-23Texture painting:Antony Riakiotakis
2014-07-23Bake-API: Test for cyclic node connectionDalai Felinto
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-07-21Math Lib: rename mul_serie_m3 to mul_m3_series & reorder argsCampbell Barton
2014-07-21CleanupCampbell Barton
2014-07-20Math Lib: use variable length args for mul_serie_m3,m4 (instead of trailing N...Campbell Barton
2014-07-19Fix T41100: draw other object UVs doesn't work when both objects have no image.Brecht Van Lommel
2014-06-22WM: set circle select minimum radius to 1Campbell Barton
2014-06-13BLI_bitmap: rename macrosCampbell Barton
2014-06-06Code cleanup: styleCampbell Barton
2014-06-05Correct hard-coded height for UV-Vertex buttonsCampbell Barton
2014-06-05Fix T40423: UV Editing 'Draw Other Objects' fails with CyclesCampbell Barton
2014-05-07Fix T39653 crash on drawing modified UVsAntony Riakiotakis
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-27Code cleanup: const args and arraysCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-04-21Code cleanup: view2d api namingCampbell Barton
2014-04-21View2d: check UI_view2d_view_to_region_clip succeeds before using the resultCampbell Barton
2014-04-21View2d: API Cleanup for view<->region conversionCampbell Barton
2014-04-20Code cleanup: correct abs useCampbell Barton
2014-04-15GHash: add typed hash functions (were all (void *))Campbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-27Code cleanup: use consistent arg order for math api poly funcsCampbell Barton
2014-03-25Code cleanup: function callsCampbell Barton
2014-03-17Code cleanup: styleCampbell Barton
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
2014-03-07Code cleanup: styleCampbell Barton
2014-03-04Fix F62828. UV stitch code did not handle non manifold edges very well.Antony Riakiotakis
2014-03-01Fix for some unlikely memory leaks, remove redundant checksCampbell Barton
2014-03-01Code cleanup: correct abs use and quiet warningsCampbell Barton
2014-02-26BMesh: add overwrite option to BM_mesh_elem_hflag_enable/disable_testCampbell Barton
2014-02-14Code cleanup: duplicate headersCampbell Barton