Campbell Barton
4f2976941f
fix for issue raise by patch [ #30154 ] non utf8 buildinfo, fails to import '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-03-04 03:14:38 +00:00
Campbell Barton
c99975e24f
pep8 edits
2012-01-01 08:52:54 +00:00
Sergey Sharybin
c5a81536ca
Add FFmpeg libraries versions to system-info.txt
2011-12-28 12:35:58 +00:00
Campbell Barton
a2acecc9d2
allow system info operator in background mode.
2011-03-22 11:44:46 +00:00
Campbell Barton
812f238494
pep8 cleanup and remove unused vars/imports
2011-02-17 04:35:41 +00:00
Campbell Barton
7f3fe8a2df
pep8 cleanup
2011-01-01 07:20:34 +00:00
Nathan Letwory
2a89fb887e
* Enable compile and link flags to build info also on Windows and in SCons.
...
* Added build_system SCons or CMake
* Write the new build info also to system-info.txt
2010-10-19 05:00:36 +00:00
Nathan Letwory
d170a959d2
Add System Info function to the Help menu.
...
Users can use this to quickly get info about their system for bug reports.
2010-10-16 17:26:40 +00:00