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
2020-06-05Cleanup: remove unnecessary inline headerCampbell Barton
2020-06-04UV: use selection for 'Seams from Islands'Campbell Barton
2020-06-02DrawManager: Graph Task SchedulingJeroen Bakker
2020-05-22Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-22UV: remove "UV Local View" for UV editingCampbell Barton
2020-05-19Fix UV shadow drawing not respecting 'UV Opacity' settingPhilipp Oeser
2020-05-19Merge branch 'blender-v2.83-release'Philipp Oeser
2020-05-19Fix build error after 30cbbccc6002Philipp Oeser
2020-05-19Merge branch 'blender-v2.83-release'Philipp Oeser
2020-05-19Fix (unreported) UV shadow not drawing smoothPhilipp Oeser
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-05-05Cleanup: use int instead of short for lasso array lengthCampbell Barton
2020-05-04Cleanup: rename mcords to mcoordsCampbell Barton
2020-05-04Cleanup: pass ARegion, View2D as constCampbell Barton
2020-05-04UV: support edge-selection for box/circle/lasso selectCampbell Barton
2020-05-04Cleanup: rename uv_sel_co_from_eve, pass in UV layer offsetCampbell Barton
2020-05-04Cleanup: replace UV_SELECT_ISLAND_LIMIT macro with a functionCampbell Barton
2020-05-04Cleanup: split selection operations into uvedit_select.cCampbell Barton
2020-04-28Merge branch 'blender-v2.83-release'Campbell Barton
2020-04-28Fix T75993: Mark Seam from UV editor operates on unselected facesCampbell Barton
2020-04-23Merge branch 'blender-v2.83-release'Campbell Barton
2020-04-23Cleanup: clang-format, unused warningCampbell Barton
2020-04-22Merge branch 'blender-v2.83-release'Philipp Oeser
2020-04-22Fix T75974: Multiobject editing UV hiding/unhiding does not workPhilipp Oeser
2020-04-16Theme: adjust active UV face color in the themeCampbell Barton
2020-04-16UV: support changing the opacity of the UV overlayCampbell Barton
2020-04-14GPUShader: Implement workaround for gizmo drawing on sRGB framebufferClément Foucault
2020-04-04Cleanup: Rename Panel * variables from pa to panelHans Goudey
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-04-03Cleanup: use abbreviated names for unsigned types in editorsCampbell Barton
2020-03-25Cleanup: use 'r_' prefix for output argumentsCampbell Barton
2020-03-25Cleanup: update doxy sectionsCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Cleanup: Resolve HKEY conflictRay Molenkamp
2020-03-15Cleanup: redundant assignmentsCampbell Barton
2020-03-14Fix T67446: UV Editor: support island select mode for box/circle/lassoPhilipp Oeser
2020-03-09Cleanup: Replace ABS/SQUARE/CUBE with function callsSergey Sharybin
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-04Cleanup: replace CLAMP macros with functionsCampbell Barton
2020-02-26Cleanup: reduce CDDM use, remove unused function callsCampbell Barton
2020-02-25Cleanup: remove cddm_from_bmeshCampbell Barton
2020-02-20Cleanup: rename mul_m2v2 to mul_m2_v2Campbell Barton
2020-02-05T73589: Code Quality: Renaming on BKE_material.hAntonio Vazquez
2020-01-09Fix UV gizmos poll failing with multiple objectsCampbell Barton
2020-01-09Gizmo: use pivot center for UV gizmosCampbell Barton
2020-01-07Edit Mesh: pass in Mesh instead of BMEditMesh to EDBM_update_genericCampbell Barton
2020-01-07Fix T72499: UV Editor : Selection tools don't deselect when dragging on an em...Philipp Oeser
2020-01-02Cleanup: remove redundant image assignment when ensuring UV'sCampbell Barton
2020-01-02Cleanup: quiet const warningsCampbell Barton
2019-12-31Transform: Individual Origins: Create islands between only selected uvs.mano-wii