Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Jul 16, 2023
1 parent 46ee680 commit 8245d73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fake_bpy_module/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8245d73

Please sign in to comment.