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-24fix for struct definition building with msvc2008 and some style cleanup.Campbell Barton
2013-03-23code cleanup: quiet shadow warning.Campbell Barton
2013-03-23code cleanup: remove unused button type HSVSLICampbell Barton
2013-03-23Theme fix:Ton Roosendaal
2013-03-23Cycles:Thomas Dinges
2013-03-23Constraint UI:Thomas Dinges
2013-03-23Code cleanuo:Thomas Dinges
2013-03-23Code cleanup:Thomas Dinges
2013-03-23Code cleanup:Thomas Dinges
2013-03-23OpenGL: Moving the GPU_pass_update_uniforms() call from GPU_material_bind_uni...Mitchell Stokes
2013-03-23BGE: getting rid of a few maybe-uninitialized warnings.Mitchell Stokes
2013-03-23fix for BGE crash replicating a navmesh.Campbell Barton
2013-03-22Fix [#34721]: Smoke adaptive domain threshold ignores high resolution data.Miika Hamalainen
2013-03-22Fix [#34685]: Dynamic paint sub-steps don't work if brush is animated through...Miika Hamalainen
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