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-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-20Cleanup: Improve consistency when nodes run without OpenVDBHans Goudey
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-07-22Curves: support sculpting on deformed curvesJacques Lucke
2022-06-20Fix T94969: Crash in Volume to Mesh with 0 voxelsErik
2022-06-17Geometry Nodes: tweak Volume to Mesh threshold declarationJacques Lucke
2022-04-20Mesh: Avoid unnecessary normal calculation and dirty tagsHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
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-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: geometry component type warning systemJacques Lucke
2021-10-26Geometry Nodes: Handle multiple grids in the volume to mesh nodeHans Goudey
2021-10-25UI: Make the mesh to volume node slightly narrowerHans Goudey
2021-09-02Cleanup: Convert geometry nodes socket list to use new APIJohnny Matthews
2021-08-09Fix T90547: Add node errors when compiled without OpenVDB or BulletHans Goudey
2021-06-01Geometry Nodes: add empty material slot to new meshesJacques Lucke
2021-04-08Cleanup: Use const arguments for volume codeHans Goudey
2021-04-06Geometry Nodes: Use distance units for socket valuesWannes Malfait
2021-03-31Geometry Nodes: Rename "Grid" to "Density"Hans Goudey
2021-02-09Cleanup: Register node property layout callbacks in filesHans Goudey
2021-02-05Geometry Nodes: add Volume to Mesh nodeJacques Lucke