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-06-29Nodes: rename node_socket.c to node_socket.ccJacques Lucke
2020-06-29Cleanup: make some type casts explicitJacques 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-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Nodes: Support storing socket link limits in bNodeSocketTypeJacques Lucke
2020-02-28Nodes: Use destructor callbacks for bNodeSocketType and bNodeTypeJacques Lucke
2020-02-11Nodes: Add dynamic label support for Math NodesCharlie Jolly
2019-08-25Cleanup: redundant struct declarationsCampbell 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
2019-01-03Merge branch 'blender2.7'Brecht Van Lommel
2019-01-03Fix T60073: can't unlink by dragging from some node input sockets.Brecht Van Lommel
2018-06-08Merge branch 'master' into blender2.8Campbell Barton
2018-06-08Cleanup: trailing spaceCampbell Barton
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-01-21Merge branch 'master' into blender2.8Germano
2018-01-21Fix old files with changed node socket type not loading correctly.Brecht Van Lommel
2017-10-21Merge branch 'master' into blender2.8Campbell Barton
2017-10-20Fix compositor node links getting lost on file load for custom render passes.Brecht Van Lommel
2017-08-29Add utility function to copy default values from one tree to anotherSergey Sharybin
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2014-11-29Cleanup: unused headersCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell 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
2014-02-14Code cleanup: duplicate headersCampbell Barton
2014-01-10Fix T38142: socket interface 'type' enums are not initialized. These areLukas Tönne
2014-01-07Fix T38075, crash from shader node add/replace tree view template.Lukas Tönne
2013-07-19code cleanup: case & brace placementCampbell Barton
2013-06-23Fix #35847: cycles group nodes did not work well exposing inputs like normal orBrecht Van Lommel
2013-05-27style cleanup: nodesCampbell Barton
2013-04-08Exposed the bNodeSocket->limit value in RNA, so it can be redefined by pynode...Lukas Toenne
2013-04-03Fix for missing integer 'type' of the virtual extension socket in group nodes...Lukas Toenne
2013-03-28Fix for node groups, now exposing a socket will copy the default value from i...Lukas Toenne
2013-03-18code cleanupCampbell Barton
2013-03-18Fix for stupid MSVC compiler, float array cast not supported.Lukas Toenne
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2012-11-28Fix normal compositing/shader node not showing normal widget.Brecht Van Lommel
2012-11-07support for string parameters in OSL nodesDalai Felinto
2012-10-23style cleanup: also rename bmesh_decimate.c --> bmesh_decimate_collapse.cCampbell Barton
2012-07-03More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise...Bastien Montagne
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-03-28code cleanup: (dont include ';' in defines), last commit also missed changes ...Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-01-21Fix for missing NULL check in socket default_value free function. Some socket...Lukas Toenne