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
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-07-06Cleanup: remove unused shader node compatibility flag.Brecht Van Lommel
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell 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
2018-03-20Merge branch 'master' into blender2.8Joshua Leung
2018-03-19Fix T54240: automatic node link moving should take into account type.Matthias Ellerbeck
2018-01-21Merge branch 'master' into blender2.8Germano
2018-01-21Fix old files with changed node socket type not loading correctly.Brecht Van Lommel
2018-01-08Merge branch 'master' into blender2.8Bastien Montagne
2018-01-08(Nodes) Display image name if any in the Image and Texture Image node titleInes Almeida
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
2017-06-01Fix T51687: GPUmat evaluation of shader tree would crash uppon unknown/unsupp...Bastien Montagne
2016-11-19Fix NodeGroup generic verify function crashing if node's ID pointer is NULL.Bastien Montagne
2016-09-19UI Messages: Consistent spelling of term "data-block"Julian Eisel
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
2015-06-08Fix T44979: Crash when rendering with more threads than the system onesSergey Sharybin
2015-05-06Patch D1283 by Alexander Romanov fixes reroute node type update notAntony Riakiotakis
2015-04-13Nodes: Remove hardcoded BLENDER_MAX_THREADS number of threadsSergey Sharybin
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2014-11-29Cleanup: unused headersCampbell Barton
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-23Bake-API: Test for cyclic node connectionDalai Felinto
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-23Fix T39849: Adding links directly between node group input/outputLukas Tönne
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell 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
2014-02-14Code cleanup: duplicate headersCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell 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-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-10-29Fix #37192, Rendered preview causes crash when deleting a material node in sh...Lukas Toenne