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
path: root/source
AgeCommit message (Expand)Author
2013-03-19Various cleanup around default i18n context.Bastien Montagne
2013-03-19change to variable size bokeh blue, dont blur larger areas then the current p...Campbell Barton
2013-03-19Removed the is_local_tree property from compo/shader/texture node trees. This...Lukas Toenne
2013-03-19Fix for an old issue: Node names need to be unique to ensure proper preview i...Lukas Toenne
2013-03-19Fix for [#34693] Linked Duplicate of object with Ocean modifier fails to copy...Thomas Dinges
2013-03-19Fix: jittered brushes are not jittered, reported by kursad karatas.Antony Riakiotakis
2013-03-19Cycles / Mix Shader:Thomas Dinges
2013-03-19Nicer handling of undefined node, tree and socket types.Lukas Toenne
2013-03-19Fix regression in viewport background image transparencySergey Sharybin
2013-03-19Fix: Clamp alpha to 1.0 or adding alpha in paint creates "isolines" dueAntony Riakiotakis
2013-03-19UI / Node Editor:Thomas Dinges
2013-03-19Fix for GLSL shader nodes when using Cycles nodes with shader sockets. These ...Lukas Toenne
2013-03-19add BLI_rcti,f_recenter()Campbell Barton
2013-03-19Fixes for context updates of the node editor:Lukas Toenne
2013-03-19Fix for shader node sockets not displaying the name when unconnected. Default...Lukas Toenne
2013-03-19Use checker backdrop for footage with alpha channel in clip editorSergey Sharybin
2013-03-19Added alpha output to movie clip compositor nodeSergey Sharybin
2013-03-19BGE: Adding a getProfileInfo() function to bge.logic. This function returns a...Mitchell Stokes
2013-03-19bge bugfix: [#34677] Setting Boolean property on KX_GameObject creates Int typeDalai Felinto
2013-03-19Grease Pencil UIPablo Vazquez
2013-03-19rewind 55389 and make this gcc4.6+ only Campbell Barton
2013-03-19Smoke Bugfix /enhancement: Load pre 2.65 pointcaches.Daniel Genrich
2013-03-19fix for build error: "#pragma GCC diagnostic not allowed inside functions"Dalai Felinto
2013-03-19Add capluse bounds drawingSergej Reich
2013-03-19game engine: Increase hard limit for fps propertySergej Reich
2013-03-19Added back the custom limits for value properties in standard node socket typ...Lukas Toenne
2013-03-18Node Interface:Thomas Dinges
2013-03-18Use extern "C" when including BKE_node.h in C++ compositor code, to avoid lin...Lukas Toenne
2013-03-18Node poll_instance callback is optional, check if it exists before executing.Lukas Toenne
2013-03-18Usual minor UI messages fixes.Bastien Montagne
2013-03-18quiet warning about writing to deprecated member with gcc.Campbell Barton
2013-03-18UI fix: drawing disabled buttons now draw OK in all cases.Ton Roosendaal
2013-03-18Node Editor / Group UI:Thomas Dinges
2013-03-18code cleanupCampbell Barton
2013-03-18Added missing stub for uiTemplateNodeSocket.Lukas Toenne
2013-03-18Fix for stupid MSVC compiler, float array cast not supported.Lukas Toenne
2013-03-18Fix blenderplayer (looks like gcc4.7 dislikes unamed parameters ;) ).Bastien Montagne
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-18Bug fix, irc:Ton Roosendaal
2013-03-18Just added a comment:Ton Roosendaal
2013-03-18style cleanupCampbell Barton
2013-03-18Fix #34672: Image sampling line didn't use color management for byte buffersSergey Sharybin
2013-03-18Fix: Setting cursor to semitransparent objects will fail because of clipAntony Riakiotakis
2013-03-17code cleanup: name mesh functions more consistently, also use bools for mesh ...Campbell Barton
2013-03-17use const pointers for file loading and booleans for animation system return ...Campbell Barton
2013-03-17code cleanup: add 'const' to headers to quiet msvc warnings, also remove (cha...Campbell Barton
2013-03-17Fix "can't paint" bug no.1, painting with black on image editor did notAntony Riakiotakis
2013-03-17Fix for "draw images as texture"Ton Roosendaal
2013-03-17Feature:Ton Roosendaal
2013-03-17Fix evil own bug: paint_redraw accessed freed memory. Still doesn'tAntony Riakiotakis