Blender Git Loki
Git Commits -> Revision 3aa499f
Revision 3aa499f by Bastien Montagne (master) January 21, 2013, 10:52 (GMT) |
I18n fix: "" context is not the same as NULL context! This bug did not appear earlier because the "" default context was actually never used, always NULL context was passed instead. But bpy.app.translations uses "" as default context in its keys (simplifies the hash/comp functions of internal py messages cache)... So now, Blender prefers NULL (None in python) as default context value, but understands also "" as such. |
Commit Details:
Full Hash: 3aa499f3f7ab750d8f0f647f8976a02967c7b040
SVN Revision: 53951
Parent Commit: 22b5f09
Lines Changed: +37, -15