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-01Merged changes in the trunk up to revision 45308.Tamito Kajiyama
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-25Merged changes in the trunk up to revision 45133.Tamito Kajiyama
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-11Merged changes in the trunk up to revision 44797.Tamito Kajiyama
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-03Merged changes in the trunk up to revision 44612.Tamito Kajiyama
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-03-01Merged changes in the trunk up to revision 44561.Tamito Kajiyama
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-21Merged changes in the trunk up to revision 44266 (including BMesh).Tamito Kajiyama
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-18Merged changes in the trunk up to revision 44221.Tamito Kajiyama
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-12Merged changes in the trunk up to revision 44039.Tamito Kajiyama
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