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
2012-04-06update python keywords (remove exec, print, add nonlocal)Campbell Barton
2012-04-06code cleanup: header cleanup, remove commented workaround for mingw since its...Campbell Barton
2012-04-06spherical panoramic fixDalai Felinto
2012-04-05DO not store Flipped flag for pose paste operator in operator redo storage,Sergey Sharybin
2012-04-05Fix #30804: nodetree.links.new() incorrectly disconnected or allowed to connectBrecht Van Lommel
2012-04-05Fix for setting active UV, vertex colors and probably shape keys from python ...Sergey Sharybin
2012-04-05fix for memory leak when using the bmesh python api - would allocate customda...Campbell Barton
2012-04-05More i18n minor fixes:Bastien Montagne
2012-04-05Readme and Release Log Links:Thomas Dinges
2012-04-05Adding turkish (tr_TR) language.Bastien Montagne
2012-04-05patch [#30812] Couple operator tooltip proposals (editmesh_tools.c)Campbell Barton
2012-04-05Small improvement to bmo icosphere primitive: instead of calling n times the ...Bastien Montagne
2012-04-05fix [#30806] Mirror Hair Particles Bug, Complete CrashCampbell Barton
2012-04-05there was no way to reset timing for absolute shape keys, add an operator to ...Campbell Barton
2012-04-05adding shape key blocks to absolute shape keys would not set the position (wh...Campbell Barton
2012-04-05fix for error moving absolute shape keys up/down (their position would become...Campbell Barton
2012-04-05- fix error with conflusing key/keyblock in the shape template UI - absolute ...Campbell Barton
2012-04-05report [#30814] Absolute Shape Keys not working in 2.6Campbell Barton
2012-04-05This fixes BGE bugs #30484 (Frame rate increases very high after game engine ...Mitchell Stokes
2012-04-05fix [#30788] Weight paint mode draws mask single sided only when selected.Campbell Barton
2012-04-05partial fix [#30813] Small UI glitch with high DPI value in menusCampbell Barton
2012-04-05adjust limited dissolve to take face angle into account when dissolving verti...Campbell Barton
2012-04-04Yet another windef.h compile fix for MinGW for game engine/video textures wit...Antony Riakiotakis
2012-04-04Fix bug [#30810] Blender crashes with Array modifierNicholas Bishop
2012-04-04Fix #30803: shader node Mapping location property conflicted with based classBrecht Van Lommel
2012-04-04Fix #30811: glsl error in material draw mode, due to recent commit.Brecht Van Lommel
2012-04-04Vector blur compo node: raising hard limit for Blur factor to 20 (soft, UI li...Bastien Montagne
2012-04-04fix [#30809] Limited dissolve leaves edges behindCampbell Barton
2012-04-04add option not to delete edges/verts when joining faces, needed so we can loo...Campbell Barton
2012-04-04Fix blenderplayer compile.Miika Hamalainen
2012-04-04fix for building on linux with gcc4.7, an error was caused by undefining __cp...Campbell Barton
2012-04-04switching shape keys in editmode needs to recalc normals.Campbell Barton
2012-04-04Changed BM_mesh_bm_from_me to copy customdata layout for empty meshes.Joseph Eagar
2012-04-04use 'const float' when passing readonly colors, and include array size.Campbell Barton
2012-04-04fix [#30797] Shape keys on linked duplicate get corruptedCampbell Barton
2012-04-04fix for reconstructing shape keys (found when looking into bug [#30797], but ...Campbell Barton
2012-04-04rename MPoly vars called mface or mf, to avoid confusion with MFace types.Campbell Barton
2012-04-03Fix #30796: uv vertex coordinates panel in uv editor incorrectly taking intoBrecht Van Lommel
2012-04-03Fix bug #30778, sculpt w/ modifiers + undo causes collapse of verticesNicholas Bishop
2012-04-03Fix #30795: draw other objects in uv editor not working.Brecht Van Lommel
2012-04-03Fix #30791: BMEdge.is_manifold also returned true for edges with only one faceBrecht Van Lommel
2012-04-03Popup menu layout inherits context store from button.Lukas Toenne
2012-04-03Fix #30789: cycles still taking into account textured solid option when it sh...Brecht Van Lommel
2012-04-03fix [#30340] bpy.ops.pose.select_hierarchy() doesn't work on disconnected par...Campbell Barton
2012-04-03Make sure Multilayer EXR from other apps are read in as multilayer.Nathan Letwory
2012-04-03fix [#30608] Regression: BMesh merge broke customdata int/float/string layersCampbell Barton
2012-04-03rna/py api - rename layers with polygon prefix, since there are edge and vert...Campbell Barton
2012-04-03Fixed mistake made in threaded EXR commit.Sergey Sharybin
2012-04-03fix [#30786] bmesh: select linked not ignoring hidden verts/edges/faces (part 2)Campbell Barton
2012-04-03fix/workaround an error related to [#30735]Campbell Barton