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-09-10merged the master branchsoc-2017-vertex_paintDarshan Kadu
2016-05-06Image Editor: Add border zoomCampbell Barton
2016-03-02Avoid node tree update tag when changed nodes which are not affecting resultSergey Sharybin
2015-12-01Cleanup: use more logical names for View3D.aroundCampbell Barton
2015-10-24Fix related to T46538: do not popup choice menu of mark/clear seam UV editor ...Bastien Montagne
2015-10-13Fix T46450: Seams from islands, wont show 'Sharp'Campbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-07-14Move from MTFace to MTexPoly w/ texture checksCampbell Barton
2015-06-23Fix T44320: UV island overlap considered linkedCampbell Barton
2015-05-22Fix T44801: Blender crash in UV-editor.Bastien Montagne
2015-05-17UV editor: make Ctrl+E menu with mark/clear seam, instead of always marking.Brecht Van Lommel
2015-05-17BMesh: don't check winding for uv-vert-mapCampbell Barton
2015-05-14Add clear seams to uv editorAntony Riakiotakis
2015-05-05Math Lib: rename fill_*, to copy_*Campbell Barton
2015-04-20Cleanup: use bool /w flag checksCampbell Barton
2015-03-18Support UV island selection in UV synch and face select mode.Antony Riakiotakis
2014-12-14Fix T42892: UV pixel snap with negative valuesCampbell Barton
2014-12-09Fix T42857: Inconsistency between cache line visibility and ability to change...Sergey Sharybin
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-31Texture Paint Add Simple UVs:Antony Riakiotakis
2014-08-12Fix T41415: Lasso keymap not working in UV editor.Bastien Montagne
2014-07-23Bake-API: Test for cyclic node connectionDalai Felinto
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-06-22WM: set circle select minimum radius to 1Campbell Barton
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-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-11Code cleanup: use boolCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-25Code cleanup: function callsCampbell Barton
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
2014-02-26BMesh: add overwrite option to BM_mesh_elem_hflag_enable/disable_testCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-21Code Cleanup: use bool for return values and correct commentsCampbell Barton
2014-01-16Code Cleanup: style and redundant castsCampbell Barton
2013-12-12Code Cleanup: move mesh mapping functions into their own file/headerCampbell Barton
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-10-28move bmesh array lookup data and utility functions from editmesh into bmesh,Campbell Barton
2013-08-27Mask primitivesSergey Sharybin
2013-07-28move alloca define into its own header since its not related to BLI_arrayCampbell Barton
2013-07-21snap to cursor (offset option) added for UV's too.Campbell Barton
2013-06-24add api calls for BM_mesh_active_vert/edge_get.Campbell Barton
2013-06-21Code cleanup: fix some vs2012 compiler warningsBrecht Van Lommel
2013-06-16Attempt to fix #35548:Antony Riakiotakis
2013-06-02remove duplicate operator,Campbell Barton
2013-05-19code cleanup: remove unneeded elements in uv NearestHit.Campbell Barton