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
2021-12-08Nodes: Add Shader Socket to new decleration APIAaron Carlisle
2021-12-07Geometry Nodes: move type conversions to blenkernelJacques Lucke
2021-12-07Revert moving all shader nodes to c++Jacques Lucke
2021-12-07Cleanup: Remove unused includesHans Goudey
2021-12-06Nodes: Add function to set compact socket flag for vectorsAaron Carlisle
2021-12-06Nodes: Add Shader Socket to new decleration APIAaron Carlisle
2021-12-06Cleanup: remove unnecessary extern template implementationsJacques Lucke
2021-12-02Fix T93555: crash when muting nodes with multiple internal linksJacques Lucke
2021-12-02Fix: Add tooltip translation marker to disabled hintsHans Goudey
2021-12-01Geometry Nodes: Generalized Compare NodeJohnny Matthews
2021-11-30Cleanup: spelling in comments & stringsCampbell Barton
2021-11-29Nodes: Support internal links for custom socketsOmar Emara
2021-11-26Geometry Nodes: add utility to set remaining outputsJacques Lucke
2021-11-25Fix: Crash when muting the Group Output nodeErik
2021-11-24Geometry Nodes: add utility to show debug messages in node editorJacques Lucke
2021-11-23Geometry Nodes: Node execution time overlayErik
2021-11-23Geometry Nodes: reduce overhead when processing single valuesJacques Lucke
2021-11-22Cleanup: use simple data member instead of callbackJacques Lucke
2021-11-21Functions: use static names for multi-functionsJacques Lucke
2021-11-19Merge branch 'blender-v3.0-release'Jacques Lucke
2021-11-19Fix T93054: crash when deleting a missed linked fileJacques Lucke
2021-11-17Cleanup: use same function for updating internal links for all nodesJacques Lucke
2021-11-17Cleanup: change node socket availability in a single placeJacques Lucke
2021-11-16Geometry Nodes: refactor virtual array systemJacques Lucke
2021-11-08Nodes: store socket declaration reference in socketJacques Lucke
2021-11-03Fix: muted nodes not handled correctlyJacques Lucke
2021-11-03Fix T91862: do type conversion when data enters or exists node groupJacques Lucke
2021-10-27Fix: typo in info messageJacques Lucke
2021-10-27Fix T92328: crash during field inferencing when there is a link cycleJacques Lucke
2021-10-26Geometry Nodes: geometry component type warning systemJacques Lucke
2021-10-26Geometry Nodes: remove reference to anonymous attributes in tooltipsJacques Lucke
2021-10-26Geometry Nodes: don't log full fields when not necessaryJacques Lucke
2021-10-24Geometry Nodes: Remove repeated instance attribute names in searchHans Goudey
2021-10-21Geometry Nodes: Attribute search in the modifierHans Goudey
2021-10-21Geometry Nodes: fix force-computing multiple non-output socketsJacques Lucke
2021-10-21Nodes: add utility to find NodeRef for nodeJacques Lucke
2021-10-18Nodes: add default value to string socket declarationErik Abrahamsson
2021-10-18Geometry Nodes: decouple multi-function lifetimes from modifierJacques Lucke
2021-10-14Nodes: add boilerplate for image socketsCharlie Jolly
2021-10-12Cleanup: Attempt to fix benign macOS compile warningsHans Goudey
2021-10-05Cleanup: use doxygen sectionsCampbell Barton
2021-10-03Nodes: use extern templates for socket declarationsJacques Lucke
2021-10-03Cleanup: spelling in commentsCampbell Barton
2021-10-01Fix T87536: incorrect socket types in reroute nodesJacques Lucke
2021-09-30Cleanup: move node_common.c to c++Jacques Lucke
2021-09-29Cleanup: spelling in commentsCampbell Barton
2021-09-24Cleanup: spelling in commentsCampbell Barton
2021-09-23Geometry Nodes: Initial socket visualization for fields.Jacques Lucke
2021-09-23Geometry Nodes: remove old method to iterate over attributesJacques Lucke
2021-09-23Cleanup: Move more shader nodes to socket declaration APIHans Goudey