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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user