diff --git a/README.md b/README.md index a31cd06..59221cb 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Blendmsh is a bridge between Blender 2.80+ and Gmsh, a fast and light 3D finite ### Definition of Physical Groups Physical groups can be defined by assigning materials to faces (Boundaries). -![Physical Groups](documentation/physical_groups_def.png) +![Physical Groups](documentation/physicalgroups.png) ### Output Output mesh is saved to the specified workspace path, it can then be imported into FreeCAD, OpenFOAM, Paraview or anyother application that supports the above mentioned mesh format. diff --git a/documentation/blendmsh.png b/documentation/blendmsh.png index b20054f..3d97279 100644 Binary files a/documentation/blendmsh.png and b/documentation/blendmsh.png differ diff --git a/documentation/blendmshUI.png b/documentation/blendmshUI.png index cc8c682..2b038df 100644 Binary files a/documentation/blendmshUI.png and b/documentation/blendmshUI.png differ diff --git a/documentation/blendmshprompt.png b/documentation/blendmshprompt.png index fc1c067..90eeecb 100644 Binary files a/documentation/blendmshprompt.png and b/documentation/blendmshprompt.png differ diff --git a/documentation/physical_groups_def.png b/documentation/physical_groups_def.png deleted file mode 100644 index 3e1794f..0000000 Binary files a/documentation/physical_groups_def.png and /dev/null differ diff --git a/documentation/physicalgroups.png b/documentation/physicalgroups.png new file mode 100644 index 0000000..c972171 Binary files /dev/null and b/documentation/physicalgroups.png differ diff --git a/preferences.py b/preferences.py index f0e0098..884ddd6 100644 --- a/preferences.py +++ b/preferences.py @@ -17,7 +17,6 @@ def draw(self, context): layout.label(text='Blendmsh requires Gmsh module!', icon='ERROR') row = layout.row() row.operator('blendmsh.installer') - layout.label(text='Installing Gmsh module...', icon='URL') class BlendmshInstaller(bpy.types.Operator): bl_idname = "blendmsh.installer"