blender/release/scripts/startup
Campbell Barton b56d2f9766 fix [#30623] user-defined render presets bug
this report exposed multiple bugs in blender when using a non utf8 compatible home directory.

- bpy.utils.script_paths() would crash when homedir wasn't utf8 (reported bug)
- PyC_DefaultNameSpace() - would raise an error when running when __file__ was non utf8.
- preset filepath property was not set to accept non utf8.
- bpy.paths.display_name would raise an error on non utf8 paths, (used for preset draw)
2012-03-21 22:29:49 +00:00
..
bl_operators fix [#30623] user-defined render presets bug 2012-03-21 22:29:49 +00:00
bl_ui == Sequencer == 2012-03-21 18:02:29 +00:00
keyingsets_builtins.py Tweaks for typos in the Keying Set descriptions commit 2012-03-09 10:24:53 +00:00