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
2013-04-13Replacing the node Add menu and making the toolbar usefulLukas Toenne
2013-03-27I18n fixes for C panels & menus (we have to specify the default bpyrna contex...Bastien Montagne
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-02-15Various fixes for UI translation issues (reported by Leon Cheung on bf-transl...Bastien Montagne
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2012-10-24Removed the experimental (and commented-out) code for FOR and WHILE loops in ...Lukas Toenne
2012-09-15fix for error in own recent commit adding node undo pushes. (bad use of sizeof)Campbell Barton
2012-09-12fix [#31019] [Minor] Freshly added nodes aren't getting undo pushCampbell Barton
2012-08-08Renamed the mx/my coordinates in SpaceNode to more descriptive 'cursor'. This...Lukas Toenne
2012-08-08Search option for adding nodes.Lukas Toenne
2012-08-04style cleanupCampbell Barton
2012-08-03code cleanup: remove unused includesCampbell Barton
2012-06-20style cleanup: use TRUE/FALSE for ui align args.Campbell Barton
2012-05-29remove pynodes, were not working in 2.5, not ported to py3.xCampbell Barton
2012-05-05code cleanup: BKE_scene api naming.Campbell 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-02-22Adds a new node type for saving multiple image files from a single node.Lukas Toenne
2011-11-08Fix: incorrect use of IFACE_ macro, and correct a typo.Brecht Van Lommel
2011-11-08Nodes: add foreach_nodeclass iterator over node classes, use for node add menu.Brecht Van Lommel
2011-11-02RenderEngine/Nodes: system to check for shading nodes compatibilityBrecht Van Lommel
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-21Cleaning i18n code.Bastien Montagne
2011-09-22clear up some warnings.Campbell Barton
2011-09-20i18n: code clean-upSergey Sharybin
2011-09-19i18n: code cleanup and fixing unneeded translation (when partial translation ...Sergey Sharybin
2011-09-15Fixing issues with i18n stuff:Sergey Sharybin
2011-09-15svn merge -r39834:40222 https://svn.blender.org/svnroot/bf-blender/trunk/blenderSergey Sharybin
2011-09-06Enabled the 'Layout' node category, currently only containing the 'Frame' nod...Lukas Toenne
2011-09-06Merged the particles-2010 branch with node improvements into trunk.Lukas Toenne
2011-09-01merge with trunk r39834Xiao Xiangquan
2011-08-12Nodes: make node set active function usable outside of node editor, and in doingBrecht Van Lommel
2011-07-29merge with trunk r38787Xiao Xiangquan
2011-07-17Removed the autoconnect call when adding new nodes, this hardly ever gives us...Lukas Toenne
2011-07-13complete space outliner, space node, space nla, etc.Xiao Xiangquan
2011-05-02Fix #27098: missing 3d view updates when editing GLSL material nodes.Brecht Van Lommel
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27== UI icons ==Andrea Weikert
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
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-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton
2010-10-16editors/space_* build without unused args warningsCampbell Barton
2010-10-15bugfix [#24264] toggle UV selection fails.Campbell Barton
2010-09-24Fix #22922: adding new nodes didn't add them at the mouse location. This alsoBrecht Van Lommel
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-08remove unused includes from editors/space_*Campbell Barton
2010-03-23more lint includesCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-01-21Fix [#20749] Mute doesnt refresh the compositorMatt Ebb