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
2013-03-24fix for struct definition building with msvc2008 and some style cleanup.Campbell Barton
2013-03-22Node preview merge function now has an additional option "remove_old", which ...Lukas Toenne
2013-03-19Removed the is_local_tree property from compo/shader/texture node trees. This...Lukas Toenne
2013-03-19Cycles / Mix Shader:Thomas Dinges
2013-03-19Nicer handling of undefined node, tree and socket types.Lukas Toenne
2013-03-19Fix for GLSL shader nodes when using Cycles nodes with shader sockets. These ...Lukas Toenne
2013-03-19Fixes for context updates of the node editor:Lukas Toenne
2013-03-19Added alpha output to movie clip compositor nodeSergey Sharybin
2013-03-18Node poll_instance callback is optional, check if it exists before executing.Lukas Toenne
2013-03-18code cleanupCampbell Barton
2013-03-18Fix for stupid MSVC compiler, float array cast not supported.Lukas Toenne
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-17use const pointers for file loading and booleans for animation system return ...Campbell Barton
2013-03-15Fix #34617, Track Position Node outputs had a limit value of 1 instead of the...Lukas Toenne
2013-03-04patch [#34103] use boolean in path functions and add comments.Campbell Barton
2013-03-04patch [#34103] use booleans for extensions testing.Campbell Barton
2013-02-27Bug fix #34436Ton Roosendaal
2013-02-22Simple preset function for setting common node sizes based on enum instead of...Lukas Toenne
2013-02-15And more UI messages issues fixing... Thanks again to Gabriel Gazzán and Leo...Bastien Montagne
2013-02-15skip fix from r54579 when holes aren't used (keeps bmesh ngon filling fast)Campbell Barton
2013-02-15Fix #34254: cycles brightness/contrast node was missing for GLSL material view.Brecht Van Lommel
2013-02-14Divide by 3 instead of multiplying by variations of 0.333Sergej Reich
2013-02-12Composite node "Alpha over" didn't allow to be dragged wide enough.Ton Roosendaal
2013-02-10Added option to composite/viewer nodes which specifys whether alpha inputSergey Sharybin
2013-02-05remove stringify macro from alloc'sCampbell Barton
2013-02-04style cleanup: spaces -> tabsCampbell Barton
2013-02-02style cleanupCampbell Barton
2013-01-31 Apply patch [#33999] Wrapping mode for the "translate" compositing nodeMonique Dewanchand
2013-01-25header cleanup, include BLI before BKE, also use bool for ntreeShaderExecTreeCampbell Barton
2013-01-24Disabled commit that was rendering Blender Internal for Cycles nodes.Ton Roosendaal
2013-01-24Logic mistake in previous commit, broke node materials for Internal render.Ton Roosendaal
2013-01-24UsabilityTon Roosendaal
2013-01-21Fixed render time regression in Blender InternalSergey Sharybin
2013-01-15Code cleanup: remove some remaining code from the old compositor.Brecht Van Lommel
2013-01-15Fix #33800: GLSL group nodes not using the external input value unless a nodeBrecht Van Lommel
2013-01-14Dosvidanya, old compositor!Sergey Sharybin
2013-01-13Even though we want to get rid of this legacy compo soon, code should compile...Bastien Montagne
2013-01-12patch from Harley Acheson to remove multiple inline defines.Campbell Barton
2013-01-01Fix for normal scaling when using triangle primitives for hair.Stuart Broadfoot
2012-12-31Alpha premul pipeline cleanupSergey Sharybin
2012-12-28New featureStuart Broadfoot
2012-12-28style cleanupCampbell Barton
2012-12-23Added support of J2K codec for Jpeg2000 writingSergey Sharybin
2012-12-21replace MIN/MAX 3,4 with inline functionsCampbell Barton
2012-12-19Sync (ui) names between composite node files and rna nodetree types (Pixelate...Bastien Montagne
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-13style cleanup: changes from recent commitsCampbell Barton
2012-12-11Cycles: RGB and Vector Curves nodes now supported, with the limitation that theBrecht Van Lommel
2012-12-11code cleanup: neareast -> nearestCampbell Barton
2012-12-10Fix shader nodes Normal node not showing right direction choosing widget.Brecht Van Lommel