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-25Cleanup: follow C++ type cast style guide in some filesJacques Lucke
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-08Cleanup: prefer terms verts/polys over vertices/polygonsCampbell Barton
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-07-26BLI: add use_threading parameter to parallel_invokeIliay Katueshenock
2022-04-07Fix Clang/Linux build error after line primitive parallelizationBrecht Van Lommel
2022-04-07Geometry Nodes: Parallelize mesh line nodeHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
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-16Cleanup: clang-formatCampbell Barton
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-11-03Geometry Nodes: Add tooltips to primitive node inputsNikhil Shringarpurey
2021-10-29Nodes: Add translation markers to new socket names and descriptionsHans Goudey
2021-10-27Geometry Nodes: Rename more geometry socketsHans Goudey
2021-09-02Cleanup: Convert geometry nodes socket list to use new APIJohnny Matthews
2021-08-30Geometry Nodes: Enhance the cube mesh primitive as a cuboidRajesh Advani
2021-08-06Fix: Avoid floating point error in some mesh primitive nodesMattias Fredriksson
2021-07-07Geometry Nodes: Rename nodes for clarity between mesh and curveHans Goudey
2021-06-08Fix T88934: Crash with line node count input < 0Hans Goudey
2021-06-01Geometry Nodes: add empty material slot to new meshesJacques Lucke
2021-04-27Fix T87702: Cannot generate one point with line node in end points modeHans Goudey
2021-04-08Cleanup: Remove unused includes, use consistent orderHans Goudey
2021-03-17Geometry Nodes: Add initial version of mesh primitivesHans Goudey