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
2015-07-09Cleanup: quiet warningCampbell Barton
2015-07-02Make OpenGL debug contexts a flag --debug-gpu instead of a compile timeAntony Riakiotakis
2015-07-02Minor edits to --helpCampbell Barton
2015-07-01Correct --help messageCampbell Barton
2015-06-20Cleanup: checks for unsupported MSVC versionsCampbell Barton
2015-06-18Return non-zero exit code when running blender from the command line and read...Sergey Sharybin
2015-06-14Fix '--addons' argumentCampbell Barton
2015-06-11Add argument --python-expr to pass Python directlyCampbell Barton
2015-06-05Depsgraph: Report to the console when the new depsgraph is usedSergey Sharybin
2015-06-01Disable writing a crash file completely on Windows.Antony Riakiotakis
2015-05-20Add dedicated command argument to switch depsgraph to a single-threaded evalu...Sergey Sharybin
2015-05-12Depsgraph: New dependency graph integration commitSergey Sharybin
2015-04-27Fix T44464: Viewport mipmaps no longer toggle offCampbell Barton
2015-04-24Add debug option --debug-gpumem to show GPU memory used in status bar.Antony Riakiotakis
2015-04-18Cleanup: API naming use BKE_undo_ prefixCampbell Barton
2015-03-27Cleanup: win32 mixed declare/statements in main()Campbell Barton
2015-03-26sound module: Append functions with BKE (makes it easier to make themAntony Riakiotakis
2015-03-21Cleanup: instantiate arg once in context macroCampbell Barton
2015-03-11Cleanup: styleCampbell Barton
2015-03-03Style cleanupAntony Riakiotakis
2015-03-03Windows: Add stacktrace support when unhandled exception occurs.Antony Riakiotakis
2015-02-13Purge temporary files on abortSergey Sharybin
2015-02-12Fix (unreported) `load_file()` func from creator.c not setting G.save_over co...Bastien Montagne
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-22Quit blender with non-zero exit code if tryign to use non-existing render eng...Sergey Sharybin
2014-12-30Fix an odd line that slipped in my ghost_hack_first_file commitJens Verwiebe
2014-12-25OSX: revive GHOST_HACK_getFirstFile cause it breaks things on older OSX versi...Jens Verwiebe
2014-11-24BLI_utildefines: add UNUSED_VARS() macroCampbell Barton
2014-11-23Refactor: BLI_path_util (part 2)Campbell Barton
2014-11-23Refactor: BLI_path_util (split out app directory access)Campbell Barton
2014-11-18BLI_assert: print a backtrace with the errorCampbell Barton
2014-11-17Support dynamic loading of SDL librariesSergey Sharybin
2014-11-05Debug: print output on --debug-fpeCampbell Barton
2014-10-09Fix T42139, vertical noise stripe patterns in noise texture.Antony Riakiotakis
2014-10-08Ghost Context RefactorJason Wilkins
2014-10-06Correction for wrong ifdef in creatorSergey Sharybin
2014-10-02Cleanup: indentationCampbell Barton
2014-09-25Cycles: Add support of Glog loggingSergey Sharybin
2014-09-08Warn when --engine arg isn't foundCampbell Barton
2014-09-05Disable msvc runtime fma3 use in an attempt to fix msvc 2013 + windows 7 issues.Martijn Berger
2014-06-26Code cleanup: casts, dead assignment & arg order.Campbell Barton
2014-06-24Switch allocator to thread-safe when rendering from the command lineSergey Sharybin
2014-06-23T39690: Modifications to Blender's 'temp dir' system.Bastien Montagne
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-02Rename "BLI_cpu.h" to "BLI_system.h" and add to it BLI_getpid() helper.Bastien Montagne
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-30Doxy comment for main()Campbell Barton
2014-03-07Removing ParticleSystem->frand arrays to avoid memory corruption issuesLukas Tönne
2014-02-19Fix T38715: Setting object mode fails from command lineCampbell Barton
2014-02-12Fix T38541: sys.exit fails when blender is built as a py-moduleCampbell Barton