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-01-03Cleanup: Clang tidyHans Goudey
2022-01-03Fix T94581: Incorrect geometry delete behavior with instancesHans Goudey
2022-01-03Geometry Nodes: Edge Angle NodeJohnny Matthews
2022-01-03Nodes: Convert several shader nodes to c++Aaron Carlisle
2021-12-31Nodes: Add Compare node operations to link drag search menuCharlie Jolly
2021-12-31Cleanup: Silence warning for wrong const char comparisonCharlie Jolly
2021-12-31Nodes: Weight drag link search for Math nodesCharlie Jolly
2021-12-31Fix (unreported): remove menu separators from drag link searchCharlie Jolly
2021-12-31Cleanup: Use switch to get gpu shader nameAaron Carlisle
2021-12-30Nodes: Convert several shader nodes to c++Aaron Carlisle
2021-12-30Nodes: Improve link drag search for Math and Vector Math nodesCharlie Jolly
2021-12-30Cleanup: clang-tidy modernize-redundant-void-argAaron Carlisle
2021-12-30Nodes: Convert shader, texture category nodes to c++Aaron Carlisle
2021-12-29Geometry Nodes: Support instances in the delete geometry nodeHans Goudey
2021-12-29Geometry Nodes: Accumulate Fields NodeJohnny Matthews
2021-12-29Nodes: Composite: UI fixes to time nodeAaron Carlisle
2021-12-29Nodes: Cleanup: Remove no op registration functionsAaron Carlisle
2021-12-29Nodes: Convert shader, shader category nodes to c++Aaron Carlisle
2021-12-29Cleanup: Remove unused node tree "local sync" functionsHans Goudey
2021-12-28Nodes: Enable unity build for function nodesAaron Carlisle
2021-12-28Nodes: Add bf_nodes_function moduleAaron Carlisle
2021-12-28Nodes: Split shader color ramp into its own fileAaron Carlisle
2021-12-28Nodes: Declare function nodes in individual file namespaceAaron Carlisle
2021-12-28Fix: Duplicate link search entries for attribute statistic nodeHans Goudey
2021-12-28Nodes: Add bf_nodes_composite moduleAaron Carlisle
2021-12-28Nodes: Declare shader nodes in individual file namespaceAaron Carlisle
2021-12-27Fix T93941: geometry proximity breaks with high resolution meshJacques Lucke
2021-12-27BLI: add utility to check if type is any specific typeJacques Lucke
2021-12-25Shader Nodes: Convert bump node to use new socket builderAaron Carlisle
2021-12-25Cleanup: use new c++ guarded allocator API in nodesAaron Carlisle
2021-12-25Cleanup: Define node tree icon in register functionAaron Carlisle
2021-12-25Cleanup: use new c++ guarded allocator APIAaron Carlisle
2021-12-24Nodes: Migrate bump shader node to cppAaron Carlisle
2021-12-24Fix T94162: incorrect handling when there are multiple group outputsJacques Lucke
2021-12-24Fix T94344: Incorrect size for edge vertices node outputHans Goudey
2021-12-23Fix T94232: No selection with set material node empty material listHans Goudey
2021-12-23Nodes: Add link drag search support for map range nodeHans Goudey
2021-12-23Cleanup: Return earlyHans Goudey
2021-12-23Fix: Extra space at the front of "Sample Curve" node nameHans Goudey
2021-12-23Fix: Wrong node link drag search menu items for attribute statisticHans Goudey
2021-12-22Cleanup: Avoid adding points to splines sequentiallyHans Goudey
2021-12-22Nodes: Refactor to remove node and socket "new" pointersHans Goudey
2021-12-21Cleanup: Clang tidy, restore alphabetical sortingHans Goudey
2021-12-21Nodes: refactor node tree update handlingJacques Lucke
2021-12-20Fix T94144: Duplicate edges in dual mesh nodeWannes Malfait
2021-12-20Cleanup: Remove mesh valid assertions in debug buildsHans Goudey
2021-12-20Geometry Nodes: Parallelize mesh grid primitiveHans Goudey
2021-12-20Cleanup: Remove more texture nodes preview handlingHans Goudey
2021-12-20Cleanup: Remove more no-op node preview codeHans Goudey
2021-12-18Fix: Build error from missing includeHans Goudey