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-09Cleanup: format, trailing spaceCampbell Barton
2022-09-08Cleanup: Use C++ methods to retrieve attribute accessorsHans Goudey
2022-09-08Cleanup: prefer terms verts/polys over vertices/polygonsCampbell Barton
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-06Cleanup: spelling in comments, formatting, move comments into headersCampbell Barton
2022-09-06GPU: remove 'GPU_SHADER_2D_LINE_DASHED_UNIFORM_COLOR'Germano Cavalcante
2022-09-05GPU: convert 'GPU_SHADER_2D_IMAGE_COLOR' to 3DGermano Cavalcante
2022-09-05GPU: remove 'GPU_SHADER_2D_UNIFORM_COLOR'Germano Cavalcante
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-09-01Cleanup: Remove/replace View Layer macros.Monique Dewanchand
2022-09-01Cleanup: use reference instead of copyJacques Lucke
2022-08-31Sculpt: Fix T100479: Memory corruption in sculpt_boundary_edit_data_initJoseph Eagar
2022-08-31Mesh: Move material indices to a generic attributeHans Goudey
2022-08-30Cleanup: Use standard variable name for curve pointsHans Goudey
2022-08-30Attributes: Improve custom data initialization optionsHans Goudey
2022-08-30Merge branch 'blender-v3.3-release'Campbell Barton
2022-08-30Fix error in operator poll functionsCampbell Barton
2022-08-30Merge branch 'blender-v3.3-release'Jacques Lucke
2022-08-30Fix T100673: crash when using slide brush without attachment infoJacques Lucke
2022-08-23Fix T100494: Broken sculpt hide status undo/redoHans Goudey
2022-08-23Cleanup: Avoid using invalid attribute domainHans Goudey
2022-08-23ImBuf: Optimize GPU memory by using 1 component format for grayscale imagesJeroen Bakker
2022-08-17Cleanup: shadow warningCampbell Barton
2022-08-17Cleanup: quiet shadow warningCampbell Barton
2022-08-17UV: grab tool supports live unwrapChris Blackbourn
2022-08-17UV: add geometry driven uv relax brushChris Blackbourn
2022-08-16UV: add constrain-to-bounds support for uv relax, uv grab and uv pinchChris Blackbourn
2022-08-16UV: improve uv sculpt tools with boundary support and pin supportChris Blackbourn
2022-08-16Cleanup: spelling in commentsCampbell Barton
2022-08-16Cleanup: formatCampbell Barton
2022-08-16Cleanup: warningsCampbell Barton
2022-08-16Merge branch 'blender-v3.3-release'Joseph Eagar
2022-08-16Sculpt: Fix T100379: Anchored brush tags all nodes for updateJoseph Eagar
2022-08-16Sculpt: Fix T100379: Anchored brush tags all nodes for updateJoseph Eagar
2022-08-16Sculpt: Write documentation in sculpt_undo.cJoseph Eagar
2022-08-16Sculpt: Fix redo panel bugsJoseph Eagar
2022-08-15Sculpt: Blank out redo panel for stroke operatorJoseph Eagar
2022-08-15GPU: replace GLEW with libepoxyChristian Rauch
2022-08-11Mesh: Move hide flags to generic attributesHans Goudey
2022-08-11Cleanup: refactoring uvislands to prepare for python apiChris Blackbourn
2022-08-09Sculpt: Register sculpt brush op so it clears last operator panelJoseph Eagar
2022-08-09Cleanup: sort cmake file-listsCampbell Barton
2022-08-09Cleanup: compiler warningsCampbell Barton
2022-08-08Cleanup: refactoring uvislands to prepare for python apiChris Blackbourn
2022-08-08Cleanup: refactoring uvislands to prepare for python apiChris Blackbourn
2022-08-07Cleanup: refactoring uvislands to prepare for python apiChris Blackbourn
2022-08-04Fix T100132: Disable winding when calculating islands for uv sculpt toolsChris Blackbourn
2022-08-04Sculpt: Support gradient color mode in sculpt paint brushRamil Roosileht
2022-08-04Sculpt: Support gradient color mode in sculpt paint brushRamil Roosileht
2022-08-03Merge branch 'blender-v3.3-release'Hans Goudey