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-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28Code and style cleanup in own modules in BKE and also mball moduleSergey Sharybin
2012-04-28Cycles: merging features from tomato branch.Brecht Van Lommel
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-24Add libMV and Scons support for MinGW-w64, patches by Caleb Joseph with sligh...Antony Riakiotakis
2012-04-23corrected more issues from [#31069] Analyzing the Blender project with PVS-St...Campbell Barton
2012-04-22style cleanup: commentsCampbell Barton
2012-04-21style cleanup: multi-line if statements.Campbell Barton
2012-04-21style cleanupCampbell Barton
2012-04-15Scons ToDo:Thomas Dinges
2012-04-15Blender Internal:Thomas Dinges
2012-04-13Fix #30376: cycles ignores camera override from sequencer.Brecht Van Lommel
2012-04-11code cleanup: float formatting was confusing in some cases - eg: (0.,0.,0.)Campbell Barton
2012-04-06code cleanup: header cleanup, remove commented workaround for mingw since its...Campbell Barton
2012-04-02code cleanup:Campbell Barton
2012-03-31code cleanup: use uppercase defines and change drawFCurveFade into static fun...Campbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-26style cleanup: use NULL rather than 0 for raytrace code.Campbell Barton
2012-03-26fix [#30653] Wrong image at UV/Image Editor windowCampbell Barton
2012-03-26style cleanup: add braces around checks - 'if ELEM() {...}', confuses some pa...Campbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-22style cleanup: enforce macros using a semicolon.Campbell Barton
2012-03-20Correction for previous commit to make normals direction always insideSergey Sharybin
2012-03-20Fix #30420: Metaball Shading Inverted in Raytrace Reflection (Blender Internal)Sergey Sharybin
2012-03-20rename define BM_INLINE -> BLI_INLINE to avoid confusion with bmesh defines.Campbell Barton
2012-03-20Adds support for utf paths on Windows.Alexander Kuznetsov
2012-03-18spelling cleanupCampbell Barton
2012-03-18code cleanup:Campbell Barton
2012-03-12Fix #30512: external render saved render result after reporting error.Brecht Van Lommel
2012-03-11style cleanup, also remove unused externs.Campbell Barton
2012-03-11[#30503] Callback for render job completionCampbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-09code cleanup: replace macros VECCOPY, VECADD, VECSUB, INPR - with BLI_math fu...Campbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-07style cleanup - braces & else / if'sCampbell Barton
2012-03-07- simplify rip code not to expand/contract selection.Campbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-04Many i18n fixings, based on [#30428] [2.62] Translation Issues.Bastien Montagne
2012-03-02style cleanupCampbell Barton
2012-03-02Fix #30413: dynamic paint crash with texture slots with no texture assigned.Brecht Van Lommel
2012-03-01Fix related to #30416: python render_stats handler now also gets called when theBrecht Van Lommel
2012-03-01Fix #30415: motion blur option still had an effect on external engines / cycles,Brecht Van Lommel
2012-03-01Fix related to #30384: multilayer exr files not saving compressed correctly.Brecht Van Lommel
2012-03-01Spelling CleanupCampbell Barton
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton