Skip to content

Commit 350c886

Browse files
author
RealIndrit
committed
[/] Remove debug print
1 parent 2ca80e7 commit 350c886

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/io_openctm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ def execute(self, context):
8181
for map_index in range(8):
8282
uv_coords = ctmGetFloatArray(ctm_context, (0x0700 + map_index))
8383
if uv_coords:
84-
print(f"UV{map_index}")
8584
uv_name = ctmGetUVMapString(ctm_context, (0x0700 + map_index), CTM_NAME)
8685
uv_coords = np.fromiter(uv_coords, dtype=float, count=vertex_count * 2).reshape((-1, 2))
8786
if uv_name:

0 commit comments

Comments
 (0)