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-06-02Nodes: move some files to C++Jacques Lucke
2021-05-28Merge branch 'blender-v2.93-release'Hans Goudey
2021-05-28Fix incorrect Denoise node SSE 4.1 warning on macOS IntelBrecht Van Lommel
2021-05-12UI: Colors for Texture/Material node sockets and small tweaksPablo Vazquez
2021-05-12Nodes: add boilerplate for texture and material socketsJacques Lucke
2021-05-07Node Editor: Show frame label only when a label is setPablo Vazquez
2021-04-19Fix T87567: Crash adding item in empty attribute searchHans Goudey
2021-04-19Fix incorrect compositor denoise node message about SSE on macOS ArmBrecht Van Lommel
2021-03-29Compositor: Add Anti-Aliasing nodeHabib Gahbiche
2021-03-24UI: Use correct property split ratio for node socket buttonsHans Goudey
2021-03-17Nodes: Add support to mute node wiresCharlie Jolly
2021-03-16Compositor: Redesign Cryptomatte node for better usabilityJeroen Bakker
2021-03-10Nodes: Sortable Multi Input SocketsFabian Schempp
2021-03-08Fix T86373: crash picking colors in geometry nodesocketsPhilipp Oeser
2021-03-02Geometry Nodes: Attribute search drop-downHans Goudey
2021-02-24UI: Make node virtual sockets more visibleFabian Schempp
2021-02-11UI: Multi-input node socket spacing and interactionFabian Schempp
2021-02-09Cleanup: Register node property layout callbacks in filesHans Goudey
2021-02-05Geometry Nodes: add Volume to Mesh nodeJacques Lucke
2021-02-05Geometry Nodes: support fixed pivot axis in Align Rotation to Vector nodeJacques Lucke
2021-02-05Geometry Nodes: Add Attribute Proximity NodeVictor-Louis De Gusseme
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-02-03Geometry Nodes: Add Collection Info NodeSebastian Parborg
2021-01-26Geometry Nodes: Support all operations in the "Attribute Math" nodeHans Goudey
2021-01-26Geometry Nodes: new Points to Volume nodeJacques Lucke
2021-01-25Merge branch 'blender-v2.92-release'Campbell Barton
2021-01-25Fix T84324: Crash when combining two scenes in compositor.Jeroen Bakker
2021-01-25Cleanup: pass 'rctf' rectangle to 2D box drawing functionsCampbell Barton
2021-01-21Geometry Nodes: new Attribute Sample Texture nodeJacques Lucke
2021-01-20Cleanup: Store runtime space node variables in a separate structHans Goudey
2021-01-19Merge branch 'blender-v2.92-release'Sebastian Parborg
2021-01-19Geometry Nodes - Object Info: option to apply obj transform to the geometryDalai Felinto
2021-01-15Cleanup: Add const in various places in node codeHans Goudey
2021-01-13Nodes: use green color again for shader sockets and shader categoryBrecht Van Lommel
2021-01-13Geometry Nodes: Add "Point Translate" and "Point Scale" nodesHans Goudey
2021-01-13UI: Use gray color for float sockets in nodesPablo Vazquez
2021-01-13Geometry Nodes: Rename "Rotate Points" to "Point Rotate"Hans Goudey
2021-01-13UI: Revert design changes to data-block selector for the 2.92 releaseJulian Eisel
2021-01-13Compositor: "Save as Render" for the file output nodeRobert Guetzkow
2021-01-13Cleanup: spellingCampbell Barton
2021-01-12Geometry Nodes: new Align Rotation to Vector nodeJacques Lucke
2021-01-11Geometry Nodes: Attribute Vector Math NodeHans Goudey
2021-01-10UI: Improve node group input / output list interfaceHans Goudey
2021-01-05Fix T84389: RGB Curves node shows "tone" option outside of compositorPhilipp Oeser
2021-01-05Compositor: Alpha ModeJeroen Bakker
2020-12-23Geometry Nodes: new Rotate Points nodeJacques Lucke
2020-12-19Cleanup: Remove unused variables from the bNode structHans Goudey
2020-12-18UI: Redesigned data-block selectorsJulian Eisel
2020-12-18Geometry Nodes: support randomly picking instances from collectionJacques Lucke
2020-12-18Function Nodes: Input VectorDalai Felinto