Fix MeshPart icon names

This commit is contained in:
bitacovir
2021-02-09 20:47:50 -03:00
committed by wwmayer
parent ebc4cd6700
commit 4130244329
4 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ class CreateFlatMesh(BaseCommand):
"""create flat wires from a meshed face"""
def GetResources(self):
return {'Pixmap': 'MeshPart_Create_Flat_Mesh.svg', 'MenuText': 'Unwrap Mesh', 'ToolTip': 'find a flat representation of a mesh'}
return {'Pixmap': 'MeshPart_CreateFlatMesh.svg', 'MenuText': 'Unwrap Mesh', 'ToolTip': 'find a flat representation of a mesh'}
def Activated(self):
import numpy as np
@@ -49,7 +49,7 @@ class CreateFlatFace(BaseCommand):
only full faces are supported right now"""
def GetResources(self):
return {'Pixmap': 'MeshPart_Create_Flat_Face.svg', 'MenuText': 'Unwrap Face', 'ToolTip': 'find a flat representation of a mesh'}
return {'Pixmap': 'MeshPart_CreateFlatFace.svg', 'MenuText': 'Unwrap Face', 'ToolTip': 'find a flat representation of a mesh'}
def Activated(self):
import numpy as np

View File

@@ -2,8 +2,8 @@
<qresource>
<file>icons/actions/MeshFace.svg</file>
<file>icons/MeshPart_CurveOnMesh.svg</file>
<file>icons/MeshPart_Create_Flat_Face.svg</file>
<file>icons/MeshPart_Create_Flat_Mesh.svg</file>
<file>icons/MeshPart_CreateFlatFace.svg</file>
<file>icons/MeshPart_CreateFlatMesh.svg</file>
</qresource>
<qresource>
<file>translations/MeshPart_af.qm</file>

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB