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-10-13Mesh: Move runtime data out of DNAHans Goudey
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-26Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: replace static_casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-09-23Mesh: Move selection flags to generic attributesHans Goudey
2022-09-16Fix T101100: missing smooth shading with linked subdivision surface in editmodeBrecht Van Lommel
2022-09-09Subdiv: Avoid quadratic runtime for loose edgesHans Goudey
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-05Mesh: Remove redundant custom data pointersHans Goudey
2022-08-31Mesh: Move material indices to a generic attributeHans Goudey
2022-08-28Cleanup: replace NULL with nullptr for C++ filesCampbell Barton
2022-08-16Cleanup: some refactoring in mapped mesh extractionBrecht Van Lommel
2022-08-11Mesh: Move hide flags to generic attributesHans Goudey
2022-08-02Fix T99715: Only force optimal display during on cage editing.Jeroen Bakker
2022-07-18Subdiv: remove unused GPU device choice, fix crash with libepoxy on initBrecht Van Lommel
2022-07-04Fix T98884: Fix edge case crashes in gpu subdiv cache codeJoseph Eagar
2022-06-21GPU subdiv: fix hidden faces in paint mode when hidden in edit modeKévin Dietrich
2022-06-20Fix artefacts with GPU subdiv and weight paint face selectionKévin Dietrich
2022-06-18Cleanup: Remove unused argument, unnecessary struct keywordHans Goudey
2022-06-14Fix T98813: crash with GPU subdiv in edit mode and instanced geometryBrecht Van Lommel
2022-06-13Fix T98735: GPU subdiv displays normals for all elementsKévin Dietrich
2022-06-05Cleanup: Move remaining mesh draw code to C++Hans Goudey
2022-06-04Cleanup: Use const for retrieved custom data layersHans Goudey
2022-06-03Merge remote-tracking branch 'origin/blender-v3.2-release'Kévin Dietrich
2022-06-03Fix T98571: corrupted face selection drawing with GPU subdivisionKévin Dietrich
2022-06-01Cleanup: '*' prefix C-comment blocksCampbell Barton
2022-06-01Cleanup: spelling in comments, use doxy sectionsCampbell Barton
2022-06-01Merge remote-tracking branch 'origin/blender-v3.2-release'Kévin Dietrich
2022-06-01Fix T98526: broken corner attributes with GPU subdivisionKévin Dietrich
2022-05-31Merge remote-tracking branch 'origin/blender-v3.2-release'Kévin Dietrich
2022-05-31Fix T97877: broken shadows with GPU subdivisionKévin Dietrich
2022-05-27Merge remote-tracking branch 'origin/blender-v3.2-release'Kévin Dietrich
2022-05-26Fix T98392: GPU subdivision crash with knife toolsKévin Dietrich
2022-05-25Merge branch 'blender-v3.2-release'Bastien Montagne
2022-05-25Fix T96080: hiding elements does not work with GPU subdivKévin Dietrich
2022-05-22GPU subdiv: smoothly interpolate orco layerKévin Dietrich
2022-05-13Cleanup: Use const when retrieving custom data layersHans Goudey
2022-05-09Fix T97853: Crash with edit mode X-ray and subdivisionHans Goudey
2022-05-09Fix T97853: Crash with edit mode X-ray and subdivisionHans Goudey
2022-05-04Fix T96845: artifacts with GPU subdivision and mirror modifierKévin Dietrich
2022-05-03Fix T96338: GPU subdiv crash switching to UV editingKévin Dietrich
2022-04-29Select Engine: port shader to use 'GPUShaderCreateInfo'Germano Cavalcante
2022-04-27Fix T96434: bad performance with viewport statistics and GPU subdivisionKévin Dietrich
2022-04-27Cleanup: formatKévin Dietrich
2022-04-27Fix T96283: last disabled subsurf is used for GPU subdivisionKévin Dietrich