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-11Fix T100969: Memory leak GPU subdivision during rendering.Jeroen Bakker
2022-11-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-10-25DRW: Pointcloud: Refactor drawing to remove instancingClément Foucault
2022-10-20Fix T93382: Blender still generates subsurface render passesLukas Stockner
2022-10-10Cleanup: quiet warnings, formatCampbell Barton
2022-10-08Attribute Node: support accessing attributes of View Layer and Scene.Alexander Gavrilov
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-10-07Cleanup: DRW: Rename ViewInfos to ViewMatricesClément Foucault
2022-10-07DRW: Remove screen_vecsClément Foucault
2022-10-07DRW: Move clipping planes to their own UBOClément Foucault
2022-10-07DRW: Move CameraTexCoFactors to engine specific storageClément Foucault
2022-10-06DRW: fix use of potentially uninitialized variableGermano Cavalcante
2022-10-02GPU: Fix issue with GPU render boundaries being opened while a GPUBackend doe...Jason Fielder
2022-09-28Geometry Nodes: viewport previewJacques Lucke
2022-09-23Cleanup: fix compiler errorsJacques Lucke
2022-09-23Depsgraph: generalize passing parameters to depsgraph object iteratorJacques Lucke
2022-09-22Metal: MTLContext implementation and immediate mode rendering support.Thomas Dinges
2022-09-19Cleanup: spellingCampbell Barton
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-14Adding `const Scene*` parameter in many areas.Monique Dewanchand
2022-09-08Cleanup: make meaning of base visibility flags more clearBrecht Van Lommel
2022-09-06Cleanup: spelling in comments, formatting, move comments into headersCampbell Barton
2022-09-02DRWManager: New implementation.Clément Foucault
2022-09-01Cleanup: Remove/replace View Layer macros.Monique Dewanchand
2022-08-31Fix T100700: Compositor crashes when disabled then enabledOmar Emara
2022-08-17Metaball: Evaluate metaball objects as mesh componentsHans Goudey
2022-08-10Realtime Compositor: Allow in material preview modeOmar Emara
2022-08-10Realtime Compositor: Add evaluator and engineOmar Emara
2022-08-10DRW: DebugDraw: Fix unguarded drw_debug_draw()Clément Foucault
2022-08-09DRW: DebugDraw: Port module to C++ and add GPU capabilitiesClément Foucault
2022-07-21Cleanup: formatCampbell Barton
2022-07-20Cleanup: Remove unused functionHans Goudey
2022-07-09Weight & Vertex Paint: always respect edit mode hiding on faces.Alexander Gavrilov
2022-05-30Cleanup: Clang tidyHans Goudey
2022-05-24EEVEE: support Curves attributes renderingKévin Dietrich
2022-05-13Cleanup: spelling in comments, capitalize tagsCampbell Barton
2022-05-11Cleanup: use '_num' / '_count' suffix instead of '_ct'Campbell Barton
2022-05-10DrawManager: Hide lock acquire behind experimental feature.Jeroen Bakker
2022-04-29Fix rendering of wire curves when used as custom bone objectsSebastian Parborg
2022-04-22Curves: Further split of curves draw code from particlesHans Goudey
2022-04-19GPU: Replace `GPUMaterialVolumeGrid` by `GPUMaterialAttribute`Clément Foucault
2022-04-19DRW: Centralize smoke domain texture managementClément Foucault
2022-04-15GPU: Make viewport not acquireable during renderingClément Foucault
2022-04-08Curves edit mode: show dots for pointsKévin Dietrich
2022-03-30Metal: Adding alternative support for GPU_PRIM_TRI_FAN/LINE_LOOP For Metal ba...Jason Fielder
2022-03-20DRW: Make use of shader shared headerClément Foucault
2022-03-18EEVEE: Add new experimental "EEVEE Next" optionClément Foucault
2022-02-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-11Merge branch 'blender-v3.1-release'Peter Kim
2022-02-11Fix excessive re-creation of VR viewport texturesPeter Kim