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-10-18Fix T101660: crash when trying to propagate string attributes in some nodesJacques Lucke
2022-10-17Geometry Nodes: separate Instances from InstancesComponentJacques Lucke
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-13Geometry Nodes: new evaluation systemJacques Lucke
2022-07-27Fix: curves edit hints not propagated in Join Geometry nodeJacques Lucke
2022-07-08Geometry Nodes: new geometry attribute APIJacques Lucke
2022-07-02BLI: improve span access to virtual arraysJacques Lucke
2022-06-01Cleanup: use 'e' prefix for enum typesCampbell Barton
2022-05-11Cleanup: use '_num' suffix, mostly for curves & spline codeCampbell Barton
2022-03-18Cleanup: Remove unused includesHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-04Cleanup: Remove bNodeType flag from base registration functionsAaron Carlisle
2021-12-27BLI: add utility to check if type is any specific typeJacques Lucke
2021-12-14Geometry Nodes: support instance attributes when realizing instancesJacques Lucke
2021-12-07Geometry Nodes: move type conversions to blenkernelJacques Lucke
2021-12-01Geometry Nodes: deduplicate join geometry codeJacques Lucke
2021-11-23Cleanup: Simplify geometry node function namesHans Goudey
2021-11-23Geometry Nodes: add namespace for every fileJacques Lucke
2021-11-16Geometry Nodes: refactor virtual array systemJacques Lucke
2021-11-05Fix T92848: Crash when joining curves with spline domain attributesHans Goudey
2021-11-02Cleanup: Improve curve point attribute assertHans Goudey
2021-11-02Fix T92652: Joining curves breaks point attribute orderHans Goudey
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-12Cleanup: Attempt to fix benign macOS compile warningsHans Goudey
2021-09-29Geometry Nodes: Expose Bezier handle positions as an attributeHans Goudey
2021-09-15Cleanup: avoid passing redundant parameterJacques Lucke
2021-09-15Nodes: refactor socket declarationsJacques Lucke
2021-09-09Geometry Nodes: fields and anonymous attributesJacques Lucke
2021-06-28Functions: improve CPPTypeJacques Lucke
2021-06-17Cleanup: split BKE_mesh_copy_settings into two functionsCampbell Barton
2021-06-14Geometry Nodes: Join dynamic curve attributes in the join geometry nodeHans Goudey
2021-06-14Cleanup: Refactor join geometry node attribute gatheringHans Goudey
2021-05-19Geometry Nodes: Support for dynamic attributes on curve splinesHans Goudey
2021-05-19Geometry Nodes: take materials into account when joining geometriesJacques Lucke
2021-05-12Cleanup: Splines: Add accessors to spline vectorHans Goudey
2021-05-04Geometry Nodes: refactor instances componentJacques Lucke
2021-05-03Geometry Nodes: Initial basic curve data supportHans Goudey
2021-04-28Merge branch 'blender-v2.93-release'Hans Goudey
2021-04-28Fix T87165: Join geometry node doesn't copy instance IDsHans Goudey
2021-04-17Geometry Nodes: use virtual arrays in internal attribute apiJacques Lucke
2021-03-15Geometry Nodes: expose builtin crease attributeJacques Lucke
2021-03-13Geometry Nodes: Add "normal" attribute for face normalsHans Goudey
2021-03-09Geometry Nodes: Expose "shade smooth" as an attributeHans Goudey
2021-03-06Geometry Nodes: Expose vertex normals as an attributeHans Goudey
2021-02-17Geometry Nodes: Expose material index attributeHans Goudey
2021-02-16Geometry Nodes: move some attribute utilities to blenkernelJacques Lucke
2021-02-14Cleanup: Simplify geometry nodes attribute API usageHans Goudey
2021-02-12Geometry Nodes: Allow attribute nodes to use different domainsHans Goudey
2021-02-11Cleanup: clang-format, spellingCampbell Barton