Skip to content

Commit

Permalink
Update csv_mesh_importer.py
Browse files Browse the repository at this point in the history
small update
  • Loading branch information
JollyShmo authored May 20, 2024
1 parent 9c3fcd9 commit 2382b15
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions csv_mesh_importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class CSVMeshImporterOperator(bpy.types.Operator, ImportHelper):
('NONE', "◌ UV Unwrap OFF", "No testing"),
],
default='BETA',
description="Testing and Debugging"
description="Beta: UV unwrapping and mapping"
)

def draw(self, context):
Expand Down Expand Up @@ -204,8 +204,6 @@ def draw(self, context):
layout.prop(self, "pos_uy_column")
else:
self.hide_option_uv = False
else:
self.hide_option_uv = False

def execute(self, context):
try:
Expand Down

0 comments on commit 2382b15

Please sign in to comment.