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-07-23Bake-API: Test for cyclic node connectionDalai Felinto
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-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
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-07-31Fix #36267, part 1 of 2: fix for reroute node type updates. The reroute nodes...Lukas Toenne
2013-06-10Fix for crash when assigning NULL pointer to node group node_tree property. T...Lukas Toenne
2013-06-01Extended max size for group node types from 200 to 400, in case users need lo...Lukas Toenne
2013-05-29Cleanup: Removed all NODE_OPTIONS flags from C node type definitions, these a...Lukas Toenne
2013-05-27fix error in own recent commit, also other minor changes.Campbell Barton
2013-05-27style cleanup: nodesCampbell Barton
2013-04-03Fix #33628, Segmentation fault after pasting a closed group of nodes into an ...Lukas Toenne
2013-03-31style cleanupCampbell Barton
2013-03-28Fix for node groups, now exposing a socket will copy the default value from i...Lukas Toenne
2013-03-18Node poll_instance callback is optional, check if it exists before executing.Lukas Toenne
2013-03-18code cleanupCampbell Barton
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-02-02style cleanupCampbell Barton
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-25Cycles UI: keep node input sockets collapsed by default in the properties edi...Brecht Van Lommel
2012-10-24Removed the experimental (and commented-out) code for FOR and WHILE loops in ...Lukas Toenne
2012-10-01fix for some errors when unlinking.Campbell Barton
2012-09-30style cleanupCampbell Barton
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-08-23style cleanupCampbell Barton
2012-08-06Fix for incomplete Reroute node updates. Adding reroute nodes by spliting lin...Lukas Toenne
2012-08-06Fix for Reroute nodes: Reloading could change socket types without updating t...Lukas Toenne
2012-06-12Modification of node groups by adding/removing nodes is not possible yet. Thi...Lukas Toenne
2012-06-12Reroute node socket types update automatically from connections when possible...Lukas Toenne
2012-06-11Fix for node 'make group' operator in combination with frame nodes. When a se...Lukas Toenne
2012-06-05style cleanupCampbell Barton
2012-06-01Reroute nodes, by Jeroen Bakker (patch #28443).Lukas Toenne
2012-05-27style cleanupCampbell Barton
2012-05-23style cleanupCampbell Barton
2012-05-22A number of new features for the node editor in general and the Frame node in...Lukas Toenne
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-05-02Fix #31236: linking a socket of a different type to an existing node group ou...Brecht Van Lommel
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-22style cleanup: commentsCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-17Big step forward nodes UI translation:Bastien Montagne
2012-01-20Cleanup of default_value handling in node sockets.Lukas Toenne
2012-01-14fix [#29887] Alt + g in a node group results in crash Campbell Barton
2012-01-08Improved auto-hiding of unused sockets for collapsed nodes.Lukas Toenne
2011-11-20Muting node patch: first partBastien Montagne