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-05OSX: complety remove the cocoa options, definitions and conditionals nowJens Verwiebe
2013-11-05OSX/cmake: carbon cleanoutJens Verwiebe
2013-11-05OSX: remove obsolete file and adapt sconsJens Verwiebe
2013-11-05Correcting a few typosJoshua Leung
2013-11-05code cleanup: quiet warningsCampbell Barton
2013-11-05code cleanup: typosCampbell Barton
2013-11-05Bugfix [#37168] Outliner refresh error after removing constraintsJoshua Leung
2013-11-05Bugfix [#36203] Transformation bone constraint breaks Track To / Dumped TrackJoshua Leung
2013-11-05Bugfix [#37304] Arrow Keys Stop Working When Mouse Over OutlinerJoshua Leung
2013-11-05Remove soft limits from lower-end of ranges for last two commits - This turnedJoshua Leung
2013-11-05Applying same fix used for [#36844] to Limits FModifier settingsJoshua Leung
2013-11-05Additional code improvements: avoid unnecessary Python object allocations in ...Tamito Kajiyama
2013-11-05Bugfix [#36844] Cannot set Restrict Frame Start for FModifiers until Frame EndJoshua Leung
2013-11-05Fix [#37315] Mirror+MeshDeform cause crash when Vertex Group is referredBastien Montagne
2013-11-04BGE Rasterizer Cleanup: Removing the Singletexture material mode. More conver...Mitchell Stokes
2013-11-04UI messages fixes...Bastien Montagne
2013-11-04Missing convert button on particle modifier panel. Cache pathcache checkAntony Riakiotakis
2013-11-04Made buildinfo aware of builds from GITSergey Sharybin
2013-11-04add CDDM_lower_num_loops(), for completeness (currently unused).Campbell Barton
2013-11-04code cleanup: typo in function nameCampbell Barton
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-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-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-01Add 'cut-through' option for Knife Project operator.Howard Trickey
2013-11-01Fix [#37266] Skin modifier can't be copied.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-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