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-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
2012-02-22Adds a new node type for saving multiple image files from a single node.Lukas Toenne
2012-02-07Code Cleanup:Campbell Barton
2012-01-30Removed check for active node in edited node group to allow node group editin...Lukas Toenne
2012-01-24Fix #29946: Recover Auto Save defaults to "Short List" View -- Cannot determi...Sergey Sharybin
2012-01-20quiet warnings for using uninialized color var in ED_image_draw_info().Campbell Barton
2012-01-12de-duplicate function copy-paste for node color sampling.Campbell Barton
2012-01-11rename RNA_property_is_set() --> RNA_struct_property_is_set() in preperation ...Campbell Barton
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2012-01-09Tag unused argumentSergey Sharybin
2012-01-08Improved auto-hiding of unused sockets for collapsed nodes.Lukas Toenne
2011-12-18Fix for toggle buttons in node headers.Lukas Toenne
2011-12-10In the node space context update function: Properly clear the snode->edittree...Lukas Toenne
2011-12-02Fix #27626: nodes inside groups can't be muted. There was a check here toBrecht Van Lommel
2011-11-20Muting node patch: second part. Also fix [#27636] Muting shading nodes is ign...Bastien 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-08Code cleanup and small fixes:Sergey Sharybin
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-02Nodes: add support for shader nodes on world and lamps, in addition to materi...Brecht Van Lommel
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22Code cleanup: file operations merged into single header, some function namesBrecht Van Lommel
2011-10-22header cleanup and typo'sCampbell Barton
2011-10-19Adds an update flag to the bNode struct (similar to bNodeTree->update).Lukas Toenne
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-09-22Fix #28365: some macro operators were missing descriptions.Brecht Van Lommel
2011-09-22Fix #28585: read full sample layers not working in compositor.Brecht Van Lommel
2011-09-20tag & comment unused vars with /* UNUSED */Campbell Barton
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-09-18Minor: Other UI strings typos and tweaks.Bastien Montagne
2011-09-08Minor fixes for some unfounded clang warnings.Lukas Toenne
2011-09-07Node comparison function for sort order did not take parent selection into ac...Lukas Toenne
2011-09-07Updating render layer and image output sockets was not working due to changes...Lukas Toenne
2011-09-06fix some complier warnings and add -Wundef to CMake's default GCC warnings.Campbell Barton
2011-09-06Merged the particles-2010 branch with node improvements into trunk.Lukas Toenne
2011-08-25Patch for bug #28289Jeroen Bakker
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