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
2011-08-21Small fix, report in IRC by Olivier:Ton Roosendaal
2011-08-162.6 Node Muting:Thomas Dinges
2011-08-15Code cleanup: add UNUSED_FUNCTION macro to avoid warning messages about unusedBrecht Van Lommel
2011-08-12Nodes: make node set active function usable outside of node editor, and in doingBrecht Van Lommel
2011-07-29When relinking node group outputs from sockets of different type, automatical...Lukas Toenne
2011-07-27fix [#28098] Continuous Grab does not work for movement of the "Backdrop" in ...Campbell Barton
2011-07-22Two fixes in drop-node-on-noodle:Ton Roosendaal
2011-07-22Small fix in drop-node-on-noodle: intersect code only did 3 edges ofTon Roosendaal
2011-07-22Need some fun once a while:Ton Roosendaal
2011-07-17Modified behavior when replacing input links: The new target socket for the e...Lukas Toenne
2011-07-17Changed the default keys for duplicate-nodes-while-keeping-input-links to ctr...Lukas Toenne
2011-07-17Little modification of the duplicate operator on artist request: The default ...Lukas Toenne
2011-07-12Add delete with reconnect feature.Jeroen Bakker
2011-06-30When duplicating nodes in a tree, also copy the links between selected nodes,...Lukas Toenne
2011-06-17Bugfix, irc report:Ton Roosendaal
2011-06-14Nodes display now follow 'DPI' user pref tooTon Roosendaal
2011-06-11Bugfix #27105Ton Roosendaal
2011-06-06Added cancel callbacks to modal operators which allocates memorySergey Sharybin
2011-05-20use event->mval rather then subtracting ar->winrct.x / y from event->x / yCampbell Barton
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell Barton
2011-05-02Fix #27098: missing 3d view updates when editing GLSL material nodes.Brecht Van Lommel
2011-04-23Color info in node editor backdrop now supports color management.Lukas Toenne
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-19Corrected updating inside edited groups, fix for #27018. This was caused by e...Lukas Toenne
2011-03-28misc nodes & editors: floats were being implicitly promoted to doubles, adjus...Campbell Barton
2011-03-14Fix for crashes due to links without fromnode pointers. This can happen with ...Lukas Toenne
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-22Convenience fix: Exposing internal sockets now copies the default input value...Lukas Toenne
2011-02-22Added RNA functions to group tree inputs/outputs for exposing internal socket...Lukas Toenne
2011-02-21Big node groups improvement patch. Node group trees now have their own lists ...Lukas Toenne
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-11Removed the internal_select parameter from ntreeCopyTree. This was used just ...Lukas Toenne
2011-02-07Bugfix 25965Ton Roosendaal
2011-02-07Todo/feature requestTon Roosendaal
2011-01-31Node UI:Thomas Dinges
2011-01-31Added backdrop image color information to the node editor. When clicking on e...Lukas Toenne
2011-01-18Added group verification after autoconnect to avoid linked+external group soc...Lukas Toenne
2011-01-17Bugfix 25683Ton Roosendaal
2011-01-08Bugfix #25525Ton Roosendaal
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-03Todo items:Ton Roosendaal
2010-12-28Bugreport, IRCTon Roosendaal
2010-12-21Error/Warning report flipping.Ton Roosendaal
2010-12-20Bugfix #25309Ton Roosendaal
2010-12-19Todo item:Ton Roosendaal
2010-12-03updates to patch from Dan Eicher, allow adding a NodeGroup through bpy.data.n...Campbell Barton
2010-12-01increase the reference counts when setting default scene compo nodes else rem...Campbell Barton
2010-11-01bugfix [#24470] Ctrl+Tweak cutting connections failCampbell Barton
2010-10-31Fix crashing running read full sample layers operator.Brecht Van Lommel