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
AgeCommit message (Expand)Author
2012-02-17Missed this changes needed to fully support animation data in movie clips.Sergey Sharybin
2012-02-17Camera tracking: configurable filter type for 2d stabilizationSergey Sharybin
2012-02-17Camera tracking: run aspect correction before stabilizing shotSergey Sharybin
2012-02-17Camera tracking: fixed issue when track used for rotation stabilization point...Sergey Sharybin
2012-02-17Camera tracking: fixed incorrect auto-scale calculation for 2d stabilizationSergey Sharybin
2012-02-17Camera tracking: fix for missing cache invalidation when disabling/enabling c...Sergey Sharybin
2012-02-17Camera tracking: animation datablock for MovieClipSergey Sharybin
2012-02-17Build proxy from meta and image strips used resolution used for display,Sergey Sharybin
2012-02-16Tomato: configurable filter type for 2d stabilizationSergey Sharybin
2012-02-16Tomato: run aspect correction before stabilizing shot.Sergey Sharybin
2012-02-16Tomato: fixed issue when track used for rotation stabilization points to a fr...Sergey Sharybin
2012-02-16Tomato: fixed incorrect auto-scale calculation for 2d stabilizationSergey Sharybin
2012-02-16ffmpeg: take back 44142, conditional was wrongJens Verwiebe
2012-02-16ffmpeg: only suppress loopfilter for .mov ( compatibility ), but keep for .av...Jens Verwiebe
2012-02-16Tomato: fix for missing cache invalidation when disabling/enabling channels f...Sergey Sharybin
2012-02-15Camera tracking: animation datablock for MovieClipSergey Sharybin
2012-02-14ffmpeg: don't use flags:loop for .h264, this allows to see the video in OSX q...Jens Verwiebe
2012-02-14use tabs for indentation Campbell Barton
2012-02-13Fix for [#27349] Sequencer: Meta Strips plays unavailable audioJoerg Mueller
2012-02-12Fix [#29737] Can't edit particle hair if particle count is 0.Janne Karhu
2012-02-12Fix [#29530] Changing to particle mode could crash in some casesJanne Karhu
2012-02-12Fix [#29265] Particle Instance: Create Along Paths + Children inconsistent wi...Janne Karhu
2012-02-08Fix for wrong pixel format used for qtrleSergey Sharybin
2012-02-07FFmpeg output fixes and small improvementSergey Sharybin
2012-02-07Fix [#30099] Wrong python path returned. "bpy.data.keys" instead of expected ...Bastien Montagne
2012-02-07Fix #30094: Subdivision Surfaces Modifier corrupts Copy LocationSergey Sharybin
2012-02-05Code Cleanup: minor changes & sync with bmesh.Campbell Barton
2012-02-04Code Cleanup: avoid double promotion.Campbell Barton
2012-02-03Minor Speedup: avoid for() loop over all faces in fluidsim by passing an exam...Campbell Barton
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 related to #30053: crash rendering scene strips without a scene (due to m...Brecht Van Lommel
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-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-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-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-30Fix #30030: Tapered and beveled text won't update in realtimeSergey Sharybin
2012-01-30Fix #30019: Copy rotation from a vertex groupSergey Sharybin
2012-01-30Fix #28733, #29885: fix missing scene in context in python. The window managerBrecht Van Lommel