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-04-01Cleanup: move node_exec.c to c++Jacques Lucke
2021-03-17Nodes: Add support to mute node wiresCharlie Jolly
2021-03-05Cleanup: Rename func occurences to _fnSebastián Barschkis
2020-12-19Cleanup: Remove unused variables from the bNode structHans Goudey
2019-09-07Cleanup: use post increment/decrementCampbell Barton
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-03-13Fix T59501: Eevee doesn't use integer node socketsClément Foucault
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-25Merge branch 'master' into blender2.8Bastien Montagne
2018-06-25Cleanup: Few more validation of G_MAIN usages...Bastien Montagne
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-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2017-06-01Fix T51687: GPUmat evaluation of shader tree would crash uppon unknown/unsupp...Bastien Montagne
2015-06-08Fix T44979: Crash when rendering with more threads than the system onesSergey Sharybin
2015-04-13Nodes: Remove hardcoded BLENDER_MAX_THREADS number of threadsSergey Sharybin
2014-09-24Fix T41885, muting broken for Blender Internal nodes in rendering.Lukas Tönne
2014-09-17Fix T41761, muting not working with texture nodesAntony Riakiotakis
2014-08-12Fix T41349: Muting texture nodes can cause crashes.Lukas Tönne
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2013-10-29Fix #37192, Rendered preview causes crash when deleting a material node in sh...Lukas Toenne
2013-09-12another fix for [#36694], user submitted a new testfile that crashes without ...Campbell Barton
2013-07-31Fix #36267 part 2 of 2: Fix for reroute node values in old shader node stack ...Lukas Toenne
2013-05-27style cleanup: nodesCampbell Barton
2013-05-07Fix #35122: Blenderplayer crashes when loading levelSergey Sharybin
2013-03-19Nicer handling of undefined node, tree and socket types.Lukas Toenne
2013-03-19Fix for GLSL shader nodes when using Cycles nodes with shader sockets. These ...Lukas Toenne
2013-03-18code cleanupCampbell Barton
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-02-27Bug fix #34436Ton Roosendaal
2013-01-25header cleanup, include BLI before BKE, also use bool for ntreeShaderExecTreeCampbell Barton
2013-01-24Disabled commit that was rendering Blender Internal for Cycles nodes.Ton Roosendaal
2013-01-24Logic mistake in previous commit, broke node materials for Internal render.Ton Roosendaal
2013-01-24UsabilityTon Roosendaal
2013-01-15Code cleanup: remove some remaining code from the old compositor.Brecht Van Lommel
2012-12-28style cleanupCampbell Barton
2012-10-25Internal node links are now cached in a per-node list, instead of being gener...Lukas Toenne
2012-10-24Fix #32835, Reroute node on shading nodes connection gives wrong renders.Lukas Toenne
2012-10-22style cleanupCampbell Barton
2012-06-01Added NULL-pointer check to avoid crash in node editor. Fixes #31664Konrad Kleine
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton