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-08Geometry Nodes: Add preferred domain to many field inputsHans Goudey
2022-11-08Fix T102358: Sample curve node all curves factor mode incorrectHans Goudey
2022-11-08Fix T102003: Spline parameter length wrong for NURBSHans Goudey
2022-11-07Fix T102324: reverse curve node breaks crazy space editingJacques Lucke
2022-11-06Fix T102144: missing validation of spline resolutionJacques Lucke
2022-11-06Geometry Nodes: fix missing curve cacheJacques Lucke
2022-11-02Refactor: Rename Object->imat to Object->world_to_objectSergey Sharybin
2022-11-02Geometry Nodes: Add index and value inputs to sample curve nodeHans Goudey
2022-11-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-10-31Geometry Nodes: Use attribute API in deform curves on surface nodeHans Goudey
2022-10-20Buildfix for 078e034 missing includeJens Verwiebe
2022-10-20Fix T101215: Distribute Points in Volume node does not refresh on frame changeJacques Lucke
2022-10-19Geometry Nodes: Use common utility for copying attribute dataHans Goudey
2022-10-18Fix T101660: crash when trying to propagate string attributes in some nodesJacques Lucke
2022-10-18Fix: Sample nearest surface node crash with empty meshHans Goudey
2022-10-18Fix T101872: Curves sculpt deform node crash with changed curve countHans Goudey
2022-10-18Fix T101882: Division by zero in mesh topology nodesHans Goudey
2022-10-17Geometry Nodes: separate Instances from InstancesComponentJacques Lucke
2022-10-13Cleanup: Use correct blenkernel namespace for mesh functionsHans Goudey
2022-10-12Cleanup: use commented arguments for unused args in C++Campbell Barton
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-10-07Cleanup: Avoid inconsistent naming in mesh topology APIHans Goudey
2022-10-05Revert "Geometry Nodes: Add index input to Edge Vertices node"Hans Goudey
2022-10-05Cleanup: Remove unused includesHans Goudey
2022-10-05Geometry Nodes: Add soft min for points node radius inputHans Goudey
2022-10-04UI: Avoid unnecessary label in set curve normal nodeHans Goudey
2022-10-04Cleanup: formatCampbell Barton
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-10-04Geometry Nodes: Add index input to Edge Vertices nodeHans Goudey
2022-10-04Fix: Incorrect field status in offset point in curve nodeHans Goudey
2022-10-04Geometry Nodes: Rename Control Point Neighbors NodeHans Goudey
2022-10-04Geometry Nodes: Change order of outputs in topology nodesHans Goudey
2022-10-03Geometry Nodes: Set Curve NormalJohnny Matthews
2022-10-03Cleanup: remove unnecessary bracesJacques Lucke
2022-10-03Geometry Nodes: new Sample UV Surface nodeJacques Lucke
2022-10-03Cleanup: sort cmake file listsCampbell Barton
2022-09-29Cleanup: Naming in edge vertices nodeHans Goudey
2022-09-29Fix: Spline Parameter node produces NaN when curve is a single pointJacques Lucke
2022-09-29Cleanup; Warning about missing override for virtual functionSergey Sharybin
2022-09-29Cleanup: formatCampbell Barton
2022-09-28Geometry Nodes: Curve and mesh topology access nodesHans Goudey
2022-09-28Geometry Nodes: viewport previewJacques Lucke
2022-09-27Fix curves sculpting in deformed space when using Subdivide nodePhilipp Oeser
2022-09-27Cleanup: Fix brace-scalar-init warningSergey Sharybin
2022-09-26Geometry Nodes: Miscellaneous changes in control point neighbors nodeHans Goudey
2022-09-26Geometry Nodes: Control Point Neighbors NodeJohnny Matthews
2022-09-25Geometry Nodes: decentralize implicit input definitionsJacques Lucke
2022-09-25Cleanup: follow C++ type cast style guide in some filesJacques Lucke
2022-09-25Cleanup: remove redundant parenthesis (especially with macros)Campbell Barton
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton