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-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
2012-02-19svn merge ^/trunk/blender -r44235:44250Campbell Barton
2012-02-19replace MIN2 / MAX2 with minf / maxf to avoid calling functions multiple times.Campbell Barton
2012-02-18svn merge ^/trunk/blender -r44189:44204Campbell Barton
2012-02-17patch [#30227] Various MSVC (32-bit) Warning and Typo FixesCampbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-08svn merge ^/trunk/blender -r43934:43976Campbell Barton
2012-02-08Fix #30081: the fix for #30026 related to rendering indirect/environment lightBrecht Van Lommel
2012-02-05svn merge ^/trunk/blender -r43864:43887Campbell Barton
2012-02-04Code Cleanup: avoid double promotion.Campbell Barton
2012-02-03svn merge ^/trunk/blender -r43830:43864Campbell Barton
2012-02-03Fix #29921: render rasterization error in a corner case, only happened on 32bitBrecht Van Lommel
2012-02-02Fix related to #30053: crash rendering scene strips without a scene (due to m...Brecht Van Lommel
2012-02-01svn merge ^/trunk/blender -r43751:43819, need to look into changes made to ed...Campbell Barton
2012-01-30Fix #30026: errors rendering material with ambient 0 and AO/env/indirect light.Brecht Van Lommel
2012-01-26svn merge ^/trunk/blender -r43693:43733Campbell Barton
2012-01-26Fix #29960: fields option should not be used for external engine rendering.Brecht Van Lommel
2012-01-25svn merge ^/trunk/blender -r43685:43693Campbell Barton
2012-01-25Cycles: Render PassesBrecht Van Lommel