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
2020-08-25Fix T80012: Bevel Shader node Samples value has too low hardcoded limitPhilipp Oeser
2020-08-06UI: Fixes and small improvements to some labels and UI messagesYevgeny Makarov
2020-08-04Merge branch 'blender-v2.90-release'Alexander Gavrilov
2020-08-04Node Groups: expose the SOCK_HIDE_VALUE flag for node group inputs.Alexander Gavrilov
2020-07-23Simulation: add depsgraph relations for ids referenced by node treeJacques Lucke
2020-07-20Cycles: adjust Sky texture intensity to follow physical unitsBrecht Van Lommel
2020-07-13Cycles: Add control for sun intensity in Sky Texture and change altitude to kmLukas Stockner
2020-07-13Cycles: Remove Vector input on Sky texture when using the included sunLukas Stockner
2020-07-13Cycles: Remove limits on the Sky texture's sun rotationLukas Stockner
2020-07-10LibOverride: Fix improper tagging of more of the backward pointers in RNA nod...Bastien Montagne
2020-07-08Fix T78718: Crash when deleting particle system modifier with the X Shortcut.Bastien Montagne
2020-06-29Nodes: rename node_socket.c to node_socket.ccJacques Lucke
2020-06-23Cleanup: rename 'name' to 'filepath' for DNA typesCampbell Barton
2020-06-17Cycles: Add new Sky Texture method including direct sunlightLukas Stockner
2020-05-15Merge branch 'blender-v2.83-release'Robert Guetzkow
2020-05-15Fix T76277: Remove wrong cast in rna_NodeTree_updateRobert Guetzkow
2020-05-11Merge branch 'blender-v2.83-release'Philipp Oeser
2020-05-11Fix T76538: Prevent nodesocket creation on certain nodesPhilipp Oeser
2020-04-29Merge branch 'blender-v2.83-release'Philipp Oeser
2020-04-29Fix T75522: Math node truncate operator tooltip provides no explanationPhilipp Oeser
2020-04-20Simulations: Add Boolean Math, Switch and Float Compare node UIJacques Lucke
2020-04-20Simulations: UI for core particle nodesJacques Lucke
2020-04-20Nodes: Add emitters, events, forces and control flow socket typesJacques Lucke
2020-04-20Nodes: New Object and Image socket typesJacques Lucke
2020-04-20Simulations: Add simulation node tree typeJacques Lucke
2020-04-03Cleanup: Rename ExtensionRNA variables from ext to rna_extJulian Eisel
2020-03-22Cleanup: use static declarationCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Nodes: Support storing socket link limits in bNodeSocketTypeJacques Lucke
2020-03-04Cleanup: replace unnecessary MEM_callocN callsCampbell Barton
2020-03-02Shading: Add invert option to Vector Rotate NodeCharlie Jolly
2020-02-28Nodes: Use destructor callbacks for bNodeSocketType and bNodeTypeJacques Lucke
2020-02-25Cleanup: clang-formatBrecht Van Lommel
2020-02-24Fix T74169: Vector Rotate Node - Euler modes not working as intendedCharlie Jolly
2020-02-17Cycles: Vector Rotate Node using Axis and Angle methodCharlie Jolly
2020-02-17Shading: add direction modes and phase offset to wave texture nodeBartosz Moniewski
2020-02-17Fix many typos and other issues in UI messages.Bastien Montagne
2020-02-15Shading: Extend Vector Math Node with Sin, Cos, Tan and Wrap functionsCharlie Jolly
2020-02-13Fix T67649: clarify description of node update methodBrecht Van Lommel
2020-02-11Nodes: Add dynamic label support for Math NodesCharlie Jolly
2019-12-17Cleanup: spellingCampbell Barton
2019-12-10Cycles: support for custom shader AOVsLukas Stockner
2019-12-07Shader Nodes: Add Interpolation modes to Map Range nodeCharlie Jolly
2019-12-07Maths Node: Additional functionsCharlie Jolly
2019-10-02UI: use consistent names and menu organization for blending modesYevgeny Makarov
2019-10-01Fix T70397: Dilate/Erode 'distance' increment/decrement arrows notPhilipp Oeser
2019-09-25Fix T70236: voronoi misspelling in descriptionBrecht Van Lommel
2019-09-20UI: Fix CapitalizationYevgeny Makarov
2019-09-17Fix T69808: crash using custom Node.draw_labelBrecht Van Lommel
2019-09-12Shading: Add Vertex Color node.OmarSquircleArt