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 (Collapse)Author
2012-07-29fix for own regression with handling of script paths, however this didnt ↵Campbell Barton
work quite right before either. Handle these 2 kinds of script paths * user script path: ~/.blender/scripts OR $BLENDER_USER_SCRIPTS * pref script path: always bpy.context.user_preferences.filepaths.script_directory now both are returned by bpy.utils.script_paths()
2012-06-20style cleanupCampbell Barton
2012-03-04fix for issue raise by patch [#30154] non utf8 buildinfo, fails to import ↵Campbell Barton
'bpy' module. we cant ensure buildinfo to have utf8 encoding so access it as bytes via python - a different workaround then this patch made. also use C style string formatting for sys_info.py
2012-01-01pep8 editsCampbell Barton
2011-12-28Add FFmpeg libraries versions to system-info.txtSergey Sharybin
2011-03-22allow system info operator in background mode.Campbell Barton
2011-02-17pep8 cleanup and remove unused vars/importsCampbell Barton
2011-01-01pep8 cleanupCampbell Barton
2010-10-19* Enable compile and link flags to build info also on Windows and in SCons.Nathan Letwory
* Added build_system SCons or CMake * Write the new build info also to system-info.txt
2010-10-16Add System Info function to the Help menu.Nathan Letwory
Users can use this to quickly get info about their system for bug reports.