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
2018-08-31Cleanup: rename WM_keymap_find -> WM_keymap_ensureCampbell Barton
2018-07-16Cleanup: More clear naming in UV vertex/element mappingsSergey Sharybin
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-04-30UV editing: Make 'Select Linked' work consistent to 3D ViewJulian Eisel
2018-03-14Cleanup: rename BLI_array_count -> lenCampbell Barton
2018-03-13Cleanup: long lines, use doxy sectionsCampbell Barton
2018-03-12Cleanup: remove misleading array sizeCampbell Barton
2018-03-12Cleanup: sync EDBM_uv_* functions w/ 2.8Campbell Barton
2018-03-12UV: internal changes to pickingCampbell Barton
2018-02-26Cleanup: use function for clearing bmesh tagsCampbell Barton
2018-02-26Fix T50132: UV sticky mode is not respected with border/circle/lasso select.Hugo Sales
2018-02-18Cleanup: add 2d suffix to BLI filesCampbell Barton
2018-02-01Cleanup: rename BLI_*_empty() -> clear()Campbell Barton
2017-11-19Option not to select with un-hideCampbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-10-16WM: refactor gestures for use as toolsCampbell Barton
2017-10-16Cleanup: modal operator border callback namesCampbell Barton
2017-10-16WM: Don't save mouse-paths to operator historyCampbell Barton
2017-10-16WM: remove hard-coded circle radius memoryCampbell Barton
2017-09-14Fix T52723: Reset UV layers failedCampbell Barton
2017-07-13Revert T44320: UV island overlap considered linkedCampbell Barton
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