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-09-06Merged the particles-2010 branch with node improvements into trunk.Lukas Toenne
2011-09-01spaces -> tabs (configure you're editors right!)Campbell Barton
2011-08-25Patch for bug #28289Jeroen Bakker
2011-08-21Fix #28154: linux3-config.py doesn't existSergey Sharybin
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-08-04UserPref/Node editor feature: Change the level of noodle curving.Jeroen Bakker
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-27more minor warning cleanups and improve error reporting if text fails to save.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-17Removed the autoconnect call when adding new nodes, this hardly ever gives us...Lukas Toenne
2011-07-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-07-17Added notifier listener for node editor.Sergey Sharybin
2011-07-12Add delete with reconnect feature.Jeroen Bakker
2011-07-04Updated the indent, sorry!Jeroen Bakker
2011-07-04====== Proposal: Nodes property windows enhancement ======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-06-01Fix #27550: texture node editor header was still showing texture datablockBrecht Van Lommel
2011-05-31cmake maintenanceCampbell Barton
2011-05-28wrong rna access function used in node UICampbell Barton
2011-05-20use event->mval rather then subtracting ar->winrct.x / y from event->x / yCampbell Barton
2011-05-20use BKE_area_find_region_type in place of inline loops (no functional changes).Campbell 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-05-01improve image sequence usability, problem was when the image didn't load ther...Campbell Barton
2011-04-24harmless changes to quiet clang static check warnings.Campbell Barton
2011-04-23Color info in node editor backdrop now supports color management.Lukas Toenne
2011-04-21pass even mouse coords value as const so its not edited, view3d_get_view_alig...Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-21minor changesCampbell Barton
2011-04-20Upgrade for pixel color info in image editor and compositor backdrop. Next to...Lukas Toenne
2011-04-19Corrected updating inside edited groups, fix for #27018. This was caused by e...Lukas Toenne
2011-04-19Some strings to store ID names were too small, could cause stack corruption.Campbell Barton
2011-04-15float value reader in compositor backdrop (Alt + LMB Drag) should be 4 decima...Daniel Salazar
2011-04-06fix for cmake glew includes (tested with mingw), also made qtcreator project ...Campbell Barton
2011-04-05fix [#26782] Missing settings in some texture nodes.Campbell Barton
2011-03-28misc nodes & editors: floats were being implicitly promoted to doubles, adjus...Campbell Barton