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
2017-10-05Fix passing the same argument twice to BLI_strncpyCampbell Barton
2016-08-17Fix T49086: UV Along Stroke can be set as vector input for environment textureSergey Sharybin
2016-05-05Cleanup: styleCampbell Barton
2016-04-27Nodes: sort builtin compositor/shader/texture nodes alphabetically in menusBrecht Van Lommel
2016-03-02Avoid node tree update tag when changed nodes which are not affecting resultSergey Sharybin
2015-11-09Cleanup: avoid incrementing/decrementing id->us outside of BKE_library.Bastien Montagne
2015-10-05Fix T46375: Inverted scroll in node template menusCampbell Barton
2015-09-21Fix linker warning about zero length memset.Brecht Van Lommel
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-06-02Fix compilation error after recent commitSergey Sharybin
2015-06-02Fix T44921: Node editor, nodes position not maintained after Material panel c...Sergey Sharybin
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-11UI Refactor T41640Campbell Barton
2014-06-12Fix T40596: Node link menus flipped & events invertedCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-11Own recent removal of string encoded menus missed render layers/passesCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-01-07Fix T38075, crash from shader node add/replace tree view template.Lukas Tönne
2013-12-04Fix UI bug with 'socket menus' (used e.g. by cycles' Material panels).Bastien Montagne
2013-11-21Squashed commit of the following:Bastien Montagne
2013-10-10Cleanup: Consistent names for draw callbacks in bNodeType.Lukas Toenne
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-05-29Remove the NODE_OPTIONS flag usage from node->typeinfo. This is a redundant f...Lukas Toenne
2013-05-07Fix #35122: Blenderplayer crashes when loading levelSergey Sharybin
2013-04-23Another little fix for #35010. Added better labeling for node groups, so it's...Lukas Toenne
2013-04-18code cleanup: removed unneeded null check in object drawing, some warnings, s...Campbell Barton
2013-04-18A few fixes for recent own commit r56133.Lukas Toenne
2013-04-18Fix for #35010, Node Groups don't show up anymore in Material Surface. Fixing...Lukas Toenne
2013-03-19Nicer handling of undefined node, tree and socket types.Lukas Toenne
2013-03-18code cleanupCampbell Barton
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2012-12-12Holiday coding log :)Ton Roosendaal
2012-11-03Render API: shader script node for custom shaders.Brecht Van Lommel
2012-10-25Cycles UI: keep node input sockets collapsed by default in the properties edi...Brecht Van Lommel
2012-10-12quiet some -Wshadow warningsCampbell Barton
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-09-04stule cleanupCampbell Barton
2012-08-18use rctf struct for UI buttons and blocks, easier to read and means we can us...Campbell Barton
2012-08-03code cleanup: remove unused includesCampbell Barton
2012-07-01style cleanupCampbell Barton
2012-06-20style cleanup: use TRUE/FALSE for ui align args.Campbell Barton
2012-06-02Fixing most (if not all) remaining issues with nodes UI i18n.Bastien Montagne
2012-05-24style cleanup: brace placement/newlinesCampbell Barton
2012-05-22I18n fixes, mainly for (cycles) nodes (i.e. node template in Buttons window).Bastien Montagne
2012-05-05code cleanup: BKE_scene api naming.Campbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-03-28Fix for the node tree nodes.new API function, this wasn't setting the scene a...Lukas Toenne
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton