Skip to content

Commit 822841b

Browse files
authored
Merge pull request #427 from tonihele/feature/blender-svg
Blender icons to SVG
2 parents ff10911 + e9c6320 commit 822841b

17 files changed

+55
-9
lines changed

jme3-blender/src/com/jme3/gde/blender/BlenderDataObject.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
)
2929
@DataObject.Registration(
3030
mimeType = "application/blender",
31-
iconBase = "com/jme3/gde/blender/blender.png",
31+
iconBase = "com/jme3/gde/blender/blender.svg",
3232
displayName="#LBL_Blender_LOADER",
3333
position=300
3434
)

jme3-blender/src/com/jme3/gde/blender/GLTFDataObject.java

+1-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333

3434
import com.jme3.asset.ModelKey;
3535
import com.jme3.gde.core.assets.SpatialAssetDataObject;
36-
import com.jme3.scene.Spatial;
3736
import com.jme3.scene.plugins.gltf.GltfModelKey;
3837
import java.io.IOException;
3938
import org.openide.awt.ActionID;
@@ -58,8 +57,7 @@
5857
)
5958
@DataObject.Registration(
6059
mimeType = "model/gltf+json",
61-
iconBase = "com/jme3/gde/blender/glTF.png",
62-
//iconBase = "com/jme3/gde/blender/glTF_100px_June16.png",
60+
iconBase = "com/jme3/gde/blender/glTF.svg",
6361
displayName="#LBL_GLTF_LOADER",
6462
position=300
6563
)

jme3-blender/src/com/jme3/gde/blender/OpenInBlender.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
category = "jMonkeyEngine",
1919
id = "com.jme3.gde.blender.OpenBlender")
2020
@ActionRegistration(
21-
iconBase = "com/jme3/gde/blender/blender.png",
21+
iconBase = "com/jme3/gde/blender/blender.svg",
2222
displayName = "#CTL_OpenInBlender")
2323
@ActionReferences({
2424
@ActionReference(path = "Toolbars/File", position = 335),

jme3-blender/src/com/jme3/gde/blender/XbufDataObject.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
)
5656
@DataObject.Registration(
5757
mimeType = "application/xbuf",
58-
iconBase = "com/jme3/gde/blender/xbuf.png",
58+
iconBase = "com/jme3/gde/blender/xbuf.svg",
5959
displayName="#LBL_XBUF_LOADER",
6060
position=300
6161
)
-1.46 KB
Binary file not shown.
Loading
Binary file not shown.
Binary file not shown.

jme3-blender/src/com/jme3/gde/blender/filetypes/Blender3dsDataObject.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
extension = {"3ds", "3DS"})
2525
@DataObject.Registration(
2626
mimeType = "application/x-3ds",
27-
iconBase = "com/jme3/gde/blender/blender.png",
27+
iconBase = "com/jme3/gde/blender/blender.svg",
2828
displayName = "#LBL_Blender3ds_LOADER",
2929
position = 300)
3030
@ActionReferences({

jme3-blender/src/com/jme3/gde/blender/filetypes/BlenderDaeDataObject.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
extension = {"dae", "DAE"})
2929
@DataObject.Registration(
3030
mimeType = "model/vnd.collada+xml",
31-
iconBase = "com/jme3/gde/blender/blender.png",
31+
iconBase = "com/jme3/gde/blender/blender.svg",
3232
displayName = "#LBL_BlenderDae_LOADER",
3333
position = 300)
3434
@ActionReferences({

jme3-blender/src/com/jme3/gde/blender/filetypes/BlenderFbxDataObject.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
extension = {"fbx"})
2525
@DataObject.Registration(
2626
mimeType = "application/fbx",
27-
iconBase = "com/jme3/gde/blender/blender.png",
27+
iconBase = "com/jme3/gde/blender/blender.svg",
2828
displayName = "#LBL_BlenderFbx_LOADER",
2929
position = 300)
3030
@ActionReferences({
-6.53 KB
Binary file not shown.
Loading
-9.76 KB
Binary file not shown.
Binary file not shown.
-1.46 KB
Binary file not shown.
Loading

0 commit comments

Comments
 (0)