Blender Git Loki
Git Commits -> Revision 4f29769
Revision 4f29769 by Campbell Barton (master) March 4, 2012, 03:14 (GMT) |
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 |
Commit Details:
Full Hash: 4f2976941fd7284c85e89c1de5038805e62a5c99
SVN Revision: 44631
Parent Commit: 6c37e0a
Lines Changed: +59, -55