Fix MeshPart icon names
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Reference in New Issue
Block a user