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
2022-09-14Adding `const Scene*` parameter in many areas.Monique Dewanchand
2022-02-11File headers: SPDX License migrationCampbell Barton
2020-09-18UI: Use property split in UV editor panelsHans Goudey
2020-09-04UI Code Quality: Use derived struct for number buttonsJulian Eisel
2020-05-22UV: remove "UV Local View" for UV editingCampbell Barton
2020-04-04Cleanup: Rename Panel * variables from pa to panelHans Goudey
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-09-14Cleanup: use const args, variablesCampbell Barton
2019-07-31Fix T67652: editing UV vertex location does not work with multiple objectsBrecht Van Lommel
2019-05-01UI: move image paint panels into the image side-barCampbell Barton
2019-04-22Cleanup: style, use braces for editorsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2018-12-20Fix T59672: UVs are not updating when changed in panelJacques Lucke
2018-10-19Image Space: make 'UV Edit' a separate modeCampbell Barton
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-02-13Object Mode: pass edit-object to UV APICampbell Barton
2017-05-24Remove TexFace, per-face imagesCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-03-09Fix for clamping large UV coords in UV-panelCampbell Barton
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-11UI Refactor T41640Campbell Barton
2014-06-05Correct hard-coded height for UV-Vertex buttonsCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2013-05-10avoid customdata lookups for selection test/enable disable.Campbell Barton
2013-04-16code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and ...Campbell Barton
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-02-19Another huge bunch of new UI translations (some reported by Leon Cheung, than...Bastien Montagne
2012-11-22Fix #33265: editing uv vertex coordinates in panel could move hidden uv's.Brecht Van Lommel
2012-07-25match function names for clip/image spacesCampbell Barton
2012-04-24code cleanup: rename UV functions to closer match bmesh apiCampbell Barton
2012-04-19remove BM_ITER, BM_ITER_INDEX macros, use ELEM or MESH variants only (the mac...Campbell Barton
2012-04-19style cleanup: BM_ITER / BM_ITER_INDEX / BMO_ITERCampbell Barton
2012-04-13style cleanup: uv editorCampbell Barton
2012-04-03Fix #30796: uv vertex coordinates panel in uv editor incorrectly taking intoBrecht Van Lommel
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-02code cleanup:Campbell Barton
2012-02-20- remove some unused editmesh functions.Campbell Barton
2011-10-24svn merge ^/trunk/blender -r41226:41227 .Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-05-09tag unused arguments, quiet some warningsCampbell Barton
2011-05-09=bmesh= merge from trunk at r36529Joseph Eagar