Bunch of fixes for UI messages.

Also generate rigid body constraint types in py bullet code from RNA enum values (simpler than having to sync the code when something is changed here!).

Side note: RNA API about icons still needs to expose icons for enum values, and conversion funcs between icon_name and icon_value!
This commit is contained in:
Bastien Montagne
2013-01-27 18:14:24 +00:00
parent 2545e832e2
commit a2e55171fe
5 changed files with 86 additions and 66 deletions

View File

@@ -246,6 +246,7 @@ dict_uimsgs = {
"tri", "tris",
"uv", "uvs", "uvw", "uw", "uvmap",
"vec",
"vel", # velocity!
"vert", "verts",
"vis",
"xyz", "xzy", "yxz", "yzx", "zxy", "zyx",
@@ -311,6 +312,7 @@ dict_uimsgs = {
"inpaint",
"lightmap",
"lossless", "lossy",
"matcap",
"midtones",
"mipmap", "mipmaps", "mip",
"ngon", "ngons",