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-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
2020-12-11Cleanup: sort cmake file listsCampbell Barton
2020-12-11Cleanup: spelling, expand on FCurve.rna_path docstringCampbell Barton
2020-12-10Geometry Nodes: rename modifyPointCloud to modifyGeometrySetJacques Lucke
2020-12-09Cleanup: use common 'MOD_WELD_MODE_' prefixCampbell Barton
2020-12-09Modifier: Add "Connected" mode to the weld modifierHenrik Dick
2020-12-05Add more timing hooks for boolean.Howard Trickey
2020-12-02Cleanup: Store "is_active" instead of pointer property in panel typeHans Goudey
2020-12-02Geometry Nodes: unify icons -> use ICON_NODETREE for everythingDalai Felinto
2020-12-02Cleanup: remove all of "#ifdef WITH_POINT_CLOUD"Dalai Felinto
2020-12-02Cleanup: remove most of "#ifdef WITH_GEOMETRY_NODES"Dalai Felinto
2020-12-02Geometry Nodes: active modifier + geometry nodes editorHans Goudey
2020-12-02Geometry Nodes: initial scattering and geometry nodesJacques Lucke
2020-12-02Add Custom Falloff Curve to the Vertex Weight Proximity Modifier.Christian Friedrich
2020-11-26UI: Use decorators in volume modifiersHans Goudey