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
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
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-04Fix missing $BLENDER_USER_DATAFILES in command line help text.Lawrence D'Oliveiro
2014-02-04Correct help: -b/--background does not take a file argumentLawrence D'Oliveiro
2014-01-29Move depsgraph debug print under --debug-depsgraph command line argumentSergey Sharybin
2014-01-25Blender docs: Correct upper limit, shown for missing -t option value.Lawrence D'Oliveiro
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-12-23Fix for crash when no args where given with -o, -x command line argsCampbell Barton
2013-12-10Fix T37713: proxy not updated for first frame in background render.Brecht Van Lommel
2013-11-21Fix compile error on MinGW64, time.h is required for gmtime.Antony Riakiotakis
2013-11-17fix for crash with new buildinfo, when gmtime() returns NULLCampbell Barton
2013-11-15Further tweaks to buildinfoSergey Sharybin
2013-11-04Made buildinfo aware of builds from GITSergey Sharybin
2013-11-01code cleanup: spellingCampbell Barton
2013-10-10Lock-free memory allocatorSergey Sharybin
2013-10-03freeing mempool elements now fills freed memory with --debug for debug builds.Campbell Barton
2013-08-28remove callback BLI_localErrorCallBack from scanfill, was here for years and ...Campbell Barton
2013-08-26quiet warnings when building as a python moduleCampbell Barton
2013-08-19Made modifiers_getVirtualModifierList safe for threadingSergey Sharybin
2013-07-21_MSV_VER should be _MSC_VERJason Wilkins
2013-07-04Remove SDL_VIDEODRIVER=dummy environment variable setting, this may interfereBrecht Van Lommel
2013-06-29re-arrange '--help' output into more useful sections (added debug, python).Campbell Barton
2013-06-26remove unused callbackCampbell Barton
2013-06-18add option to enable auto-execute scripts, but exclude certain directories.Campbell Barton
2013-06-10Python script auto-execution changes:Campbell Barton
2013-06-10code cleanup: group python reset functions in BPY_python_reset()Campbell Barton
2013-05-25code cleanup: typo and stop manpage turning '$' into italic.Campbell Barton
2013-05-21Fix #35443: Animation player doesn't play some movie formatsSergey Sharybin
2013-05-08Fix #35240: command line -t number of threads option did not work for cycles.Brecht Van Lommel
2013-04-29Fix for --debug-ffmpeg not giving enough informationSergey Sharybin
2013-04-13Accidentally left in test function. All's fine now!Ton Roosendaal
2013-04-13Fix compilation, ifdef test_file just in case it is useful for later.Antony Riakiotakis
2013-04-13Bug fix #34896Ton Roosendaal
2013-04-08fix [#34900] Building blender as a python module is broken in trunkCampbell Barton
2013-04-04svn merge ^/trunk/blender -r55700:55776Campbell Barton
2013-04-04code cleanup: use bools in UI and WM code, quiet some shadow warnings, remove...Campbell Barton
2013-03-24Merged changes in the trunk up to revision 55546.Tamito Kajiyama
2013-03-22code cleanup: use NULL rather then 0 for pointers, and make vars static where...Campbell Barton
2013-03-19Fix: jittered brushes are not jittered, reported by kursad karatas.Antony Riakiotakis
2013-02-24Merged changes in the trunk up to revision 54802.Tamito Kajiyama
2013-02-19patch [#34320] Cross compiling with mingw-w64 on ubuntuCampbell Barton
2013-02-16Merged changes in the trunk up to revision 54594.Tamito Kajiyama
2013-02-14misc changesCampbell Barton
2013-02-11Command line argument '--python' wasn't working as documented since a long ti...Campbell Barton
2013-02-11style cleanup: also some typosCampbell Barton
2013-02-10Merged changes in the trunk up to revision 54421.Tamito Kajiyama
2013-02-07when using blender as a python module, force factory-startupCampbell Barton
2013-02-06some fixes for building blender as a python module again (wip, more work need...Campbell Barton
2013-02-02style cleanupCampbell Barton