[Bf-extensions-cvs] [96d48401] blender2.8: small text change

Kalle-Samuli Riihikoski noreply at git.blender.org
Thu Dec 13 18:27:45 CET 2018


Commit: 96d48401f47ec5a1e3dbd556884545747dc50f41
Author: Kalle-Samuli Riihikoski
Date:   Thu Dec 13 19:24:14 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBA96d48401f47ec5a1e3dbd556884545747dc50f41

small text change

===================================================================

M	io_coat3D/__init__.py

===================================================================

diff --git a/io_coat3D/__init__.py b/io_coat3D/__init__.py
index 08b36d95..214f3b20 100644
--- a/io_coat3D/__init__.py
+++ b/io_coat3D/__init__.py
@@ -925,7 +925,7 @@ class SCENE_PT_Settings_Update(ObjectButtonsPanel, bpy.types.Panel):
         flow = layout.grid_flow(row_major=True, columns=0, even_columns=False, even_rows=False, align=True)
 
         col = flow.column()
-        col.prop(coat3D, "importmesh", text="Update Mesh")
+        col.prop(coat3D, "importmesh", text="Update Mesh/UV")
         col = flow.column()
         col.prop(coat3D, "createnodes", text="Create Extra Nodes")
         col = flow.column()



More information about the Bf-extensions-cvs mailing list