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-08-22I18n: disambiguate a few translationsDamien Picard
2022-05-04Nodes: Add general Combine/Separate Color nodesHallam Roberts
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-21Nodes: refactor node tree update handlingJacques Lucke
2021-12-11Cleanup: Use const argumentsHans Goudey
2021-12-10Cleanup: move public doc-strings into headers for 'nodes'Campbell Barton
2021-11-29Nodes: Support internal links for custom socketsOmar Emara
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-10-14Nodes: add boilerplate for image socketsCharlie Jolly
2021-05-12Nodes: add boilerplate for texture and material socketsJacques Lucke
2021-05-12Fix incorrect labels for math node wrap functionCharlie Jolly
2021-04-07Fix T87195: Boolean node multi-input socket only accepts one linkHans Goudey
2021-04-07Cleanup: Various cleanup of node link handling functionsHans Goudey
2021-03-23Nodes: Add Refract and Faceforward functions to Vector Maths nodesCharlie Jolly
2021-02-03Geometry Nodes: Multi-Input SocketsFabian Schempp
2020-12-11Nodes: add Collection socket typeJacques Lucke
2020-12-02Geometry Nodes: support muted nodesJacques Lucke
2020-11-06Cleanup: use doxy sections for node_group.cCampbell Barton
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-03-06Nodes: Support storing socket link limits in bNodeSocketTypeJacques Lucke
2020-02-11Nodes: Add dynamic label support for Math NodesCharlie Jolly
2019-11-06Fix: Forward compatibility issue in shader nodesCharlie Jolly
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-08-21Shading: Add more operators to Vector Math node.OmarSquircleArt
2019-08-06Cleanup: use BKE_ prefix for BKE_colortools.hCampbell Barton
2019-06-04Fix T64247: Crash on playback with special shader node treeSergey Sharybin
2019-04-29Cleanup: comments (long lines) in nodesCampbell Barton
2019-04-22Cleanup: style, use braces for nodesCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-06-08Cleanup: trailing spaceCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-03-19Fix T54240: automatic node link moving should take into account type.Matthias Ellerbeck
2018-01-08(Nodes) Display image name if any in the Image and Texture Image node titleInes Almeida
2015-12-03Node callback for handling link insertion and swapping of occupied inputs.Lukas Tönne
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-03-07Code cleanup: styleCampbell Barton
2014-03-02Fix for own mistake: arc diff swallowed a commit somehow, breakingLukas Tönne
2014-03-02Fix T37334: Better "internal links" function for muting and node disconnect.Lukas Tönne
2013-11-12Make dynamic node labels possible as a registerable function 'draw_label' (si...Lukas Toenne
2013-11-12Instead of requiring a const char* return from the (optional) node label call...Lukas Toenne
2013-09-02Fix #36628, Muting bump node alters material visibility.Lukas Toenne
2013-05-27style cleanup: nodesCampbell Barton
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne