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-11-02Refactor: Rename Object->imat to Object->world_to_objectSergey Sharybin
2022-11-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-10-17Geometry Nodes: separate Instances from InstancesComponentJacques Lucke
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-08-29Fix T99004: scaling volume down results in crashJacques Lucke
2022-07-01Cleanup: Remove unnecessary includes from geometry nodes headerHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-04Cleanup: Remove bNodeType flag from base registration functionsAaron Carlisle
2021-12-25Cleanup: use new c++ guarded allocator API in nodesAaron Carlisle
2021-12-07Cleanup: Add macro and functions for node storageHans Goudey
2021-11-26Geometry Nodes: add utility to set remaining outputsJacques Lucke
2021-11-23Cleanup: Simplify geometry node function namesHans Goudey
2021-11-23Geometry Nodes: add namespace for every fileJacques Lucke
2021-11-17Geometry Nodes: Small improvements to object info nodeHans Goudey
2021-11-16Cleanup: Use C++ matrix identity constructorHans Goudey
2021-11-09Cleanup: clang-formatCampbell Barton
2021-10-29Nodes: Add translation markers to new socket names and descriptionsHans Goudey
2021-10-15Geometry Nodes: Object info node optional instance outputHans Goudey
2021-09-15Cleanup: avoid passing redundant parameterJacques Lucke
2021-08-30Nodes: add more flexible method to declare sockets of a nodeJacques Lucke
2021-06-09UI: Add the option to not display some socket labelsHans Goudey
2021-05-08Cleanup: remove use of persistent data handles in geometry nodesJacques Lucke
2021-05-04Geometry Nodes: refactor instances componentJacques Lucke
2021-04-08Cleanup: Remove unused includes, use consistent orderHans Goudey
2021-02-15Cleanup: clang tidyJacques Lucke
2021-02-12Geometry Nodes: Make instances real on-demandHans Goudey
2021-02-09Cleanup: Register node property layout callbacks in filesHans Goudey
2021-01-26Fix T85049: Geometry Nodes: How to handle instances with shear? (part2)Sebastian Parborg
2021-01-21Geometry Nodes: initial support for volumesJacques Lucke
2021-01-19Geometry Nodes - Object Info: option to apply obj transform to the geometryDalai Felinto
2021-01-11Geometry Nodes: transform Object Info outputs to local spaceJacques Lucke
2020-12-02UI: Add new node colors for geometry nodesHans Goudey
2020-12-02Geometry Nodes: initial scattering and geometry nodesJacques Lucke