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
2011-10-31Fix #29084: material/texture nodes crash introduced in 2.60, execdata is beingBrecht Van Lommel
2011-10-31Fix crash in texture nodes, when no derivatives available, other nodes alreadyBrecht Van Lommel
2011-10-30Change default values for mix node.Sergey Sharybin
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22BLI_utildefine minor editsCampbell Barton
2011-10-22header cleanup and typo'sCampbell 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 #28876, alpha over with empty image node gives black result.Lukas Toenne
2011-10-12Fix for #28886, compositor cache regression bug.Lukas Toenne
2011-10-02Fix [#28436] ID mask creates 'feather' around ID even with AA turned off.Bastien Montagne
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-09-26replace strncpy with BLI_strncpy, in some cases strncpy was being misused sin...Campbell Barton
2011-09-25whitespace cleanupCampbell Barton
2011-09-22comment some unused vars / assignments.Campbell Barton
2011-09-21remove support for irixCampbell Barton
2011-09-20tag & comment unused vars with /* UNUSED */Campbell Barton
2011-09-20tidy upCampbell Barton
2011-09-16use replace 0 with NULL for pointers, set some functions staticCampbell Barton
2011-09-12replace VECCOPY -> copy_v3_v3, added copy_v*_v*_short too for typesafe copyin...Campbell Barton
2011-09-12fix for ntreeGPUMaterialNodes(), using uninitialized exec pointer.Campbell Barton
2011-09-08Fixed potential issue in mirrored loop node sockets. These are currently not ...Lukas Toenne
2011-09-08Shader node tree exec data cannot use the exec->nodetree before it is initial...Lukas Toenne
2011-09-07Fix for crash when duplicating image or render layer nodes.Lukas Toenne
2011-09-07Code for setting/getting/freeing executable nodes in compositor was still usi...Lukas Toenne
2011-09-07Initialize the exec data in for composite with the node tree pointer. Doesn't...Lukas Toenne
2011-09-07Another fix for value nodes, those need full template definitions for their o...Lukas Toenne
2011-09-07Fix for value node limits.Lukas Toenne
2011-09-06Fixed potential crash in NodeTagIDChanged. Discovered after merge trunkSergey Sharybin
2011-09-06Fix for multiple parallel group node executions.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-08-21Fix #28154: linux3-config.py doesn't existSergey Sharybin
2011-07-19fix for [#28012] Mat ID messy with shader nodesJeroen Bakker
2011-07-17cmake source definitions:Campbell Barton
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