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-05Cleanup: Remove unnecessary node type registraction functionsHans Goudey
2022-10-17Geometry Nodes: separate Instances from InstancesComponentJacques Lucke
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-25Cleanup: follow C++ type cast style guide in some filesJacques Lucke
2022-07-08Geometry Nodes: new geometry attribute APIJacques Lucke
2022-07-03Fix T99316: Crash with no font in String to Curves nodeIliay Katueshenock
2022-06-26Curves: Port string to curves node to the new data-blockHans Goudey
2022-05-20Geometry Nodes: String to Curves rename Max WidthErik
2022-04-13Cover some DNA files with C++ utility macrosSergey Sharybin
2022-02-28Cleanup: Rename geometry set "curve" functions to "curves"Hans Goudey
2022-02-28Geometry Nodes: Begin conversion to new curvesHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-27Geometry Nodes: String to Curves Line/Pivot PointErik
2022-01-13Geometry Nodes: Rename String to Curves socketErik
2022-01-04Cleanup: Remove bNodeType flag from base registration functionsAaron Carlisle
2021-12-17Cleanup: use new c++ guarded allocator api in some filesJacques Lucke
2021-12-16Fix various cases of incorrect filtering in node link drag searchHans Goudey
2021-12-15Node Editor: Link Drag Search MenuHans Goudey
2021-12-07Cleanup: Add macro and functions for node storageHans Goudey
2021-11-23Cleanup: Simplify geometry node function namesHans Goudey
2021-11-23Geometry Nodes: add namespace for every fileJacques Lucke
2021-11-17Cleanup: change node socket availability in a single placeJacques Lucke
2021-10-29Nodes: Add translation markers to new socket names and descriptionsHans Goudey
2021-10-26Geometry Nodes: Only create instance IDs when they existHans Goudey
2021-10-25Fix T92460: crash when instancing on curves generated from stringJacques Lucke
2021-10-12Cleanup: Attempt to fix benign macOS compile warningsHans Goudey
2021-10-06Cleanup: rename BKE_font.h -> BKE_vfont.hCampbell Barton
2021-09-28Fix VS2017 compile error in String to Curves nodeErik Abrahamsson
2021-09-24Geometry Nodes: String to Curves NodeErik Abrahamsson