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-07-20Fix T99667: regression in Delete Geometry nodeWannes Malfait
2022-07-20Cleanup: Access attributes with new API instead of geometry componentsHans Goudey
2022-07-08Geometry Nodes: new geometry attribute APIJacques Lucke
2022-07-02BLI: improve span access to virtual arraysJacques Lucke
2022-06-10Fix: Missing includeHans Goudey
2022-06-09Curves: Port delete geometry node to the new curves typeHans Goudey
2022-06-05Geometry Nodes: Use fields for delete geometry inversionHans Goudey
2022-06-05Cleanup: Use shorter variable nameHans Goudey
2022-06-01Cleanup: use 'e' prefix for enum typesCampbell Barton
2022-05-11Cleanup: use '_num' suffix, mostly for curves & spline codeCampbell Barton
2022-04-20Mesh: Avoid unnecessary normal calculation and dirty tagsHans Goudey
2022-03-28Cleanup: use "num" as a suffix in: source/blender/nodesCampbell Barton
2022-03-08Cleanup: Rename geometry set "curve" to "curves"Hans Goudey
2022-02-28Cleanup: Rename geometry set "curve" functions to "curves"Hans Goudey
2022-02-28Geometry Nodes: Begin conversion to new curvesHans Goudey
2022-02-23Fix: Errors in previous cleanup commitHans Goudey
2022-02-23Cleanup: Use new curves type enum for CurveEvalHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-13Cleanup: fix building all geometry nodes in one translation unitJacques Lucke
2022-01-07Fix T94659: crash when deleting instances (part 2)Jacques Lucke
2022-01-04Cleanup: Remove bNodeType flag from base registration functionsAaron Carlisle
2022-01-03Fix T94581: Incorrect geometry delete behavior with instancesHans Goudey
2021-12-29Geometry Nodes: Support instances in the delete geometry nodeHans Goudey
2021-12-18Cleanup: compiler warnings with clangBrecht Van Lommel
2021-12-17Cleanup: use new c++ guarded allocator api in some filesJacques Lucke
2021-12-07Cleanup: Add macro and functions for node storageHans Goudey
2021-11-25Fix T93367: wrong attribute propagation in Delete Geometry nodeJacques Lucke
2021-11-24Geometry Nodes: decouple Delete Geometry node from Mask modifierJacques Lucke
2021-11-23Merge branch 'blender-v3.0-release'Jacques Lucke
2021-11-23Geometry Nodes: fix attribute propagation in Delete Geometry nodeJacques Lucke
2021-11-23Cleanup: Simplify geometry node function namesHans Goudey
2021-11-23Geometry Nodes: add namespace for every fileJacques Lucke
2021-11-23Cleanup: remove unnecessary "extern"Jacques Lucke
2021-11-16Geometry Nodes: refactor virtual array systemJacques Lucke
2021-10-29Nodes: Add translation markers to new socket names and descriptionsHans Goudey
2021-10-20Cleanup: use elem macrosCampbell Barton
2021-10-12Fix T92149: Crash in delete geometry node after curve fill nodeWannes Malfait
2021-10-12Fix T92150: Incorrect invert in Delete Geometry nodeWannes Malfait
2021-10-12Cleanup: Attempt to fix benign macOS compile warningsHans Goudey
2021-10-11Geometry Nodes: Separate and Delete Geometry for fieldsWannes Malfait
2021-09-28Geometry Nodes: move legacy nodes to separate folderJacques Lucke
2021-09-15Cleanup: Use function to mark mesh normals dirtyHans Goudey
2021-09-13Cleanup: clang-formatCampbell Barton
2021-09-10Geometry Nodes: Add versioning to change legacy node ID namesHans Goudey
2021-09-09Geometry Nodes: fields and anonymous attributesJacques Lucke
2021-09-02Cleanup: Convert geometry nodes socket list to use new APIJohnny Matthews
2021-07-13Refactor: Move vertex group names to object dataHans Goudey
2021-06-22Cleanup: Refactor spline copying functionsHans Goudey
2021-06-07Cleanup: Fix uninitialized variable warningHans Goudey
2021-06-04Geometry Nodes: Support curve data in the geometry delete nodeHans Goudey