Skip to content

Commit 27efd65

Browse files
author
nkx
committed
minor update on naming
1 parent f45249e commit 27efd65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

io_mesh_w3d/w3x/export_w3x.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def save(context, export_settings, data_context):
5252
# w3dcontainer
5353
if data_context.hlod:
5454
if export_settings['individual_files']:
55-
path = filepath_pure + "_SKN" + context.filename_ext
55+
path = filepath_pure + "_CTR" + context.filename_ext
5656
context.info('Saving file :' + path)
5757
write_struct(data_context.hlod, path)
5858
else:

0 commit comments

Comments
 (0)