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-11-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-11-01Cleanup: fix translation for rare UV unwrapping with unit scaleChris Blackbourn
2022-10-20Cleanup: simplify uv packing apiChris Blackbourn
2022-10-13Cleanup: simplify uv packing apiChris Blackbourn
2022-10-12Fix T90782: add uv pack option to specify margin as a fractionChris Blackbourn
2022-10-01Cleanup: simplify uv packing for non-square materialsChris Blackbourn
2022-09-28Fix T101414: in 3d viewport, smart uv project failed to packChris Blackbourn
2022-09-19Cleanup: spellingCampbell Barton
2022-09-14Adding `const Scene*` parameter in many areas.Monique Dewanchand
2022-08-19Cleanup: replace uint cd_loop_uv_offset with intChris Blackbourn
2022-08-19UV: respect uv selection for smart uv, cube, sphere and cylinder projectionChris Blackbourn
2022-07-19Fix T99794: regression from uv unwrap selectedChris Blackbourn
2022-07-14Fix T99684: Upgrade Averages Island Scale with options Scale UV and ShearChris Blackbourn
2022-06-29Cleanup(UV): Remove unused parameter (no functional changes)Chris Blackbourn
2022-06-29Fix T78394: In UV Editor, UV Unwrap respects selectionChris Blackbourn
2022-06-28Fix T99156: UV parameterizer respects both Pins and SeamsChris Blackbourn
2022-06-16Fix T98239: During UV Unwrap, create unique indices for each pinned UVChris Blackbourn
2022-06-02Cleanup: replace ParamBool and PBool with bool for GEO_uv APIChris Blackbourn
2022-06-01Cleanup: spelling in comments, use doxy sectionsCampbell Barton
2022-05-26Cleanup: `struct PHandle` merged with alias `typedef void ParamHandle`Chris Blackbourn
2022-05-23Cleanup: remove "texture" from ED_mesh_uv_texture_* funcitonsCampbell Barton
2022-05-10Fix T86358: Use per face aspect correction for primitive UV projectionsChris Blackbourn
2022-05-03Fix T85379: Cube projection size parameter is wrongCampbell Barton
2022-03-30Cleanup: Move UV edit parameterize code to geometry moduleAleksi Juvani
2022-03-22Fix T96308: Mesh to BMesh conversion doesn't calculate vertex normalsHans Goudey
2022-03-03UV: Edge selection supportSiddhartha Jejurkar
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-11-09Fix T92318: adding layers (UVs, ...) doesn't notify about limitPhilipp Oeser
2021-10-08Cleanup: remove redundant cursor copy, printCampbell Barton
2021-09-30Cleanup: isolate UDIM parameters into a structCampbell Barton
2021-09-29UV: Pack to closest/active UDIMSiddhartha Jejurkar
2021-07-16Cleanup: remove redundant parenthesesCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-03-26UV: warn when unwrapping failsCampbell Barton
2021-02-09Cleanup: comments, replace German expression with EnglishCampbell Barton
2021-02-02Fix T85194: Smart UV does not respect "Correct Aspect" correctlyPhilipp Oeser
2021-01-13Fix T83084: Smart UV Project inverts the resulting UVsPhilipp Oeser
2021-01-07UI: Fix various issues with UI textYevgeny Makarov
2020-11-19Fix T82540: Smart UV project ignores seamsCampbell Barton
2020-11-17Fix T82637: pack UV islands fails with some non-manifold meshesCampbell Barton
2020-11-10Fix T82540: Smart UV project ignores seamsCampbell Barton
2020-10-07UI: Fix capitalization in various placesYevgeny Makarov
2020-09-24Fix (unreported) Smart UV Project not adding UVMapPhilipp Oeser
2020-09-09Cleanup: spellingCampbell Barton
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-08-07Cleanup: Blenlib, Clang-Tidy else-after-return fixes (incomplete)Sybren A. Stüvel
2020-07-26UV: port smart project from Python to CCampbell Barton
2020-07-26UV: support creating ParamHandle without checking UV selectionCampbell Barton