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-01Spelling CleanupCampbell Barton
2012-02-27Implements a new operator for detaching nodes. In the process i overhauled th...Lukas Toenne
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-01-21Fix for missing NULL check in socket default_value free function. Some socket...Lukas Toenne
2012-01-20Minor fix for socket default value conversion. The switch statement would not...Lukas Toenne
2012-01-20Cleanup of default_value handling in node sockets.Lukas Toenne
2012-01-14fix [#29887] Alt + g in a node group results in crash Campbell Barton
2012-01-08Improved auto-hiding of unused sockets for collapsed nodes.Lukas Toenne
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-07Nodes: add socket option to hide the default value in the UI, to be used forBrecht Van Lommel
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-20Fix for #28980, could enter infinite loop during node socket verification if ...Lukas Toenne
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
2011-10-15- add template for defining custom driver functions.Campbell Barton
2011-10-14Fix #28914: crash loading file saved with cycles builds in trunk.Brecht Van Lommel
2011-10-12Free cache data when creating a new group from selected nodes. This would lea...Lukas Toenne
2011-10-12Fix for #28886, compositor cache regression bug.Lukas Toenne
2011-09-26replace strncpy with BLI_strncpy, in some cases strncpy was being misused sin...Campbell Barton
2011-09-25whitespace cleanupCampbell Barton
2011-09-21remove support for irixCampbell Barton
2011-09-20tag & comment unused vars with /* UNUSED */Campbell Barton
2011-09-08Fixed potential issue in mirrored loop node sockets. These are currently not ...Lukas Toenne
2011-09-06Fix for #28517, group nodes losing all links from older files.Lukas Toenne
2011-09-06SVN maintenance.Guillermo S. Romero
2011-09-06Merged the particles-2010 branch with node improvements into trunk.Lukas Toenne
2011-07-19fix for [#28012] Mat ID messy with shader nodesJeroen Bakker
2011-07-12Bokeh blur in the blur node is wronlgy calculated.Jeroen Bakker
2011-07-12Add delete with reconnect feature.Jeroen Bakker
2011-07-09fix for using uninitialized value in gpu_shader_materialCampbell Barton
2011-07-06Ergh! first compile and test then commit!Ton Roosendaal
2011-07-06Making Blender compile for C90 standard, var declared after code :)Ton Roosendaal
2011-07-06Fix #27875: different texture nodes result after decompose/compose.Brecht Van Lommel
2011-07-04Updated the indent, sorry!Jeroen Bakker
2011-07-04Current situationJeroen Bakker
2011-06-27Minor warning cleanup & fixCampbell Barton
2011-06-19fixed possible use of uninitialized variable.Campbell Barton
2011-06-09Fix for GLSL material node inside groups. These were using the GPULink point ...Lukas Toenne
2011-06-09fix for own mistake & fix some comments.Campbell Barton
2011-06-08Bugfix #27601Ton Roosendaal
2011-06-08Bugfix #27601Ton Roosendaal
2011-06-07getting useful results out of the round compo node was tricky, use the second...Campbell Barton
2011-06-07error pointed out by Jeroen Bakker with the math nodes round function. was in...Campbell Barton
2011-05-31Material nodes were checking the nodestack->hasinput flag to determin whether...Lukas Toenne
2011-05-31fix [#27514] Fix Bug 27510 Color key hue flipping error (composite node)Campbell Barton
2011-05-10Bugfix #27305Ton Roosendaal
2011-04-30- pass the camera to the render stamp function.Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton