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 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-17 ____ Jeroen Bakker
2012-05-11A couple more changes to the file and image nodes to improve access to layers...Lukas Toenne
2012-05-08Cycles: add light falloff node, with quadratic/linear/constant falloff and aBrecht Van Lommel
2012-05-02A number of changes to node RNA and the file output node, to simplify socket ...Lukas Toenne
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-03-01A number of improvements for the file output node(s).Lukas Toenne
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-28move bmesh wiki docs into bmesh header and update doxygen.Campbell Barton
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
2012-02-22Fixed compilation error after recent node commit.Sergey Sharybin
2012-02-22Adds a new node type for saving multiple image files from a single node.Lukas Toenne
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-01-25Cycles: Render PassesBrecht Van Lommel
2012-01-24Brightness/Contrast Node for CyclesDalai Felinto
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
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-29remove header text:Campbell Barton
2011-11-20Muting node patch: second part. Also fix [#27636] Muting shading nodes is ign...Bastien Montagne
2011-11-20Muting node patch: first partBastien Montagne
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-08Nodes: add foreach_nodeclass iterator over node classes, use for node add menu.Brecht Van Lommel
2011-11-07Nodes: add socket option to hide the default value in the UI, to be used forBrecht Van Lommel
2011-11-07Camera tracking integrationSergey Sharybin
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-19Adds an update flag to the bNode struct (similar to bNodeTree->update).Lukas Toenne
2011-09-06Fix for multiple parallel group node executions.Lukas Toenne
2011-09-06Merged the particles-2010 branch with node improvements into trunk.Lukas Toenne
2011-07-04Updated the indent, sorry!Jeroen Bakker
2011-07-04====== Proposal: Nodes property windows enhancement ======Jeroen Bakker
2011-07-04Current situationJeroen Bakker
2011-03-07Bugfix #26388Ton Roosendaal
2011-02-22Convenience fix: Exposing internal sockets now copies the default input value...Lukas Toenne
2011-02-22Added RNA functions to group tree inputs/outputs for exposing internal socket...Lukas Toenne
2011-02-21Big node groups improvement patch. Node group trees now have their own lists ...Lukas Toenne
2011-02-18doxygen: blenkernel under core as module.Nathan Letwory
2011-02-11Removed the internal_select parameter from ntreeCopyTree. This was used just ...Lukas Toenne
2011-02-08Per-type node labels and customizable names. The label displayed in the node ...Lukas Toenne
2011-02-08Group node type info is now also initialized with helper functions.Lukas Toenne
2011-02-08Finished the node type definition cleanup started in r34682. All static node ...Lukas Toenne