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-07-04More spell checking.Bastien Montagne
2012-06-21display a sample line in the hue correct, handy to sample the image to know w...Campbell Barton
2012-06-21sampling the node backdrop now draws a line in the curve (as it did in 2.4x).Campbell Barton
2012-06-21style cleanupCampbell Barton
2012-06-12Modification of node groups by adding/removing nodes is not possible yet. Thi...Lukas Toenne
2012-06-05style cleanupCampbell Barton
2012-06-01Reroute nodes, by Jeroen Bakker (patch #28443).Lukas Toenne
2012-05-30Viewer linking operator has to flag the node tree for update, to ensure the d...Lukas Toenne
2012-05-28Fix for node linking operator, which could insert node link into the list twi...Lukas Toenne
2012-05-28A few minor UI message fixes...Bastien Montagne
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-17 ____ Jeroen Bakker
2012-05-15A generalization of the modal node linking operator (for dragging from socket...Lukas Toenne
2012-05-14was casting to short for int args.Campbell Barton
2012-05-05Fix #31318: cycles preview missing update for other materials using same nodeBrecht Van Lommel
2012-05-05Second part of fix for [#31157]: Some (actually, 172) operators have no tooltip.Bastien Montagne
2012-05-05code cleanup: BKE_libblock_find_name() now takes an ID constant rather then a...Campbell Barton
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05code cleanup: BKE_ naming, also make bpy.data.images.load() always load a new...Campbell Barton
2012-05-05code cleanup: BKE_scene api naming.Campbell Barton
2012-05-04Removed the automatic socket selection in the modal node linking operator.Lukas Toenne
2012-05-03Enum property items were missing a terminator item.Lukas Toenne
2012-05-02Fix #31236: linking a socket of a different type to an existing node group ou...Brecht Van Lommel
2012-05-02A number of changes to node RNA and the file output node, to simplify socket ...Lukas Toenne
2012-04-30style cleanup: re - http://wiki.blender.org/index.php/Dev:Doc/CodeStyle#Brace...Campbell Barton
2012-04-28style cleanup: format 'for' loop macros the same as for loops, some renaming ...Campbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-21style cleanup: multi-line if statements.Campbell Barton
2012-04-16Reverted r43219 "Improved auto-hiding of unused sockets for collapsed nodes."Lukas Toenne
2012-04-13Fix related to #30928: missing image editor update when changing active imageBrecht Van Lommel
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-24style cleanup: pep8, indentationCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-18Allow dropping image files from outside blender, or image datablocks from ins...Sv. Lockal
2012-03-18spelling cleanupCampbell Barton
2012-03-14Use helper functions in node_select when selecting/deselecting nodes and sock...Lukas Toenne
2012-03-09Node socket selection feature reimplemented from 2.49. Sockets can be selecte...Lukas Toenne
2012-03-08Modified behaviour of the link-insertion operator (drag on link, request by S...Lukas Toenne
2012-03-07style cleanup - braces & else / if'sCampbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-04Small feature for the viewer linking operator: When no viewer node is present...Lukas Toenne
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-03-01A number of improvements for the file output node(s).Lukas Toenne
2012-02-27Quite a warning (unused param in func), was preventing debug build...Bastien Montagne
2012-02-27Implements a new operator for detaching nodes. In the process i overhauled th...Lukas Toenne
2012-02-27style cleanup (mostly whitespace)Campbell Barton