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
2012-10-05code cleanup: use functions to initialize selection user data structs, use ra...Campbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-08-23code cleanup: rename BLI_in_rctf() --> BLI_rctf_isect_pt(), to conform with o...Campbell Barton
2012-08-22lasso select works in the node editor again, Ctrl+Alt+LMB, Ctrl+Alt+Shif+LMB ...Campbell Barton
2012-08-12style cleanupCampbell Barton
2012-08-09utility functions for getting/setting rectangles for operators.Campbell Barton
2012-08-08Renamed the mx/my coordinates in SpaceNode to more descriptive 'cursor'. This...Lukas Toenne
2012-08-04style cleanupCampbell Barton
2012-08-03code cleanup: remove unused includesCampbell Barton
2012-08-02Node selection: make node active before it could be unselected by extendingSergey Sharybin
2012-08-01make node select_all consistent with other select operators, also add Ctrl+I,...Campbell Barton
2012-07-15minor refactor for rect functions. more consistent naming.Campbell Barton
2012-06-05style cleanupCampbell Barton
2012-06-01Reroute nodes, by Jeroen Bakker (patch #28443).Lukas Toenne
2012-05-22A number of new features for the node editor in general and the Frame node in...Lukas Toenne
2012-04-29style cleanup: whitespace / commasCampbell 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-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-17UI messages: unification of select/deselect stuff.Bastien Montagne
2012-03-14Use helper functions in node_select when selecting/deselecting nodes and sock...Lukas Toenne
2012-03-14Make extension mode (shiftkey) mandatory for socket selection. Otherwise the ...Lukas Toenne
2012-03-09Node socket selection feature reimplemented from 2.49. Sockets can be selecte...Lukas Toenne
2011-12-18Fix for toggle buttons in node headers.Lukas Toenne
2011-11-16Fix #29260: Missing "Extend" parameter for Border SelectSergey Sharybin
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-20tag & comment unused vars with /* UNUSED */Campbell Barton
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-09-18Minor: Other UI strings typos and tweaks.Bastien Montagne
2011-09-06Merged the particles-2010 branch with node improvements into trunk.Lukas Toenne
2011-08-12Nodes: make node set active function usable outside of node editor, and in doingBrecht Van Lommel
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-04-21pass even mouse coords value as const so its not edited, view3d_get_view_alig...Campbell Barton
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-21Big node groups improvement patch. Node group trees now have their own lists ...Lukas Toenne
2011-01-21- Bugfix: NLA "duplicate" operator now lets strips get moved betweenJoshua Leung
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-09Added a few descriptions that were missing.Kent Mein
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-08-08remove unused includes from editors/space_*Campbell Barton
2010-07-22Fix de/select all operator naming for consistencyMatt Ebb
2010-06-18Notifier cleanup - replaced ND_*_EDIT and ND_*_SELECT data notifiers Matt Ebb
2010-05-12Small change to Node Space and two new function.Diego Borghetti
2010-05-12Node Space: Small feature for Venomgfx, Shift + F select node of the same typeDiego Borghetti
2010-04-27Fix [#22173] Texture nodes update every mouse clickMatt Ebb