diff --git a/src/fake_bpy_module/common.py b/src/fake_bpy_module/common.py index d6667379..75c00547 100644 --- a/src/fake_bpy_module/common.py +++ b/src/fake_bpy_module/common.py @@ -1680,6 +1680,7 @@ def _get_refined_data_type_fast( ] return MixinDataType(dtypes) # Ex: tuple of mathutils.Vector's + print(dtype_str) if dtype_str.startswith("tuple of `Object`"): print(f"@@@ {dtype_str}") m = re.match(r"^tuple of `([a-zA-Z0-9.]+)`('s)*$", dtype_str)