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
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
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-20Fix related #30606: missing undo push editing node inputs in properties editor.Brecht Van Lommel
2012-03-20Remaining fix for #30606. Added a simple link limit check when replacing node...Lukas Toenne
2012-03-06Fix for 30439, Cycles node group conversion wasn't checking node->id pointer ...Lukas Toenne
2012-02-28move bmesh wiki docs into bmesh header and update doxygen.Campbell Barton
2012-01-20Cleanup of default_value handling in node sockets.Lukas Toenne
2012-01-02remove Id's that crept inCampbell Barton
2011-11-26Fix for linking cycles group nodes in the sidebar menu (bug #29403). The temp...Lukas Toenne
2011-11-15Fix #29238: crash with node dependency loop.Brecht Van Lommel
2011-11-09Moving i18n code to BLF_translation.hBastien Montagne
2011-11-08Texturing: texture and 3d view draw type changes, these should only have anyBrecht Van Lommel
2011-11-08Fix: incorrect use of IFACE_ macro, and correct a typo.Brecht Van Lommel
2011-11-08UI/Nodes: templates to edit nodes from the properties editor using a tree view,Brecht Van Lommel