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-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
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-31cmake maintenanceCampbell 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
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-21minor changesCampbell Barton
2011-04-18Bugfix #26901Ton Roosendaal
2011-04-18Fix [#26896] Displace Node crashes Blender when connected to Z-BufferMatt Ebb
2011-04-18Committing patch [#26960] bu MiikaH, fixes bug:Matt Ebb
2011-04-06add option WITH_BUILTIN_GLEW, so linux packagers can disable to use their own...Campbell Barton
2011-04-03quiet various warnings, also disable -Wdouble-promotion with cmake since it g...Campbell Barton
2011-03-292 fixes for un-initialized memory uses, when running testfile: teapot_envmap....Campbell Barton
2011-03-28misc nodes & editors: floats were being implicitly promoted to doubles, adjus...Campbell Barton
2011-03-24Bugfix #26584Ton Roosendaal
2011-03-19Fix #26543: lamp sky settings were missing soft/linear light blend types,Brecht Van Lommel
2011-03-07Bugfix #26388Ton Roosendaal
2011-03-06Applied patch by Alexander Kuznetsov for bug 26373: math node 'round' mode wa...Lukas Toenne
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-02-27doxygen: blender/nodes tagged.Nathan Letwory
2011-02-27pedantic warning cleanup, also remove texspace_edit() since its been added us...Campbell Barton
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-21doxygen: entry for gpu, modifiers, nodes, python and renderNathan Letwory
2011-02-19Fix for building math nodes provided by DustyDingoDaniel Salazar
2011-02-18Bugfix #26128Ton Roosendaal
2011-02-14more vars made staticCampbell Barton
2011-02-13Patch 26068Ton Roosendaal
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-10Different method for blur node aspect correction. Now the user can still set ...Lukas Toenne
2011-02-10More options for the blur node filter size. This can now be pixel based or re...Lukas Toenne