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-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-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-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-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-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-19Fix for building math nodes provided by DustyDingoDaniel Salazar
2011-02-18Bugfix #26128Ton Roosendaal
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-01-30remove nan-makefilesCampbell Barton
2011-01-17Bugfix #25657Ton Roosendaal
2011-01-16Bugfix, IRC reportTon Roosendaal
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-08-11Update address in license block.Guillermo S. Romero
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-09* Fix for crash using texture nodes in displace modifierMatt Ebb
2010-02-16Texture Nodes:Brecht Van Lommel
2010-02-12correct fsf addressCampbell Barton
2010-02-08Warning fixes, one actual bug found in sequencer sound wave drawing. AlsoBrecht Van Lommel
2009-11-10Math LibBrecht Van Lommel
2009-10-21Make compiler happy, remove doubtful non init usage.Guillermo S. Romero
2009-10-08Node Bugfixes:Brecht Van Lommel
2009-10-07Preview Render:Brecht Van Lommel
2009-09-06easier to re-apply the replacement table then merge from 2.4x, same as 23023Campbell Barton
2009-08-18Fixed some redraw problems with texture nodes.Robin Allen
2009-08-18Implemented multisampling for texture nodes.Robin Allen
2009-08-18Slight refactor of texture nodes. Robin Allen
2009-08-17Made texture nodes accessible in the interface.Robin Allen
2009-07-22RNABrecht Van Lommel
2009-06-16svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r20855:20928Campbell Barton
2009-06-13Omission of a texture node to specify coordinates was regarded as a bug by so...Robin Allen
2009-06-092.50:Brecht Van Lommel
2009-06-02Fixed limits on translate nodeRobin Allen
2009-06-02Bugfix for faulty noise function in bricks nodeRobin Allen
2009-04-25patch from michael williamson, export multiple UV layers to lightwaveCampbell Barton
2009-04-202.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19...Brecht Van Lommel
2009-04-17bugfix #18287Ton Roosendaal
2009-04-01Clean up for the imminent migration from SVN to GIT.Guillermo S. Romero
2009-03-24Fix for bug #18438: TEX_valToNormal.c array size error.Brecht Van Lommel
2009-03-182.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r18...Brecht Van Lommel
2009-02-06Added Scale, fixed bugs incl. patch #18037Robin Allen