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-04Code Cleanup: avoid double promotion.Campbell Barton
2012-02-04Fix for aliased fonts in the game engine.Alex Fraser
2012-02-04fix [#30060] self.report printed twiceCampbell Barton
2012-02-04Fix #30064: Image editor: paint on image, rename image, undo -> crashSergey Sharybin
2012-02-03Fix #30028: VSE Paste Strip CrashSergey Sharybin
2012-02-03fix [#27953] VSE: weird drawing and placement issues strips during 'E'Campbell Barton
2012-02-03Minor Speedup: avoid for() loop over all faces in fluidsim by passing an exam...Campbell Barton
2012-02-03Fix #30043: typing ctrl+Z in text field adds a square. For ascii these controlBrecht Van Lommel
2012-02-03Fix #29921: render rasterization error in a corner case, only happened on 32bitBrecht Van Lommel
2012-02-03Code Cleanup: check is / is not when comparing singletons.Campbell Barton
2012-02-02Camera tracking: fix for Clean Tracks operator which used to always useSergey Sharybin
2012-02-02Disallow fill caps for curves without bevel object.Sergey Sharybin
2012-02-02Fix for recent bevel cap optionSergey Sharybin
2012-02-02Added option to fill caps of bevelled curves.Sergey Sharybin
2012-02-02Fix #27213: editing color ramp "Pos:" number value did not update the rampBrecht Van Lommel
2012-02-02Fix #29056: keymapping NDOF motion events not working correct. Motion even typeBrecht Van Lommel
2012-02-02Fix related to #30053: crash rendering scene strips without a scene (due to m...Brecht Van Lommel
2012-02-02Patch #29705: Collada export didn't export mesh name.Domino Marama
2012-02-02Fix #29381: Navmeshs frees not guarded allocated memory and leakedSergey Sharybin
2012-02-02Code Cleanup: de-duplicate bone space calculation ~(35 sloc)Campbell Barton
2012-02-02fix [#30051] Copy Scale constraint overrides Inherit Scale from parentCampbell Barton
2012-02-02Cleanup Only: replace numbers with defines.Campbell Barton
2012-02-02fix [#28296] File selector crash when with filepath propertyCampbell Barton
2012-02-02* fix for error in shape transfer (wrong var name).Campbell Barton
2012-02-02internal cleanup, check.Campbell Barton
2012-02-02fix [#29666] Duplicate entries in bpy.typesCampbell Barton
2012-02-02Fix for possible memory leak on creation of a vector using Vector.Range.Andrew Hale
2012-02-01Fixed typo in tracking context creation. Wasn't harmful because because of de...Sergey Sharybin
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