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-07Revert moving all shader nodes to c++Jacques Lucke
2021-12-07Fix T93797, T93809: Crash/undefined-behavior when opening demo fileJulian Eisel
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-12-07Cleanup: clang formatAaron Carlisle
2021-12-07Shader Nodes: Migrate shader category to new node socket declaration APIAaron Carlisle
2021-12-07Cleanup: Remove unused includesHans Goudey
2021-12-07Cleanup: Remove unused node flagHans Goudey
2021-12-07Cleanup: Remove unnecessary generic includes from headersHans Goudey
2021-12-06Fix: Compile error in field inputHans Goudey
2021-12-06macOS: Fix build error in hash functionsAnkit Meel
2021-12-06Shader Nodes: Split each node into own fileAaron Carlisle
2021-12-06Cleanup: Fix warnings about copied Map loop variablesHans Goudey
2021-12-06Fix: Attempt to fix build error on macOSHans Goudey
2021-12-06Nodes: Add function to set compact socket flag for vectorsAaron Carlisle
2021-12-06Geometry Nodes: reduce code duplication with new GeometyrFieldInputJacques Lucke
2021-12-06Geometry Nodes: 4 Field Inputs for Mesh Topology DataJohnny Matthews
2021-12-06Fix T93521: Single point NURBS crash in resample nodeHans Goudey
2021-12-06Nodes: Add Shader Socket to new decleration APIAaron Carlisle
2021-12-06Shader Nodes: Unity BuildAaron Carlisle
2021-12-06Cleanup: remove unnecessary extern template implementationsJacques Lucke
2021-12-06Shader Nodes: Declare nodes in their own namespaceAaron Carlisle
2021-12-06Cleanup: clang-tidy: modernize-redundant-void-argAaron Carlisle
2021-12-05Cleanup: Add missing includeAaron Carlisle
2021-12-05Cleanup: Migrate all shader nodes to c++Aaron Carlisle
2021-12-05Fix (unreported): off-by-one error when setting curve handlesJacques Lucke
2021-12-04Compositor: Migrate most nodes to new socket builder APIAaron Carlisle
2021-12-02Fix T93555: crash when muting nodes with multiple internal linksJacques Lucke
2021-12-02Cleanup: spelling in commentsCampbell Barton
2021-12-02Fix: Add tooltip translation marker to disabled hintsHans Goudey
2021-12-01Cleanup: Move node_shader_util.c to C++Hans Goudey
2021-12-01Geometry Nodes: deduplicate join geometry codeJacques Lucke
2021-12-01Geometry Nodes: Dual Mesh NodeWannes Malfait
2021-12-01Geometry Nodes: Generalized Compare NodeJohnny Matthews
2021-12-01Cleanup: Store instances id attribute with other attributesHans Goudey
2021-12-01Geometry Nodes: Propagate attributes in Instances to Points nodeHans Goudey
2021-12-01Geometry Nodes: Add Point Count to Spline Length NodeJohnny Matthews
2021-12-01Fix missing subsurface IOR/Anisotropy socket after refactor in c2ab47eBrecht Van Lommel
2021-11-30Geometry Nodes: propagate attributes in Instance on Points nodeJacques Lucke
2021-11-30Geometry Nodes: Rename Curve Parameter, Add Index on SplineJohnny Matthews
2021-11-30Cleanup: spelling in comments & stringsCampbell Barton
2021-11-29Geometry Nodes: Domain Size NodeJohnny Matthews
2021-11-29Fix: Missing min value for set spline resolution nodeHans Goudey
2021-11-29Nodes: Support internal links for custom socketsOmar Emara
2021-11-27Geometry Nodes: Optimize Cube primitive vertex calculationErik
2021-11-27Geometry Nodes: Parallelize "Set Spline Type"-nodeErik
2021-11-26Geometry Nodes: add utility to set remaining outputsJacques Lucke
2021-11-26Geometry Nodes: optimize Set Position nodeJacques Lucke
2021-11-26Geometry Nodes: refactor multi-threading in field evaluationJacques Lucke
2021-11-25Fix: Crash when muting the Group Output nodeErik
2021-11-25Fix T93367: wrong attribute propagation in Delete Geometry nodeJacques Lucke