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
2016-07-21Fix crash w/ auto-insert offsetCampbell Barton
2016-05-14Fix T48426: Use same length for all header message strings.Bastien Montagne
2016-04-29Fix crash (segfault) in node editor.Bastien Montagne
2016-04-06Fix missing viewport update when tree output is in a nodeSergey Sharybin
2016-03-23Fix T47870: Missing viewport update when material output is inside of the groupSergey Sharybin
2016-03-09Fix T47729: Linking node sockets using shortcut failsJulian Eisel
2016-03-02Avoid node tree update tag when changed nodes which are not affecting resultSergey Sharybin
2015-12-04Disable node updates while applying links from the dragging operator.Lukas Tönne
2015-12-03Node callback for handling link insertion and swapping of occupied inputs.Lukas Tönne
2015-11-12Cleanup: rename line to segments, avoids confusionCampbell Barton
2015-11-12Fix error cutting node linksCampbell Barton
2015-09-25Fix node auto-offset to left brokenJulian Eisel
2015-09-21Fix node auto-offset failing during heavy compositing (sometimes)Julian Eisel
2015-09-17Fix hidden auto-offset glitchJulian Eisel
2015-09-13Cleanup: spellingCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-08-05Fix dereference before NULL checkCampbell Barton
2015-08-04Nodes: Make method to detect hovered link during transform more predictable/r...Julian Eisel
2015-08-01Note Editor: Auto-offset nodes on insertionJulian Eisel
2015-04-07Revert Sticky Keys (and everything related to that)Julian Eisel
2015-04-03Sticky Keys backendJulian Eisel
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-18Make it possible to use preview/viewport render job kill without contextSergey Sharybin
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-05Simplify node frame detach operators, based on T34670 by @julien.Lukas Tönne
2014-09-24Cleanup: const correctness for BLI_sortlistCampbell Barton
2014-05-13Tweak for node socket swapping: don't un-hide sockets automatically.Lukas Tönne
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-29Code cleanup: quiet warningsCampbell Barton
2014-04-29Reimplemented the earlier feature of swapping existing links toLukas Tönne
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-05Code cleanup: use bool for static methodsCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2013-11-15Fix for own mistake in r61178: bNodeTree->links ListBase was being modified w...Lukas Tönne
2013-11-07Fix for node link highlighting not getting reset if a transform operator is c...Lukas Toenne
2013-11-07Cleanup: nice bool return value from ed_node_link_conditions function instead...Lukas Toenne
2013-11-07Removed the automatic "link swapping" feature from the node link operator: Wh...Lukas Toenne
2013-11-06Removed the "Show Cyclic Dependencies" operator for nodes. This operator is a...Lukas Toenne
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-09-05Bugfix #35920Ton Roosendaal
2013-08-24style cleanup: space around for loop wrappersCampbell Barton
2013-07-28use '_exec' suffix for operator execute callbacks, also picky change to sizeo...Campbell Barton
2013-06-05Fix #35640, part 2. Check id.lib in poll functions for operators which do cri...Lukas Toenne
2013-05-07Fix #35122: Blenderplayer crashes when loading levelSergey Sharybin
2013-04-29Fix for #35134.Lukas Toenne
2013-04-02Fix for #34756 and #34810, crashes when dropping nodes onto noodles and a rel...Lukas Toenne
2013-03-18code cleanupCampbell Barton
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne