Skip to content

Commit

Permalink
Optimized images.
Browse files Browse the repository at this point in the history
  • Loading branch information
senthurayyappan committed Jul 28, 2020
1 parent 517256c commit 890e706
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Binary file modified documentation/blendmsh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documentation/blendmshUI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documentation/blendmshprompt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed documentation/physical_groups_def.png
Binary file not shown.
Binary file added documentation/physicalgroups.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 890e706

Please sign in to comment.