Go to file
Bastien Montagne 3aa499f3f7 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.
2013-01-21 10:52:34 +00:00
build_files code cleanup: 2013-01-15 23:17:45 +00:00
doc code cleanup: 2013-01-15 23:17:45 +00:00
extern add option WITH_SYSTEM_BULLET to link against the bullet installation found on the system. 2013-01-03 00:23:52 +00:00
intern Cycles Hair: Fix of cardinal curve intersection routine 2013-01-21 00:58:14 +00:00
release Patch [#33926] Menu separators to group the items on Specials Menu 2013-01-21 10:48:18 +00:00
source I18n fix: "" context is not the same as NULL context! 2013-01-21 10:52:34 +00:00
CMakeLists.txt Dosvidanya, old compositor! 2013-01-14 15:53:17 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile code cleanup: comment unused members of bmesh operator slots and some osl style edits. 2012-11-20 14:31:58 +00:00
SConstruct Further tweaks to buildbot 2013-01-10 08:55:44 +00:00