From eaae4b6408361eb34363adcb22a08046f43147f4 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Thu, 26 Mar 2020 18:49:16 -0300 Subject: Renamed 2D and 3D nodes to make their types explicit Fixes #30736. --- modules/csg/icons/CSGBox.svg | 6 ------ modules/csg/icons/CSGBox3D.svg | 6 ++++++ modules/csg/icons/CSGCapsule.svg | 6 ------ modules/csg/icons/CSGCapsule3D.svg | 6 ++++++ modules/csg/icons/CSGCombiner.svg | 8 -------- modules/csg/icons/CSGCombiner3D.svg | 8 ++++++++ modules/csg/icons/CSGCylinder.svg | 6 ------ modules/csg/icons/CSGCylinder3D.svg | 6 ++++++ modules/csg/icons/CSGMesh.svg | 6 ------ modules/csg/icons/CSGMesh3D.svg | 6 ++++++ modules/csg/icons/CSGPolygon.svg | 6 ------ modules/csg/icons/CSGPolygon3D.svg | 6 ++++++ modules/csg/icons/CSGSphere.svg | 6 ------ modules/csg/icons/CSGSphere3D.svg | 6 ++++++ modules/csg/icons/CSGTorus.svg | 6 ------ modules/csg/icons/CSGTorus3D.svg | 6 ++++++ 16 files changed, 50 insertions(+), 50 deletions(-) delete mode 100644 modules/csg/icons/CSGBox.svg create mode 100644 modules/csg/icons/CSGBox3D.svg delete mode 100644 modules/csg/icons/CSGCapsule.svg create mode 100644 modules/csg/icons/CSGCapsule3D.svg delete mode 100644 modules/csg/icons/CSGCombiner.svg create mode 100644 modules/csg/icons/CSGCombiner3D.svg delete mode 100644 modules/csg/icons/CSGCylinder.svg create mode 100644 modules/csg/icons/CSGCylinder3D.svg delete mode 100644 modules/csg/icons/CSGMesh.svg create mode 100644 modules/csg/icons/CSGMesh3D.svg delete mode 100644 modules/csg/icons/CSGPolygon.svg create mode 100644 modules/csg/icons/CSGPolygon3D.svg delete mode 100644 modules/csg/icons/CSGSphere.svg create mode 100644 modules/csg/icons/CSGSphere3D.svg delete mode 100644 modules/csg/icons/CSGTorus.svg create mode 100644 modules/csg/icons/CSGTorus3D.svg (limited to 'modules/csg/icons') diff --git a/modules/csg/icons/CSGBox.svg b/modules/csg/icons/CSGBox.svg deleted file mode 100644 index 67e34df444..0000000000 --- a/modules/csg/icons/CSGBox.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/modules/csg/icons/CSGBox3D.svg b/modules/csg/icons/CSGBox3D.svg new file mode 100644 index 0000000000..67e34df444 --- /dev/null +++ b/modules/csg/icons/CSGBox3D.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/modules/csg/icons/CSGCapsule.svg b/modules/csg/icons/CSGCapsule.svg deleted file mode 100644 index 92a7b5a870..0000000000 --- a/modules/csg/icons/CSGCapsule.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/modules/csg/icons/CSGCapsule3D.svg b/modules/csg/icons/CSGCapsule3D.svg new file mode 100644 index 0000000000..92a7b5a870 --- /dev/null +++ b/modules/csg/icons/CSGCapsule3D.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/modules/csg/icons/CSGCombiner.svg b/modules/csg/icons/CSGCombiner.svg deleted file mode 100644 index cce2902e24..0000000000 --- a/modules/csg/icons/CSGCombiner.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/modules/csg/icons/CSGCombiner3D.svg b/modules/csg/icons/CSGCombiner3D.svg new file mode 100644 index 0000000000..cce2902e24 --- /dev/null +++ b/modules/csg/icons/CSGCombiner3D.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/modules/csg/icons/CSGCylinder.svg b/modules/csg/icons/CSGCylinder.svg deleted file mode 100644 index 645a74c79b..0000000000 --- a/modules/csg/icons/CSGCylinder.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/modules/csg/icons/CSGCylinder3D.svg b/modules/csg/icons/CSGCylinder3D.svg new file mode 100644 index 0000000000..645a74c79b --- /dev/null +++ b/modules/csg/icons/CSGCylinder3D.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/modules/csg/icons/CSGMesh.svg b/modules/csg/icons/CSGMesh.svg deleted file mode 100644 index 6e940a4aa5..0000000000 --- a/modules/csg/icons/CSGMesh.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/modules/csg/icons/CSGMesh3D.svg b/modules/csg/icons/CSGMesh3D.svg new file mode 100644 index 0000000000..6e940a4aa5 --- /dev/null +++ b/modules/csg/icons/CSGMesh3D.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/modules/csg/icons/CSGPolygon.svg b/modules/csg/icons/CSGPolygon.svg deleted file mode 100644 index 71b03cb8e6..0000000000 --- a/modules/csg/icons/CSGPolygon.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/modules/csg/icons/CSGPolygon3D.svg b/modules/csg/icons/CSGPolygon3D.svg new file mode 100644 index 0000000000..71b03cb8e6 --- /dev/null +++ b/modules/csg/icons/CSGPolygon3D.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/modules/csg/icons/CSGSphere.svg b/modules/csg/icons/CSGSphere.svg deleted file mode 100644 index f81b566993..0000000000 --- a/modules/csg/icons/CSGSphere.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/modules/csg/icons/CSGSphere3D.svg b/modules/csg/icons/CSGSphere3D.svg new file mode 100644 index 0000000000..f81b566993 --- /dev/null +++ b/modules/csg/icons/CSGSphere3D.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/modules/csg/icons/CSGTorus.svg b/modules/csg/icons/CSGTorus.svg deleted file mode 100644 index 3d30aa47b2..0000000000 --- a/modules/csg/icons/CSGTorus.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/modules/csg/icons/CSGTorus3D.svg b/modules/csg/icons/CSGTorus3D.svg new file mode 100644 index 0000000000..3d30aa47b2 --- /dev/null +++ b/modules/csg/icons/CSGTorus3D.svg @@ -0,0 +1,6 @@ + + + + + + -- cgit v1.2.3