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-02-01Camera tracking: regression fixed after recent frame postprocessing refactorSergey Sharybin
2012-02-01Fix #30045: mesh.uv_textures.new() not returning correct layer when a layer withBrecht Van Lommel
2012-02-01Fix #29104: keyframing motion blur samples did not work, made these non-anima...Brecht Van Lommel
2012-02-01Movie Clip Editor: proxy sizes for original and undistortted footages are now...Sergey Sharybin
2012-02-01Fix: Bicubic bump mapping does not work for UVs outside the 0,1 range.Antony Riakiotakis
2012-02-01Fix #30047: Bake from multires crashes if run while sculpt mode is activeSergey Sharybin
2012-02-01Optional offset for fluid cache frame reading.Lukas Toenne
2012-02-01Fix #30028: VSE Paste Strip CrashSergey Sharybin
2012-02-01Enable image and alpha outputs for image nodes by default. These were made un...Lukas Toenne
2012-02-01fix [#29433] Incorrect drawing of Circle/Axes/Cross on Particles when Display...Campbell Barton
2012-02-01Previous fix for [#29484] wasn't working right (did work in report file though).Campbell Barton
2012-02-01fix [#29484] Visual keying bone with local location disabledCampbell Barton
2012-02-01fix for error found while looking into bug [#29998].Campbell Barton
2012-02-01Fixes to Python matrices str function.Andrew Hale
2012-02-01Fix bicubic map sampling to convert the sampled color to monochrome before us...Antony Riakiotakis
2012-02-01remove old code and use macro for latt_bp() functionCampbell Barton
2012-02-01calc_curve_deform was using axis range of 1-6, but other parts of the code us...Campbell Barton
2012-02-01fix incorrect neg axis check for the curve deform modifier's boundbox.Campbell Barton
2012-02-01fix [#30037] Curve Modifier doesn't work within -X -Y -Z translation in such ...Campbell Barton
2012-02-01fix inconsistancy with curve deform bounds being set differently when vertex ...Campbell Barton
2012-02-01minor cleanup made while looking into bug report (having vector size in comme...Campbell Barton
2012-01-31Implemented general functions to store view context like viewport width/heightSergey Sharybin
2012-01-31fix own error [#29634] 'Find Missing Files' breaks good linksCampbell Barton
2012-01-31Hide internal property of knife_cut operatorSergey Sharybin
2012-01-31Fix #28011: Dropdown lists to add Brick elements in Game Logic view miss lett...Sergey Sharybin
2012-01-31Cache limiter will now work properly with limits >= 4GbSergey Sharybin
2012-01-31apply back changes made since moving this file.Campbell Barton
2012-01-31svn cp \Campbell Barton
2012-01-31previous move lost history on this file, restoring next commit.Campbell Barton
2012-01-31Action constraint transform channel was listing X Scale as Z Scale,Nathan Vegdahl
2012-01-31fix [#30025] Blender crash when using python to load a blend file and import ...Campbell Barton
2012-01-31Fix #30031: Build modifier crashes when applied to bezier objectSergey Sharybin
2012-01-30Fix #30030: Tapered and beveled text won't update in realtimeSergey Sharybin
2012-01-30Fix #30026: errors rendering material with ambient 0 and AO/env/indirect light.Brecht Van Lommel
2012-01-30Fix #30019: Copy rotation from a vertex groupSergey Sharybin
2012-01-30Fix #30016: cycles crash with compute device set to GPU but not GPU deviceBrecht Van Lommel
2012-01-30Fix #28733, #29885: fix missing scene in context in python. The window managerBrecht Van Lommel
2012-01-30file selector - entering and empty path on *nix would ask to create a new dir.Campbell Barton
2012-01-30display keyblock mute in the shape key list.Campbell Barton
2012-01-30Fix #29976: Carve Boolenas crasher with SolidifySergey Sharybin
2012-01-30Fix #30021: Crash happens when rotating markersSergey Sharybin
2012-01-30Fix #30020: Movie Clip Editor Crashed with panel size changedSergey Sharybin
2012-01-30Removed check for active node in edited node group to allow node group editin...Lukas Toenne
2012-01-30Make Image and Alpha outputs in render layer node 'unavailable' when the Comb...Lukas Toenne
2012-01-30pydoc cleanup + remove unused bge.logic constantsDalai Felinto
2012-01-29Fixed for cloth modifier when it's applied after deformation modifier.Sergey Sharybin
2012-01-29Fix for [#30015] Keyframed Resolution UnpredictableThomas Dinges
2012-01-28Release cycle:Thomas Dinges
2012-01-28Fixed typo in a tooltipSergey Sharybin
2012-01-27Dynamic Paint:Miika Hamalainen