refactor: rename PyBMap to pybmap due to the change of libcmo21

This commit is contained in:
2026-03-04 21:56:11 +08:00
parent e4a4eae88e
commit dd6e557f39
7 changed files with 15 additions and 15 deletions

View File

@@ -202,7 +202,7 @@ class PropsVisitor():
"""
encodings = get_ioport_encodings(self.__mAssocScene)
encodings.clear()
for default_enc in UTIL_virtools_types.g_PyBMapDefaultEncodings:
for default_enc in UTIL_virtools_types.g_PybmapDefaultEncodings:
item = encodings.add()
item.encoding = default_enc
def draw_ioport_encodings(self, layout: bpy.types.UILayout) -> None: