adapt to PyBMap binding

This commit is contained in:
2023-11-09 17:20:57 +08:00
parent 6e4b1b37da
commit ec0749f3e5
19 changed files with 6144 additions and 261 deletions

View File

@ -6,7 +6,7 @@ class BBP_OT_import_bmfile(bpy.types.Operator, UTIL_file_browser.ImportBmxFile):
bl_idname = "bbp.import_bmfile"
bl_label = "Import BM (Ballance Map) File"
bl_options = {'PRESET', 'UNDO'}
@classmethod
def poll(self, context):
return PROP_preferences.get_raw_preferences().has_valid_blc_tex_folder()