Merge pull request #14074 from NomAnor/pd-icons
Change PartDesign Pad and Revolution tree icons
@@ -44,7 +44,7 @@ class CommandTube:
|
||||
return {'MenuText': Qt.QT_TRANSLATE_NOOP("Part_Tube","Create tube"),
|
||||
'Accel': "",
|
||||
'CmdType': "AlterDoc:Alter3DView:AlterSelection",
|
||||
'Pixmap': "Part_Tube",
|
||||
'Pixmap': "Part_Tube_Parametric",
|
||||
'ToolTip': Qt.QT_TRANSLATE_NOOP("Part_Tube","Creates a tube")}
|
||||
|
||||
def Activated(self):
|
||||
|
||||
@@ -131,7 +131,7 @@ CmdPartBox2::CmdPartBox2()
|
||||
sToolTipText = QT_TR_NOOP("Create a box solid without dialog");
|
||||
sWhatsThis = "Part_Box2";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "Part_Box";
|
||||
sPixmap = "Part_Box_Parametric";
|
||||
}
|
||||
|
||||
void CmdPartBox2::activated(int iMsg)
|
||||
@@ -172,7 +172,7 @@ CmdPartBox3::CmdPartBox3()
|
||||
sToolTipText = QT_TR_NOOP("Create a box solid without dialog");
|
||||
sWhatsThis = "Part_Box3";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "Part_Box";
|
||||
sPixmap = "Part_Box_Parametric";
|
||||
}
|
||||
|
||||
void CmdPartBox3::activated(int iMsg)
|
||||
@@ -1059,7 +1059,7 @@ CmdPartImportCurveNet::CmdPartImportCurveNet()
|
||||
sToolTipText= QT_TR_NOOP("Import a curve network");
|
||||
sWhatsThis = "Part_ImportCurveNet";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "Part_Box";
|
||||
sPixmap = "Part_Box_Parametric";
|
||||
}
|
||||
|
||||
void CmdPartImportCurveNet::activated(int iMsg)
|
||||
|
||||
@@ -66,7 +66,7 @@ CmdPartCylinder::CmdPartCylinder()
|
||||
sToolTipText = QT_TR_NOOP("Create a Cylinder");
|
||||
sWhatsThis = "Part_Cylinder";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "Part_Cylinder";
|
||||
sPixmap = "Part_Cylinder_Parametric";
|
||||
}
|
||||
|
||||
void CmdPartCylinder::activated(int iMsg)
|
||||
@@ -108,7 +108,7 @@ CmdPartBox::CmdPartBox()
|
||||
sToolTipText = QT_TR_NOOP("Create a cube solid");
|
||||
sWhatsThis = "Part_Box";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "Part_Box";
|
||||
sPixmap = "Part_Box_Parametric";
|
||||
}
|
||||
|
||||
void CmdPartBox::activated(int iMsg)
|
||||
@@ -150,7 +150,7 @@ CmdPartSphere::CmdPartSphere()
|
||||
sToolTipText = QT_TR_NOOP("Create a sphere solid");
|
||||
sWhatsThis = "Part_Sphere";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "Part_Sphere";
|
||||
sPixmap = "Part_Sphere_Parametric";
|
||||
}
|
||||
|
||||
void CmdPartSphere::activated(int iMsg)
|
||||
@@ -192,7 +192,7 @@ CmdPartCone::CmdPartCone()
|
||||
sToolTipText = QT_TR_NOOP("Create a cone solid");
|
||||
sWhatsThis = "Part_Cone";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "Part_Cone";
|
||||
sPixmap = "Part_Cone_Parametric";
|
||||
}
|
||||
|
||||
void CmdPartCone::activated(int iMsg)
|
||||
@@ -234,7 +234,7 @@ CmdPartTorus::CmdPartTorus()
|
||||
sToolTipText = QT_TR_NOOP("Create a torus solid");
|
||||
sWhatsThis = "Part_Torus";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "Part_Torus";
|
||||
sPixmap = "Part_Torus_Parametric";
|
||||
}
|
||||
|
||||
void CmdPartTorus::activated(int iMsg)
|
||||
|
||||
@@ -57,7 +57,7 @@ CmdPartSimpleCylinder::CmdPartSimpleCylinder()
|
||||
sToolTipText = QT_TR_NOOP("Create a Cylinder");
|
||||
sWhatsThis = "Part_SimpleCylinder";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "Part_Cylinder";
|
||||
sPixmap = "Part_Cylinder_Parametric";
|
||||
}
|
||||
|
||||
void CmdPartSimpleCylinder::activated(int iMsg)
|
||||
|
||||
@@ -21,14 +21,8 @@
|
||||
<file>icons/booleans/Part_XOR.svg</file>
|
||||
</qresource>
|
||||
<qresource>
|
||||
<file>icons/create/Part_Box.svg</file>
|
||||
<file>icons/create/Part_Cone.svg</file>
|
||||
<file>icons/create/Part_Cylinder.svg</file>
|
||||
<file>icons/create/Part_Primitives.svg</file>
|
||||
<file>icons/create/Part_Shapebuilder.svg</file>
|
||||
<file>icons/create/Part_Sphere.svg</file>
|
||||
<file>icons/create/Part_Torus.svg</file>
|
||||
<file>icons/create/Part_Tube.svg</file>
|
||||
</qresource>
|
||||
<qresource>
|
||||
<file>icons/parametric/Part_Box_Parametric.svg</file>
|
||||
|
||||
|
Before Width: | Height: | Size: 5.9 KiB |
|
Before Width: | Height: | Size: 4.8 KiB |
|
Before Width: | Height: | Size: 6.0 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 6.3 KiB |
|
Before Width: | Height: | Size: 10 KiB |
@@ -1,152 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
version="1.1"
|
||||
id="svg2821"
|
||||
height="64px"
|
||||
width="64px">
|
||||
<defs
|
||||
id="defs2823">
|
||||
<linearGradient
|
||||
id="linearGradient3801">
|
||||
<stop
|
||||
id="stop3803"
|
||||
offset="0"
|
||||
style="stop-color:#c4a000;stop-opacity:1" />
|
||||
<stop
|
||||
id="stop3805"
|
||||
offset="1"
|
||||
style="stop-color:#fce94f;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
gradientTransform="matrix(2.8492421,1.2585119,-0.4040415,0.9147407,-125.84131,-100.25805)"
|
||||
r="19.467436"
|
||||
fy="77.042847"
|
||||
fx="84.883324"
|
||||
cy="77.042847"
|
||||
cx="84.883324"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="radialGradient3701"
|
||||
xlink:href="#linearGradient3377" />
|
||||
<linearGradient
|
||||
id="linearGradient3377">
|
||||
<stop
|
||||
style="stop-color:#faff2b;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3379" />
|
||||
<stop
|
||||
style="stop-color:#ffaa00;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3381" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
gradientTransform="matrix(0.9818943,0.1894295,-0.4109427,2.1300924,40.163453,-121.11559)"
|
||||
r="19.467436"
|
||||
fy="94.369568"
|
||||
fx="76.383331"
|
||||
cy="94.369568"
|
||||
cx="76.383331"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="radialGradient3699"
|
||||
xlink:href="#linearGradient3377" />
|
||||
<linearGradient
|
||||
gradientTransform="translate(-62,0)"
|
||||
spreadMethod="reflect"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
y2="35"
|
||||
x2="85"
|
||||
y1="35"
|
||||
x1="110"
|
||||
id="linearGradient3807"
|
||||
xlink:href="#linearGradient3801" />
|
||||
<linearGradient
|
||||
gradientTransform="translate(-62,-16)"
|
||||
spreadMethod="reflect"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
y2="35"
|
||||
x2="85"
|
||||
y1="35"
|
||||
x1="110"
|
||||
id="linearGradient3807-7"
|
||||
xlink:href="#linearGradient3801-5" />
|
||||
<linearGradient
|
||||
id="linearGradient3801-5">
|
||||
<stop
|
||||
id="stop3803-3"
|
||||
offset="0"
|
||||
style="stop-color:#c4a000;stop-opacity:1" />
|
||||
<stop
|
||||
id="stop3805-5"
|
||||
offset="1"
|
||||
style="stop-color:#fce94f;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<metadata
|
||||
id="metadata2826">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:creator>
|
||||
<cc:Agent>
|
||||
<dc:title>[wmayer]</dc:title>
|
||||
</cc:Agent>
|
||||
</dc:creator>
|
||||
<dc:title></dc:title>
|
||||
<dc:date>2011-10-10</dc:date>
|
||||
<dc:relation>https://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||
<dc:publisher>
|
||||
<cc:Agent>
|
||||
<dc:title>FreeCAD</dc:title>
|
||||
</cc:Agent>
|
||||
</dc:publisher>
|
||||
<dc:identifier>FreeCAD/src/Mod/Part/Gui/Resources/icons/Part_Cylinder.svg</dc:identifier>
|
||||
<dc:rights>
|
||||
<cc:Agent>
|
||||
<dc:title>FreeCAD LGPL2+</dc:title>
|
||||
</cc:Agent>
|
||||
</dc:rights>
|
||||
<cc:license>https://www.gnu.org/copyleft/lesser.html</cc:license>
|
||||
<dc:contributor>
|
||||
<cc:Agent>
|
||||
<dc:title>[agryson] Alexander Gryson</dc:title>
|
||||
</cc:Agent>
|
||||
</dc:contributor>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
id="layer1">
|
||||
<path
|
||||
id="path2994-3"
|
||||
d="m 55.000001,53 c 0,4.418278 -10.745166,8 -24,8 C 17.745168,61 7.000002,57.418278 7.000002,53 L 7,11 54.999999,11 z"
|
||||
style="fill:#fce94f;stroke:#302b00;stroke-width:1.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.5;stroke-opacity:1;stroke-dashoffset:20.4" />
|
||||
<path
|
||||
id="path2994-3-6"
|
||||
d="M 53,51.727273 C 53,55.743889 43.15027,59 31,59 18.849736,59 9.000001,55.743889 9.000001,51.727273 l -2e-6,-38 44.000001,0 z"
|
||||
style="fill:url(#linearGradient3807);fill-opacity:1;stroke:#fce94f;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.5;stroke-opacity:1;stroke-dashoffset:20.4" />
|
||||
<path
|
||||
id="path2994-3-6-9"
|
||||
d="M 53,15.727273 C 51,19 43.15027,21 31,21 18.849736,21 12,19 9.000001,15.727273"
|
||||
style="fill:none;stroke:#fce94f;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.5;stroke-opacity:1;stroke-dashoffset:20.4" />
|
||||
<path
|
||||
transform="matrix(1.1428571,0,0,1.1428571,71,-17.571428)"
|
||||
d="m -14,25 a 21,7 0 1 1 -42,0 21,7 0 1 1 42,0 z"
|
||||
id="path2994"
|
||||
style="fill:#fce94f;stroke:#302b00;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.5;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:20.4" />
|
||||
<ellipse
|
||||
ry="3.3391562"
|
||||
rx="13.913092"
|
||||
cy="10.815742"
|
||||
cx="31.204308"
|
||||
style="fill:#c4a000;fill-opacity:1;stroke:#302b00;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.5;stroke-dasharray:none;stroke-dashoffset:20.4;stroke-opacity:1"
|
||||
id="path2994-0" />
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 5.3 KiB |
@@ -14,8 +14,6 @@
|
||||
<file>icons/PartDesign_BaseFeature.svg</file>
|
||||
<file>icons/PartDesign_Body.svg</file>
|
||||
<file alias="icons/PartDesign_Body_Create_New.svg">icons/PartDesign_Body.svg</file>
|
||||
<file>icons/PartDesign_Body_old.svg</file>
|
||||
<file>icons/PartDesign_Body_Tree.svg</file>
|
||||
<file>icons/PartDesign_Boolean.svg</file>
|
||||
<file>icons/PartDesign_Chamfer.svg</file>
|
||||
<file>icons/PartDesign_Clone.svg</file>
|
||||
@@ -26,7 +24,6 @@
|
||||
<file>icons/PartDesign_Groove.svg</file>
|
||||
<file>icons/PartDesign_Hole.svg</file>
|
||||
<file>icons/PartDesign_InternalExternalGear.svg</file>
|
||||
<file>icons/PartDesign_InvoluteGear.svg</file>
|
||||
<file>icons/PartDesign_Line.svg</file>
|
||||
<file>icons/PartDesign_LinearPattern.svg</file>
|
||||
<file>icons/PartDesign_Migrate.svg</file>
|
||||
@@ -59,7 +56,5 @@
|
||||
<file>icons/PartDesign_SubtractiveWedge.svg</file>
|
||||
<file>icons/PartDesign_Thickness.svg</file>
|
||||
<file>icons/PartDesignWorkbench.svg</file>
|
||||
<file>icons/Tree_PartDesign_Pad.svg</file>
|
||||
<file>icons/Tree_PartDesign_Revolution.svg</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
||||
@@ -1,322 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="64"
|
||||
height="64"
|
||||
id="svg3559"
|
||||
version="1.1"
|
||||
inkscape:version="0.91+devel+osxmenu r12922"
|
||||
sodipodi:docname="Part_v08a.svg"
|
||||
viewBox="0 0 64 64">
|
||||
<defs
|
||||
id="defs3561">
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient4393">
|
||||
<stop
|
||||
style="stop-color:#204a87;stop-opacity:1"
|
||||
offset="0"
|
||||
id="stop4395" />
|
||||
<stop
|
||||
style="stop-color:#3465a4;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop4397" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient4383">
|
||||
<stop
|
||||
style="stop-color:#3465a4;stop-opacity:1"
|
||||
offset="0"
|
||||
id="stop4385" />
|
||||
<stop
|
||||
style="stop-color:#729fcf;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop4387" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient4383"
|
||||
id="linearGradient4389"
|
||||
x1="20.243532"
|
||||
y1="37.588112"
|
||||
x2="17.243532"
|
||||
y2="27.588112"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="translate(-1.243533,-2.588112)" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient4393"
|
||||
id="linearGradient4399"
|
||||
x1="48.714352"
|
||||
y1="45.585785"
|
||||
x2="44.714352"
|
||||
y2="34.585785"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="translate(1.2856487,1.4142136)" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient4383-3"
|
||||
id="linearGradient4389-0"
|
||||
x1="27.243532"
|
||||
y1="54.588112"
|
||||
x2="21.243532"
|
||||
y2="30.588112"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="translate(-1.243533,-2.588112)" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient4383-3">
|
||||
<stop
|
||||
style="stop-color:#3465a4;stop-opacity:1"
|
||||
offset="0"
|
||||
id="stop4385-1" />
|
||||
<stop
|
||||
style="stop-color:#729fcf;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop4387-2" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient4393-9"
|
||||
id="linearGradient4399-7"
|
||||
x1="48.714352"
|
||||
y1="45.585785"
|
||||
x2="40.714352"
|
||||
y2="24.585787"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="translate(1.2856487,1.4142136)" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient4393-9">
|
||||
<stop
|
||||
style="stop-color:#204a87;stop-opacity:1"
|
||||
offset="0"
|
||||
id="stop4395-8" />
|
||||
<stop
|
||||
style="stop-color:#3465a4;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop4397-1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient4393"
|
||||
id="linearGradient69042"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="translate(-12.714351,-17.585786)"
|
||||
x1="48.714352"
|
||||
y1="45.585785"
|
||||
x2="44.714352"
|
||||
y2="34.585785" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient4383"
|
||||
id="linearGradient69056"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="translate(-1.243533,-2.588112)"
|
||||
x1="27.243532"
|
||||
y1="54.588112"
|
||||
x2="17.243532"
|
||||
y2="27.588112" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="10.941048"
|
||||
inkscape:cx="31.005637"
|
||||
inkscape:cy="29.259294"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:document-units="px"
|
||||
inkscape:grid-bbox="true"
|
||||
inkscape:window-width="1680"
|
||||
inkscape:window-height="939"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="23"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:snap-global="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3007"
|
||||
empspacing="2"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata3564">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
<dc:title>Path-Stock</dc:title>
|
||||
<dc:date>2015-07-04</dc:date>
|
||||
<dc:relation>https://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||
<dc:publisher>
|
||||
<cc:Agent>
|
||||
<dc:title>FreeCAD</dc:title>
|
||||
</cc:Agent>
|
||||
</dc:publisher>
|
||||
<dc:identifier>FreeCAD/src/Mod/Path/Gui/Resources/icons/Path-Stock.svg</dc:identifier>
|
||||
<dc:rights>
|
||||
<cc:Agent>
|
||||
<dc:title>FreeCAD LGPL2+</dc:title>
|
||||
</cc:Agent>
|
||||
</dc:rights>
|
||||
<cc:license>https://www.gnu.org/copyleft/lesser.html</cc:license>
|
||||
<dc:contributor>
|
||||
<cc:Agent>
|
||||
<dc:title>[agryson] Alexander Gryson</dc:title>
|
||||
</cc:Agent>
|
||||
</dc:contributor>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
id="layer1"
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer">
|
||||
<path
|
||||
style="fill:url(#linearGradient69056);fill-opacity:1;fill-rule:nonzero;stroke:#0b1521;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
|
||||
d="m 9,49 0,-28 14,5 0,14 14,5 0,14 z"
|
||||
id="path4381"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccccc" />
|
||||
<path
|
||||
style="fill:url(#linearGradient4399);fill-opacity:1;fill-rule:nonzero;stroke:#0b1521;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
|
||||
d="M 37,59 37,45 55,28 55,41 Z"
|
||||
id="path4391"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccc" />
|
||||
<path
|
||||
style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#0b1521;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
|
||||
d="M 9,21 29,5 42,10 23,26 Z"
|
||||
id="path4403"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccc" />
|
||||
<path
|
||||
style="fill:none;stroke:#729fcf;stroke-width:2;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"
|
||||
d="M 11.008035,47.60627 11,24 l 10,4 0,13 14,5 0.0081,10.184812 z"
|
||||
id="path4381-7"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccccc" />
|
||||
<path
|
||||
style="fill:none;stroke:#3465a4;stroke-width:2;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"
|
||||
d="M 39.005041,54.16825 39,46 53,33 l 0.0021,7.176847 z"
|
||||
id="path4391-0"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path69038"
|
||||
d="M 23,40 42,23 55,28 37,45 Z"
|
||||
style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#0b1521;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path69040"
|
||||
d="M 23,40 23,26 42,10 42,23 Z"
|
||||
style="fill:url(#linearGradient69042);fill-opacity:1;fill-rule:nonzero;stroke:#0b1521;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path69044"
|
||||
d="m 25,36 0,-9 15,-13 0,8 z"
|
||||
style="fill:none;stroke:#3465a4;stroke-width:2;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" />
|
||||
</g>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer2"
|
||||
inkscape:label="temporal"
|
||||
style="display:none;opacity:0.58800001"
|
||||
sodipodi:insensitive="true">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path68967"
|
||||
d="M 9,35 9,49"
|
||||
style="fill:#ef2929;fill-rule:evenodd;stroke:#ef2929;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path68971"
|
||||
d="M 9,35 37,45"
|
||||
style="fill:#ef2929;fill-rule:evenodd;stroke:#ef2929;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
sodipodi:nodetypes="cc"
|
||||
style="fill:#ef2929;fill-rule:evenodd;stroke:#ef2929;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 55,28 0,13"
|
||||
id="path68973"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#ef2929;fill-rule:evenodd;stroke:#ef2929;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 37,45 55,28"
|
||||
id="path68977"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path68983"
|
||||
d="M 23,40 23,26"
|
||||
style="fill:#ef2929;fill-rule:evenodd;stroke:#ef2929;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
sodipodi:nodetypes="cc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path68985"
|
||||
d="m 29,5 13,5"
|
||||
style="fill:#ef2929;fill-rule:evenodd;stroke:#ef2929;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:#ef2929;fill-rule:evenodd;stroke:#ef2929;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 23,26 42,10"
|
||||
id="path68989"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:#ef2929;fill-rule:evenodd;stroke:#ef2929;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 19,13 29,5"
|
||||
id="path68993"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:#ef2929;fill-rule:evenodd;stroke:#ef2929;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 55,15 -9,8"
|
||||
id="path68997"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path69030"
|
||||
d="M 42,23 42,10"
|
||||
style="fill:#ef2929;fill-rule:evenodd;stroke:#ef2929;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:#ef2929;fill-rule:evenodd;stroke:#ef2929;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 42,23 14,5"
|
||||
id="path69034"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path69036"
|
||||
d="M 23,40 42,23"
|
||||
style="fill:#ef2929;fill-rule:evenodd;stroke:#ef2929;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 45 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 13 KiB |
@@ -66,7 +66,7 @@ ViewProviderBody::ViewProviderBody()
|
||||
ADD_PROPERTY(DisplayModeBody,((long)0));
|
||||
DisplayModeBody.setEnums(BodyModeEnum);
|
||||
|
||||
sPixmap = "PartDesign_Body_Tree.svg";
|
||||
sPixmap = "PartDesign_Body.svg";
|
||||
|
||||
Gui::ViewProviderOriginGroupExtension::initExtension(this);
|
||||
}
|
||||
|
||||
@@ -36,7 +36,7 @@ PROPERTY_SOURCE(PartDesignGui::ViewProviderPad,PartDesignGui::ViewProviderSketch
|
||||
|
||||
ViewProviderPad::ViewProviderPad()
|
||||
{
|
||||
sPixmap = "Tree_PartDesign_Pad.svg";
|
||||
sPixmap = "PartDesign_Pad.svg";
|
||||
}
|
||||
|
||||
ViewProviderPad::~ViewProviderPad() = default;
|
||||
|
||||
@@ -36,7 +36,7 @@ PROPERTY_SOURCE(PartDesignGui::ViewProviderRevolution,PartDesignGui::ViewProvide
|
||||
|
||||
ViewProviderRevolution::ViewProviderRevolution()
|
||||
{
|
||||
sPixmap = "Tree_PartDesign_Revolution.svg";
|
||||
sPixmap = "PartDesign_Revolution.svg";
|
||||
}
|
||||
|
||||
ViewProviderRevolution::~ViewProviderRevolution() = default;
|
||||
|
||||
@@ -279,7 +279,7 @@ void Workbench::activated()
|
||||
"SELECT Part::Feature SUBELEMENT Vertex COUNT 1..",
|
||||
Vertex,
|
||||
"Vertex tools",
|
||||
"Part_Box"
|
||||
"Part_Box_Parametric"
|
||||
));
|
||||
|
||||
const char* Edge[] = {
|
||||
@@ -294,7 +294,7 @@ void Workbench::activated()
|
||||
"SELECT Part::Feature SUBELEMENT Edge COUNT 1..",
|
||||
Edge,
|
||||
"Edge tools",
|
||||
"Part_Box"
|
||||
"Part_Box_Parametric"
|
||||
));
|
||||
|
||||
const char* Face[] = {
|
||||
@@ -312,7 +312,7 @@ void Workbench::activated()
|
||||
"SELECT Part::Feature SUBELEMENT Face COUNT 1",
|
||||
Face,
|
||||
"Face tools",
|
||||
"Part_Box"
|
||||
"Part_Box_Parametric"
|
||||
));
|
||||
|
||||
const char* Body[] = {
|
||||
@@ -322,7 +322,7 @@ void Workbench::activated()
|
||||
"SELECT PartDesign::Body COUNT 1",
|
||||
Body,
|
||||
"Start Body",
|
||||
"Part_Box"
|
||||
"Part_Box_Parametric"
|
||||
));
|
||||
|
||||
const char* Body2[] = {
|
||||
@@ -332,7 +332,7 @@ void Workbench::activated()
|
||||
"SELECT PartDesign::Body COUNT 1..",
|
||||
Body2,
|
||||
"Start Boolean",
|
||||
"Part_Box"
|
||||
"Part_Box_Parametric"
|
||||
));
|
||||
|
||||
const char* Plane1[] = {
|
||||
@@ -346,7 +346,7 @@ void Workbench::activated()
|
||||
"SELECT App::Plane COUNT 1",
|
||||
Plane1,
|
||||
"Start Part",
|
||||
"Part_Box"
|
||||
"Part_Box_Parametric"
|
||||
));
|
||||
const char* Plane2[] = {
|
||||
"PartDesign_NewSketch",
|
||||
@@ -359,7 +359,7 @@ void Workbench::activated()
|
||||
"SELECT PartDesign::Plane COUNT 1",
|
||||
Plane2,
|
||||
"Start Part",
|
||||
"Part_Box"
|
||||
"Part_Box_Parametric"
|
||||
));
|
||||
|
||||
const char* Line[] = {
|
||||
@@ -371,7 +371,7 @@ void Workbench::activated()
|
||||
"SELECT PartDesign::Line COUNT 1",
|
||||
Line,
|
||||
"Start Part",
|
||||
"Part_Box"
|
||||
"Part_Box_Parametric"
|
||||
));
|
||||
|
||||
const char* Point[] = {
|
||||
@@ -384,7 +384,7 @@ void Workbench::activated()
|
||||
"SELECT PartDesign::Point COUNT 1",
|
||||
Point,
|
||||
"Start Part",
|
||||
"Part_Box"
|
||||
"Part_Box_Parametric"
|
||||
));
|
||||
|
||||
const char* NoSel[] = {
|
||||
@@ -393,7 +393,7 @@ void Workbench::activated()
|
||||
Watcher.push_back(new Gui::TaskView::TaskWatcherCommandsEmptySelection(
|
||||
NoSel,
|
||||
"Start Part",
|
||||
"Part_Box"
|
||||
"Part_Box_Parametric"
|
||||
));
|
||||
|
||||
const char* Faces[] = {
|
||||
@@ -406,7 +406,7 @@ void Workbench::activated()
|
||||
"SELECT Part::Feature SUBELEMENT Face COUNT 2..",
|
||||
Faces,
|
||||
"Face tools",
|
||||
"Part_Box"
|
||||
"Part_Box_Parametric"
|
||||
));
|
||||
|
||||
const char* Sketch[] = {
|
||||
@@ -427,7 +427,7 @@ void Workbench::activated()
|
||||
"SELECT Sketcher::SketchObject COUNT 1",
|
||||
Sketch,
|
||||
"Sketch tools",
|
||||
"Part_Box"
|
||||
"Part_Box_Parametric"
|
||||
));
|
||||
|
||||
const char* Transformed[] = {
|
||||
|
||||
@@ -30,7 +30,7 @@ class TaskWatcherFilter:
|
||||
self.commands = ["Sketcher_NewSketch", "PartDesign_Fillet", "PartDesign_Chamfer"]
|
||||
self.filter = "SELECT Part::Feature SUBELEMENT Face COUNT 1"
|
||||
self.title = "Face tools"
|
||||
self.icon = "Part_Box"
|
||||
self.icon = "Part_Box_Parametric"
|
||||
|
||||
class TaskPanel:
|
||||
def __init__(self):
|
||||
|
||||