[Bf-extensions-cvs] [5e6d65e0] blender2.8: Update for new icon set.

Brecht Van Lommel noreply at git.blender.org
Wed Oct 10 17:24:58 CEST 2018


Commit: 5e6d65e0f70841163531480699a0a8f0b4898f67
Author: Brecht Van Lommel
Date:   Wed Oct 10 17:24:15 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBAC5e6d65e0f70841163531480699a0a8f0b4898f67

Update for new icon set.

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

M	cacharanth/ui.py
M	io_scene_fpx/fpx_ui.py

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

diff --git a/cacharanth/ui.py b/cacharanth/ui.py
index fcbbf3d8..eb2c900a 100644
--- a/cacharanth/ui.py
+++ b/cacharanth/ui.py
@@ -153,7 +153,7 @@ class VIEW3D_PT_MeshcacheToolsPanel(Panel):
 
         row = layout.row(align=True)
         row.prop(scene, "meshcache_folder", text="Export Path")
-        row.operator("buttons.meshcache_folder_set", icon='FILESEL', text="")
+        row.operator("buttons.meshcache_folder_set", icon='FILEBROWSER', text="")
 
 
         row = layout.row(align=True)
diff --git a/io_scene_fpx/fpx_ui.py b/io_scene_fpx/fpx_ui.py
index 083d4b5e..c9d6077c 100644
--- a/io_scene_fpx/fpx_ui.py
+++ b/io_scene_fpx/fpx_ui.py
@@ -861,7 +861,7 @@ class FptImportOperator(Operator, ImportHelper):
 
         box.label(fpx_str['LABEL_NAME_EXTERNAL_DATA'], icon=FpxUI.ICON_EXTERNAL_DATA)
         flow = box.column_flow()
-        flow.prop(self, 'path_libraries', icon='FILESEL', text="")
+        flow.prop(self, 'path_libraries', icon='FILEBROWSER', text="")
         flow.prop(self, 'path_dmdfonts', icon='IMASEL', text="")
         flow.prop(self, 'path_tables', icon='FILE_FOLDER', text="")



More information about the Bf-extensions-cvs mailing list