Py API doc generation: add bpy.app.translations module, and fix a few errors found while building the doc. Thanks to Campbell for review.
This commit is contained in:
@@ -142,7 +142,10 @@ def main():
|
||||
"BM_EDGE",
|
||||
"BM_FACE",
|
||||
|
||||
"BMO_OP_FLAG_UNTAN_MULTIRES",
|
||||
"BMO_OPTYPE_FLAG_NORMALS_CALC",
|
||||
"BMO_OPTYPE_FLAG_UNTAN_MULTIRES",
|
||||
"BMO_OPTYPE_FLAG_SELECT_FLUSH",
|
||||
"BMO_OPTYPE_FLAG_NOP",
|
||||
)
|
||||
vars_dict = {}
|
||||
for i, v in enumerate(vars):
|
||||
|
||||
Reference in New Issue
Block a user