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-22spaces->tabsPablo Vazquez
2013-03-22Fix for the use_hidden_preview setting in SpaceNode. The application of this ...Lukas Toenne
2013-03-22Nodes editor,Pablo Vazquez
2013-03-22Bug fix #34405Ton Roosendaal
2013-03-22Fix #34720: Sculpt mode T panel has no texture previewSergey Sharybin
2013-03-22correct enums which were in fact variables defined in headers.Campbell Barton
2013-03-22code cleanup: use NULL rather then 0 for pointers, and make vars static where...Campbell Barton
2013-03-22code cleanup: use booleans and const's for operator vars.Campbell Barton
2013-03-22fix error with merge operator not handing error cases properly (errors wouldn...Campbell Barton
2013-03-22Tweak to previous commit - make range check less strict so that indicators don'tJoshua Leung
2013-03-22Graph Editor: Draw indicators on the active Driver F-Curve which show theJoshua Leung
2013-03-22python api: add functionality to remove uv-texture layers.Campbell Barton
2013-03-22python api: add functionality to remove vertex color layers.Campbell Barton
2013-03-21mist line can now be used for camera selection.Campbell Barton
2013-03-21patch [#34687] Patch for AutoMerge button in 3d editorCampbell Barton
2013-03-21use clip alpha setting for empty-image drawing.Campbell Barton
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-19fix for some errors.Campbell Barton