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-06-01Reroute nodes, by Jeroen Bakker (patch #28443).Lukas Toenne
2012-05-29remove some more pynode references in the codeCampbell Barton
2012-05-29remove pynodes, were not working in 2.5, not ported to py3.xCampbell Barton
2012-05-22A number of new features for the node editor in general and the Frame node in...Lukas Toenne
2012-05-21Cycles: add Object Info node, with outputs object location, object/materialBrecht Van Lommel
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-08Fix #31350, by Sergey Sharybin.Lukas Toenne
2012-05-08Cycles: add light falloff node, with quadratic/linear/constant falloff and aBrecht Van Lommel
2012-05-05code cleanup: BKE_scene api naming.Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-16Dynamic output sockets for the image input node. This is needed to enable the...Lukas Toenne
2012-04-16Reverted r43219 "Improved auto-hiding of unused sockets for collapsed nodes."Lukas Toenne
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-20Partial fix for #30606. In node tree updates also update the sock->link point...Lukas Toenne
2012-03-18spelling cleanupCampbell Barton
2012-03-17Big step forward nodes UI translation:Bastien Montagne
2012-03-07Simplified the ntreeUpdate function by getting rid of the dependency list and...Lukas Toenne
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-03-01Call the node freestorage callback _before_ actually freeing sockets, since t...Lukas Toenne
2012-03-01A number of improvements for the file output node(s).Lukas Toenne
2012-02-27Implements a new operator for detaching nodes. In the process i overhauled th...Lukas Toenne
2012-02-22Adds a new node type for saving multiple image files from a single node.Lukas Toenne
2012-01-24Brightness/Contrast Node for CyclesDalai Felinto
2012-01-20Cleanup of default_value handling in node sockets.Lukas Toenne
2012-01-19use color conversions functions in more places.Campbell Barton
2012-01-19add utility functions linearrgb_to_srgb_uchar4,Campbell Barton
2012-01-13Group DEM node code with the rest of the mattes, rather than the filters. Als...Peter Larabell
2012-01-10(no commit message)Peter Larabell
2012-01-08Cycles: checker texture node, patch by Thomas.Brecht Van Lommel
2012-01-08Improved auto-hiding of unused sockets for collapsed nodes.Lukas Toenne
2011-12-19Automatically hide unused (=unlinked) node sockets in collapsed ("hidden") no...Lukas Toenne
2011-12-17Cycles Gamma NodeDalai Felinto
2011-11-20Muting node patch: second part. Also fix [#27636] Muting shading nodes is ign...Bastien Montagne
2011-11-20Tag unused variable in recent nodes commit.Sergey Sharybin
2011-11-20Muting node patch: first partBastien Montagne
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-11-08Texturing: texture and 3d view draw type changes, these should only have anyBrecht Van Lommel
2011-11-08Nodes: add cycles shader nodes, these will only be available to render enginesBrecht Van Lommel
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-07minor editsCampbell Barton
2011-11-03correct spelling mistakesCampbell Barton
2011-11-02RenderEngine/Nodes: system to check for shading nodes compatibilityBrecht Van Lommel
2011-10-27edits ontop of Alex's patch from r41292.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-20strcpy() --> BLI_strncpy(), where source strings are not fixed and target siz...Campbell Barton
2011-10-19Adds an update flag to the bNode struct (similar to bNodeTree->update).Lukas Toenne