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-20add option to convert grease pencil into poly line directly.Campbell Barton
2013-03-20When making a node group always add one input and one output node, regardless...Lukas Toenne
2013-03-20add back -Wredundant-decls, just not for older gcc'sCampbell Barton
2013-03-20Fix for #34708 and #34709, cycles group nodes were not working well with 0 or...Lukas Toenne
2013-03-20Add a license document for i18n monospace font.Irie Shinsuke
2013-03-20Make Blender compile again normal again with gcc 4.2Ton Roosendaal
2013-03-20Fix for compositor bug introduced in pynodes branch by removing the default M...Lukas Toenne
2013-03-20Fix for bug reported on bf-committers: RNA function nodetree.links.new does n...Lukas Toenne
2013-03-20UI Tweak: "Add to Group" button creates new group if no groups existJoshua Leung
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2013-03-20fix for knife tool crash when knife_make_chain_cut() couldn't create a new face.Campbell Barton
2013-03-20Fix #34697, Undoing a node group crashes Blender.Lukas Toenne
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-19Small changes/additions to i18n tools.Bastien Montagne
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-19OSX/pen: change sensivity graduation to a good value found with Sebastian and...Jens Verwiebe
2013-03-19OSX/pen: change sensivity graduation so we don't get maximum too early and h...Jens Verwiebe
2013-03-19add BLI_rcti,f_recenter()Campbell Barton
2013-03-19Fixes for context updates of the node editor:Lukas Toenne
2013-03-19More i18n tools cleanup. Also do not import nl in trunk currently (void tran...Bastien Montagne
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-19Some renaming/cleanup in i18n tools.Bastien Montagne
2013-03-19Added alpha output to movie clip compositor nodeSergey Sharybin
2013-03-19BGE: Adding docs for bge.logic.getProfileInfo().Mitchell Stokes
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-18Hopefully blender will compile with strict flags again.Sergey Sharybin
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