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-28Remove MeshPrimitive completelytemp-pbvh-seam-texturing-tweaksHans Goudey
2022-09-28Merge branch 'master' into temp-pbvh-seam-texturing-tweaksHans Goudey
2022-09-28Use std::array for MeshPrimitive edgesHans Goudey
2022-09-28Remove MeshPrimitive.indexHans Goudey
2022-09-28Remove MeshUVVert, use loop indices instead of "UV verts"Hans Goudey
2022-09-28Remove MeshVertex, use indices for edges and primitivesHans Goudey
2022-09-28Fix Python module test failing with macOS + address sanitizerBrecht Van Lommel
2022-09-28Fix T101414: in 3d viewport, smart uv project failed to packChris Blackbourn
2022-09-28Cleanup: spelling in commentsCampbell Barton
2022-09-28Cleanup: formatCampbell Barton
2022-09-28Cleanup: compiler warningsCampbell Barton
2022-09-28Correct sign conversion errors in convexhull_2d.cCampbell Barton
2022-09-28Cleanup: improve 2D convex hullChris Blackbourn
2022-09-27Cleanup: Standardize variable names, use spansHans Goudey
2022-09-27Initial patch from JeroenHans Goudey
2022-09-27Cycles: Add optional per-kernel performance statisticsNikita Sirgienko
2022-09-27Cleanup: Unused variable warning with path guiding turned offHans Goudey
2022-09-27Fix T101348: Sculpt smooth brush artifacts with hidden facesHans Goudey
2022-09-27Fix: Assert in legacy mesh conversionHans Goudey
2022-09-27Cleanup: Use signed integers for mesh vertex indicesHans Goudey
2022-09-27Cleanup: Use variable and const for sculpt mesh vertex to poly mapsHans Goudey
2022-09-27WM: Support opening backup .blend files via drag-dropPablo Vazquez
2022-09-27Fix: OpenPGL related build error on windowsRay Molenkamp
2022-09-27Cycles: Tweak inlining policy on MetalMichael Jones
2022-09-27Cycles: Disable binary archives on macOS < 13.0Michael Jones
2022-09-27Gpencil: Time Offset modifier new Chain modeAleš Jelovčan
2022-09-27BLF: Editing Text with Combining CharactersHarley Acheson
2022-09-27View3D: move view3d_draw.c to c++Jacques Lucke
2022-09-27GPencil: New Outline modifierAntonio Vazquez
2022-09-27Cycles: add Path Guiding on CPU through Intel OpenPGLSebastian Herhoz
2022-09-27Cycles: BSDF eval refactor to remove separate reflection/refraction methodsBrecht Van Lommel
2022-09-27Cycles: BSDF changes in preparation of path guidingSebastian Herhoz
2022-09-27Fix T101231: Console flooded with warnings when fluid type is DomainGermano Cavalcante
2022-09-27Deps: fix builing wayland-scannerSybren A. Stüvel
2022-09-27Fix T101398: Transfer Attribute node still defined in menuHans Goudey
2022-09-27Fix T101393: Vertex Crease operator does not create vertex crease layerPhilipp Oeser
2022-09-27Build: temporarily disable wayland dependencyCampbell Barton
2022-09-27Fix: GPencil animated layer transforms evaluate wrong when identityPhilipp Oeser
2022-09-27Fix curves sculpting in deformed space when using Subdivide nodePhilipp Oeser
2022-09-27Fix T101272: Missing view layer updates handling collections via python.Jeroen Bakker
2022-09-27Build: add wayland to deps buildCampbell Barton
2022-09-27Cleanup: Fix brace-scalar-init warningSergey Sharybin
2022-09-27GHOST: exit with an error when GHOST cannot be initializedCampbell Barton
2022-09-27Cleanup: formatCampbell Barton
2022-09-27WM: batch rename action clipsIyad Ahmed
2022-09-27Revert "Cleanup: remove redundant WITH_GHOST_WAYLAND check"Campbell Barton
2022-09-27Build: add missing include for opencolorioCampbell Barton
2022-09-27Cleanup: remove redundant WITH_GHOST_WAYLAND checkCampbell Barton
2022-09-27Fix T101361: Collapsed multi-input sockets not collapsing noodlesIliya Katueshenock
2022-09-27Scew Modifier: Remove eager normal calculationHans Goudey