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
2021-03-02Geometry Nodes: show "Show Texture in texture tab" buttonPhilipp Oeser
2021-02-24Geometry Nodes: store available attribute names in node ui storageJacques Lucke
2021-02-22Fix: Geometry nodes not depending on instanced collections properlySebastian Parborg
2021-02-22Change Exact Boolean modifier to skip round trip through BMesh.Howard Trickey
2021-02-17BLI: add BLI_simd.h header to wrap SSE includesBrecht Van Lommel
2021-02-17Geometry Nodes: Node error messagesHans Goudey
2021-02-16Cleanup: Used derived node in geometry exec paramsHans Goudey
2021-02-12Geometry Nodes: Add dependency relation for collection objectsHans Goudey
2021-02-06UI: Fix Typos in Comments and Docsluzpaz
2021-02-05Geometry Nodes: add Volume to Mesh nodeJacques Lucke
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-02-05Cleanup: cmake indentation, white-spaceCampbell Barton
2021-02-03macOS: Fix build error due to std::optional<T>::valueAnkit Meel
2021-02-03Geometry Nodes: Multi-Input SocketsFabian Schempp
2021-01-28Surface Deform: fix binding vertex artifacts causing spikes.Alexander Gavrilov
2021-01-25Merge branch 'blender-v2.92-release'Hans Goudey
2021-01-25Fix: Unable to animate nodes modifier exposed propertiesHans Goudey
2021-01-22Merge branch 'blender-v2.92-release'Hans Goudey
2021-01-22Fix: Mouse presses in some areas do not set active modifierHans Goudey
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2021-01-19Refactor modifier copying code.Bastien Montagne
2021-01-19Refactor modifier copying code.Bastien Montagne
2021-01-19Geometry Nodes: pass depsgraph to nodes during executionJacques Lucke
2021-01-14MeshCache: add error handling to `fread()` callsSybren A. Stüvel
2021-01-13UI: Revert design changes to data-block selector for the 2.92 releaseJulian Eisel
2021-01-13Cleanup: Remove unecessary namespace prefixesHans Goudey
2021-01-13Geometry Nodes: Enable exposing object and collection socketsHans Goudey
2021-01-11Collision: allow disabling collision without removing the modifier.Alexander Gavrilov
2021-01-11Geometry Nodes: transform Object Info outputs to local spaceJacques Lucke
2021-01-09Geometry Nodes: Don't start with empty group nodes selectedHans Goudey
2021-01-08Surface Deform: the Strength setting is not bind-specific.Alexander Gavrilov
2021-01-08Surface Deform: optimize memory allocation in the evaluation code.Alexander Gavrilov
2021-01-07Surface Deform: optimize handling of the vertex group weight.Alexander Gavrilov
2021-01-05Fix T84364: Sculpt symmetrize fails with shape keysCampbell Barton
2021-01-05Cleanup: typos (repeated words)Campbell Barton
2021-01-04Cleanup: redundant code, minor inconsistenciesCampbell Barton
2020-12-28Add operator to copy a modifier to all selected objectsErik Abrahamsson
2020-12-18UI: Redesigned data-block selectorsJulian Eisel
2020-12-18Geometry Nodes: support randomly picking instances from collectionJacques Lucke
2020-12-18Geometry Nodes: do not crash when there are undefined nodesJacques Lucke
2020-12-16Cleanup: sort struct blocksCampbell Barton
2020-12-15Move Point Cloud object back to Experimental FeaturesDalai Felinto
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell Barton
2020-12-14Geometry Nodes: enabled supports-mapping in nodes modifierJacques Lucke
2020-12-14Geometry Nodes: require vertex groups data in nodes modifierJacques Lucke
2020-12-14Blenkernel: move DerivedMesh.c to c++Jacques Lucke
2020-12-14Fix missing string escape for RNA path creationCampbell Barton
2020-12-14UI: Click modifier icon to set active modifierHans Goudey
2020-12-11Geometry Nodes: support collection socketsJacques Lucke
2020-12-11GeometryNodes: Make properties exposed in modifier overridable.Bastien Montagne