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-09-06Merged the particles-2010 branch with node improvements into trunk.Lukas Toenne
2011-07-09fix for using uninitialized value in gpu_shader_materialCampbell 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-05-31Material nodes were checking the nodestack->hasinput flag to determin whether...Lukas Toenne
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-03-28misc nodes & editors: floats were being implicitly promoted to doubles, adjus...Campbell Barton
2011-03-07Bugfix #26388Ton Roosendaal
2011-03-06Applied patch by Alexander Kuznetsov for bug 26373: math node 'round' mode wa...Lukas Toenne
2011-02-27doxygen: blender/nodes tagged.Nathan Letwory
2011-02-23The material "Dynamic" node (disabled anyway) had incomplete base type initia...Lukas Toenne
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-08Per-type node labels and customizable names. The label displayed in the node ...Lukas Toenne
2011-02-08Finished the node type definition cleanup started in r34682. All static node ...Lukas Toenne
2011-02-07A simplified way of defining bNodeType structs. Instead of doing full struct ...Lukas Toenne
2011-01-30remove nan-makefilesCampbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-23Fix #24596: specular toggle on material didn't work correct.Brecht Van Lommel
2010-11-12bugfix [#24682] Render artifacts with mat nodeCampbell Barton
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-08-11Update address in license block.Guillermo S. Romero
2010-08-04Increase min/max range for Value input nodes. More useful when using Math nod...Nathan Letwory
2010-04-24sub_v3_v3v3 --> sub_v3_v3 (where possible)Campbell Barton
2010-04-06Fix #21545: geometry node front/back incorrectly depended on camera angle, canBrecht Van Lommel
2010-04-01svn merge https://svn.blender.org/svnroot/bf-blender/branches/render25 -r2789...Campbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-02-16Texture Nodes:Brecht Van Lommel
2010-02-12correct fsf addressCampbell Barton
2010-01-08* Use color wheel template for RGB nodeMatt Ebb
2009-11-10Math LibBrecht Van Lommel
2009-11-09material shader curve factor (same as compo node)Campbell Barton
2009-10-19Fix #19632: GLSL was not updated for soft/linear light blending modes.Brecht Van Lommel
2009-08-10remove python2.x supportCampbell Barton
2009-07-22RNABrecht Van Lommel
2009-06-092.50:Brecht Van Lommel
2009-04-202.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19...Brecht Van Lommel
2009-04-15Fix for own recent reference count error.Campbell Barton
2009-04-01Clean up for the imminent migration from SVN to GIT.Guillermo S. Romero
2008-11-132.5: merge with trunk, previous merge was only up to yesterday.Brecht Van Lommel
2008-11-13Merge of trunk into blender 2.5:Brecht Van Lommel
2008-11-12Patch #7897 Texture Nodes!Ton Roosendaal
2008-10-28added scons option BF_WITH_PYTHON (defined as DISABLE_PYTHON)Campbell Barton
2008-09-05Merge of first part of changes from the apricot branch, especiallyBrecht Van Lommel
2008-07-25* Fix for bug #9450 'Problems with Extended Material node with AmbCol socket'Matt Ebb
2008-06-17* Simple addition to math node (comp and shading): Greater Than and Less Than...Matt Ebb
2008-05-23== PyNodes ==Willian Padovani Germano
2008-05-08Fix for bug #11005: hue-sat-value node was doing unnecessaryBrecht Van Lommel
2008-05-03== PyNodes ==Willian Padovani Germano