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-21revert edit from r55461, causing build error on some systems.Campbell Barton
2013-03-21code cleanup: rename editmode functions so we have ED_object_editmode_load/en...Campbell Barton
2013-03-21code cleanup: remove double call to BKE_node_instance_key(), rename ruler (lo...Campbell Barton
2013-03-21py api: add Object.update_from_editmode(),Campbell Barton
2013-03-21Add a little bit of space between socket layouts on nodes.Lukas Toenne
2013-03-21Fix for extra string width padding in ui_text_icon_width, causing labels in r...Lukas Toenne
2013-03-21Bug fix #34713Ton Roosendaal
2013-03-21Bugfix: Transform autokey warning indicator text was getting clipped prematurelyJoshua Leung
2013-03-21Tweaks to movie clip prefetching after discussion with SebastianSergey Sharybin
2013-03-21Bugfix [#34688] Auto-Keying doesn't include custom properties when pasting posesJoshua Leung
2013-03-21code cleanup: misc warnings/styleCampbell Barton
2013-03-21fix for incorrect use of 'bool', also fix 2 older bugs in fly mode.Campbell Barton
2013-03-21code cleanup: use bool where values are true/false, for view3d and related fu...Campbell Barton
2013-03-20I18n users request: add the ability to use a translated name for newly added/...Bastien Montagne
2013-03-20Changes to compositor output nodeSergey Sharybin
2013-03-20Prefetching for movie clipsSergey Sharybin
2013-03-20Small fix: make node backdrop draw with nearest-pixel filter, so it zooms in Ton Roosendaal
2013-03-20- add knife project to toolbar.Campbell Barton
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-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-19Various cleanup around default i18n context.Bastien Montagne
2013-03-19Removed the is_local_tree property from compo/shader/texture node trees. This...Lukas Toenne
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-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-19Grease Pencil UIPablo Vazquez
2013-03-19Add capluse bounds drawingSergej Reich
2013-03-18Node Interface:Thomas Dinges
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-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-18Bug fix, irc: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-17Fix "can't paint" bug no.1, painting with black on image editor did notAntony Riakiotakis