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-07-29Cleanup: Nodes: Store node group idname in tree typeHans Goudey
2022-07-27Fix: curves edit hints not propagated in Join Geometry nodeJacques Lucke
2022-07-27Geometry Nodes: Rename "Field on Domain" to "Interpolate Domain"Hans Goudey
2022-07-27Geometry Nodes: Shortest Paths nodesErik Abrahamsson
2022-07-27Geometry Nodes: Implement link drag search for two nodesHans Goudey
2022-07-26Refactor: Extract color attributes as generic attributesHans Goudey
2022-07-26Geometry Nodes: Hide value button for field at index nodeHans Goudey
2022-07-26BLI: add use_threading parameter to parallel_invokeIliay Katueshenock
2022-07-26Fix: Fix attribute writer debug warnings in terminalHans Goudey
2022-07-25Geometry Nodes: Add node descriptions/tooltipsArye Ramaty
2022-07-25Geometry Nodes: Improve UV Sphere primive performanceHans Goudey
2022-07-23Fix T99905: wrong toposort when the node tree is cyclicJacques Lucke
2022-07-23Fix T99830: missing update after reordering node group socketsJacques Lucke
2022-07-23Fix: Store Named Attribute node not working when attribute did not existJacques Lucke
2022-07-22Fix T99835: Incorrect title case for two node namesHans Goudey
2022-07-22Cleanup: Use r_ prefix for boolean return parametersHans Goudey
2022-07-22Fix T99873: Store named attribute node cannot write to vertex groupsHans Goudey
2022-07-22Geometry Nodes: Port sample curves node to new data-blockHans Goudey
2022-07-22Curves: support sculpting on deformed curvesJacques Lucke
2022-07-20Cleanup: remove unused get_cage_mesh parameterJacques Lucke
2022-07-20Fix T99667: regression in Delete Geometry nodeWannes Malfait
2022-07-20Cleanup: Access attributes with new API instead of geometry componentsHans Goudey
2022-07-20Curves: Port fillet node to the new data-blockHans Goudey
2022-07-20Cleanup: Combine geometry null checks in if statementsHans Goudey
2022-07-20Cleanup: Use generic utility for copying compressed attributeHans Goudey
2022-07-20Point Cloud: Remove redundant custom data pointersHans Goudey
2022-07-19Fix build error when not using unity buildBrecht Van Lommel
2022-07-19Geometry Nodes: Copy parameters when copying a curves data-blockHans Goudey
2022-07-19Fix T99785: Make Principled Hair IOR input behave like other IOR slidersJesse Yurkovich
2022-07-15Cleanup: Use const pointers for ImageSaveOptions and ImageFormatDataJesse Yurkovich
2022-07-14Fix: Wrong output types for some compositor nodesOmar Emara
2022-07-14Fix T99239: weird behavior in Field on Domain nodeIliay Katueshenock
2022-07-14Fix T99677: crash when convex hull node is used on empty meshJacques Lucke
2022-07-14Fix build and warnings from previous commit.Chris Blackbourn
2022-07-12Curves: improve error checking in deform curves on surface nodeJacques Lucke
2022-07-11Fix/Cleanup UI messages.Bastien Montagne
2022-07-11Cleanup: spelling in commentsCampbell Barton
2022-07-08Curves: use consistent default radius for Cycles, Eevee, Set Curve Radius nodeBrecht Van Lommel
2022-07-08Geometry Nodes: new geometry attribute APIJacques Lucke
2022-07-08Curves: support deforming curves on surfaceJacques Lucke
2022-07-08Fix build error without unity build, after recent changesBrecht Van Lommel
2022-07-07Compositor: Pre-fill motion tracking fieldsSergey Sharybin
2022-07-06UI: Adjust and fix shader node descriptionsHans Goudey
2022-07-06Compositor: Pre-fill active scene movie clip in more nodesSergey Sharybin
2022-07-06Fix T99284: Undefined values output from UV nodesHans Goudey
2022-07-06Curves: Port subdivide node to the new data-blockHans Goudey
2022-07-05Curves: Move type conversion to the geometry moduleHans Goudey
2022-07-05Cleanup: Unused headers in generic compositor nodes headerSergey Sharybin
2022-07-03Fix T99316: Crash with no font in String to Curves nodeIliay Katueshenock
2022-07-02Fix: Build error with unity builds off after recent cleanupHans Goudey