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
2013-11-04Bugfix [#36950] Restrict Frame Range not being obeyed on Driver F-CurvesJoshua Leung
2013-11-04Fix for uninitialised varJoshua Leung
2013-11-04code cleanup: remove unused operator (select all handles this case now)Campbell Barton
2013-11-04Fix [#37297] Crash when Adding and Removing Fluid Particlesystem.Bastien Montagne
2013-11-03Fix [#37275] can't import 2.68a keymapBastien Montagne
2013-11-03Minor code improvements: avoid unnecessary Python object allocations in Frees...Tamito Kajiyama
2013-11-03Fix for missing calls of BaseMath_ReadCallback() when accessing vector/color ...Tamito Kajiyama
2013-11-03OSX: Fix an error in own 61065Jens Verwiebe
2013-11-03Motion tracking: use is_keyed to match naming in other areas of RNASergey Sharybin
2013-11-03code cleanup: warningsCampbell Barton
2013-11-02OSX: give application bundles an own icon to better differentiate vs. foldersJens Verwiebe
2013-11-02Bugfix [#36687] Animation channels can't be grouped in action editorJoshua Leung
2013-11-02Quick test commit - fixing what looks like a typo in a commentJoshua Leung
2013-11-02Fix: tooltip when adding a new 'Excluded path' for python executionAndrea Weikert
2013-11-02Fix: error message when removing an 'Excluded path' for python execution, sma...Andrea Weikert
2013-11-02fix for possible leak in the expression controller find identifier.Campbell Barton
2013-11-02fix memory leak with navmeshCampbell Barton
2013-11-02code cleanup: warningsCampbell Barton
2013-11-01Fix [#37290] Movie files filtering does not show *.ts files.Bastien Montagne
2013-11-01missing bit from last float precision update (patch by 'unknow' via irc)Dalai Felinto
2013-11-01Fix blenderplayer build, stub for modifier_skin_customdata_ensure(...)Thomas Beck
2013-11-01* Extrude options where available in object mode (search menu), resulting in ...Thomas Dinges
2013-11-01Add 'cut-through' option for Knife Project operator.Howard Trickey
2013-11-01Cycles:Thomas Dinges
2013-11-01Fix [#37266] Skin modifier can't be copied.Bastien Montagne
2013-11-01Fix [#37224] Icons: tiny interface issue with certain DPI settings.Bastien Montagne
2013-11-01Fix #37270: Blender crashes in several situationsSergey Sharybin
2013-11-01Expose is_keyframed flag for tracking markerSergey Sharybin
2013-11-01fix for weight-paint crash picking the weight with the mask modifier (or any ...Campbell Barton
2013-11-01code cleanup: spellingCampbell Barton
2013-11-01FIX: [#37199] .ogg file is not recognized as a movie in File BrowserAndrea Weikert
2013-10-31Fix #37261 Rendering a Render Layer from another scene doesn't update.Lukas Toenne
2013-10-31code cleanup: spellingCampbell Barton
2013-10-31add atomic_ops.h to cmake's source code listing.Campbell Barton
2013-10-31Minor update to r60953.Bastien Montagne
2013-10-31Fix for Freestyle rendering errors with color blend modes SOFT_LIGHT and LINE...Tamito Kajiyama
2013-10-31code cleanup: warningsCampbell Barton
2013-10-31Python ui: increase interface float precision limit from 6 to 7Dalai Felinto
2013-10-31cancelling an operator popup now calls the operators cancel callback.Campbell Barton
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-10-31fix for uninitialized value use in newly added fcurve normalized view.Campbell Barton
2013-10-31Add .webm to the list of extensions recognized as videoAndrea Weikert
2013-10-30Bugfix [#37185] Maya Config: Move and Scale Don't Work In Dope SheetJoshua Leung
2013-10-30Code cleanup: typo-fixSergey Sharybin
2013-10-30revert own commit r60607, caused bug [#37253]Campbell Barton
2013-10-30Fix #37194, OSL script crashes blender. The lookup functions for finding Cycl...Lukas Toenne
2013-10-30Fix #37252: Mask modifier doesn't copy settings on object copySergey Sharybin
2013-10-30Add some update notifiers for a few boolean paint properties (probably aAntony Riakiotakis
2013-10-30One more optimization for lasso, clip PBVH against object space planesAntony Riakiotakis
2013-10-30Optimization of lasso masking using scanfill.Antony Riakiotakis