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-22code cleanup: shadowing, adjust type.Campbell Barton
2013-03-22Added missing node->id pointer checks in case node groups have unavailable no...Lukas Toenne
2013-03-22Fix #34728, Int values in script Node can't be changed. Was caused by a bad t...Lukas Toenne
2013-03-22Add missing comment for m_isResolutionSetSergey Sharybin
2013-03-22Increase hard limit for prefetch frames to INT_MAXSergey Sharybin
2013-03-22code cleanup: unused defines, shadowing and unintended enum-as-variable.Campbell Barton
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-22Bug fix #34726Ton Roosendaal
2013-03-22Node preview merge function now has an additional option "remove_old", which ...Lukas Toenne
2013-03-22Enable previews for inactive compo output and viewer nodes.Sergey Sharybin
2013-03-22Fix #34720: Sculpt mode T panel has no texture previewSergey Sharybin
2013-03-22Fix #34689: Multilayer EXRs don't load correctly if one layer is named and th...Sergey Sharybin
2013-03-22Fix for compositor node preview sizes: Use the render output aspect ratio for...Lukas Toenne
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-22BGE bugfix for [#34505] Vertex Colors not working in the BGE (for custom GLSL...Dalai Felinto
2013-03-22code cleanup: conversion from blender to BGE was unnecessarily confusing in c...Campbell Barton
2013-03-22BGE bugfix: [#34550] getVertexArrayLength changed in 2.66Dalai Felinto
2013-03-22python api: add functionality to remove uv-texture layers.Campbell Barton
2013-03-22Fix for Render Layers node, reported by Jason van Gumster (Fweeb) on IRC. The...Lukas Toenne
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-21Fix for a node compatibility code bug (reported by kopias in IRC). Compatibil...Lukas Toenne
2013-03-21patch [#34687] Patch for AutoMerge button in 3d editorCampbell Barton
2013-03-21fix for own recent commit - added function into wrong side of ifdefCampbell Barton
2013-03-21use clip alpha setting for empty-image drawing.Campbell Barton
2013-03-21Render border + crop will be handled correct in compositor nowSergey Sharybin
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-21Driver error warnings are now only printed to the console when Blender is runJoshua Leung
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