Skip to content

Commit 3e33216

Browse files
authored
Merge pull request #305 from Exairnous/mozilla-branding-removal-1
[Mozilla Branding Removal] Remove branding references, URLs, images, etc.
2 parents 08ffc89 + 613289a commit 3e33216

File tree

25 files changed

+31
-31
lines changed

25 files changed

+31
-31
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
This addon extends the glTF 2.0 exporter to support the `MOZ_hubs_components` and `MOZ_lightmap` extensions allowing you to add behavior to glTF assets for Hubs.
44

5-
[![Test](https://github.com/MozillaReality/hubs-blender-exporter/actions/workflows/test.yml/badge.svg)](https://github.com/MozillaReality/hubs-blender-exporter/actions/workflows/test.yml)
6-
[![Publish](https://github.com/MozillaReality/hubs-blender-exporter/actions/workflows/publish.yml/badge.svg)](https://github.com/MozillaReality/hubs-blender-exporter/actions/workflows/publish.yml)
5+
[![Test](https://github.com/Hubs-Foundation/hubs-blender-exporter/actions/workflows/test.yml/badge.svg)](https://github.com/Hubs-Foundation/hubs-blender-exporter/actions/workflows/test.yml)
6+
[![Publish](https://github.com/Hubs-Foundation/hubs-blender-exporter/actions/workflows/publish.yml/badge.svg)](https://github.com/Hubs-Foundation/hubs-blender-exporter/actions/workflows/publish.yml)
77

88
# To Install
99

10-
Find the latest [release](https://github.com/MozillaReality/hubs-blender-exporter/releases) and download the add-on zip file.
10+
Find the latest [release](https://github.com/Hubs-Foundation/hubs-blender-exporter/releases) and download the add-on zip file.
1111

1212
<img alt="select add-on zip file" src="https://user-images.githubusercontent.com/837184/204576860-316b32de-8654-48a7-b9a7-3c0de1c1b652.png" width=685px height=330px />
1313

@@ -58,7 +58,7 @@ It is also possible to use the GLB file to replace the scene for an existing Hub
5858

5959
# Scene debugger
6060

61-
The Hubs Blender add-on includes a scene debugger, enabling you to see the Blender scene updates in Hubs with just one click. For additional information, please visit: https://github.com/MozillaReality/hubs-blender-exporter/wiki/Hubs-scene-debugger/
61+
The Hubs Blender add-on includes a scene debugger, enabling you to see the Blender scene updates in Hubs with just one click. For additional information, please visit: https://github.com/Hubs-Foundation/hubs-blender-exporter/wiki/Hubs-scene-debugger/
6262

6363
# Development
6464

addons/io_hubs_addon/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
from . import icons
1010
bl_info = {
1111
"name": "Hubs Blender Addon",
12-
"author": "Mozilla Hubs",
12+
"author": "The Hubs Community",
1313
"description": "Tools for developing glTF assets for Hubs",
1414
"blender": (3, 1, 2),
1515
"version": (1, 5, 0, "dev_build"),
1616
"location": "",
17-
"wiki_url": "https://github.com/MozillaReality/hubs-blender-exporter",
18-
"tracker_url": "https://github.com/MozillaReality/hubs-blender-exporter/issues",
17+
"wiki_url": "https://github.com/Hubs-Foundation/hubs-blender-exporter",
18+
"tracker_url": "https://github.com/Hubs-Foundation/hubs-blender-exporter/issues",
1919
"support": "COMMUNITY",
2020
"warning": "",
2121
"category": "Generic"

addons/io_hubs_addon/components/definitions/audio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Audio(HubsComponent):
1919
}
2020

2121
src: StringProperty(
22-
name="Audio URL", description="Audio URL", default='https://mozilla.org')
22+
name="Audio URL", description="Audio URL", default='https://example.org/AudioFile.mp3')
2323

2424
autoPlay: BoolProperty(name="Auto Play",
2525
description="Auto Play",

addons/io_hubs_addon/components/definitions/image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Image(HubsComponent):
2020
}
2121

2222
src: StringProperty(
23-
name="Image URL", description="The web address of the image", default="https://mozilla.org")
23+
name="Image URL", description="The web address of the image", default="https://example.org/ImageFile.webp")
2424

2525
controls: BoolProperty(
2626
name="Controls",

addons/io_hubs_addon/components/definitions/link.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Link(HubsComponent):
1919
}
2020

2121
href: StringProperty(name="Link URL", description="Link URL",
22-
default="https://mozilla.org")
22+
default="https://example.org")
2323

2424
def migrate(self, migration_type, panel_type, instance_version, host, migration_report, ob=None):
2525
migration_occurred = False

addons/io_hubs_addon/components/definitions/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Model(HubsComponent):
1717
}
1818

1919
src: StringProperty(name="Model URL", description="Model URL",
20-
default="https://mozilla.org")
20+
default="https://example.org/ModelFile.glb")
2121

2222
def migrate(self, migration_type, panel_type, instance_version, host, migration_report, ob=None):
2323
migration_occurred = False

addons/io_hubs_addon/components/definitions/particle_emitter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class ParticleEmitter(HubsComponent):
2626

2727
src: StringProperty(
2828
name="Image Source", description="The web address (URL) of the image to use for each particle",
29-
default="https://hmc-assets.reticulum.io/spoke/assets/images/dot-75db99b125fe4e9afbe58696320bea73.png")
29+
default="https://example.org/spoke/assets/images/dot-75db99b125fe4e9afbe58696320bea73.png")
3030

3131
ageRandomness: FloatProperty(
3232
name="Age Randomness", description="Age Randomness", default=10.0)

addons/io_hubs_addon/components/definitions/pdf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class PDF(HubsComponent):
1717
'version': (1, 0, 0)
1818
}
1919
src: StringProperty(
20-
name="PDF URL", description="The web address of the PDF", default='https://mozilla.org')
20+
name="PDF URL", description="The web address of the PDF", default='https://example.org/PdfFile.pdf')
2121
controls: BoolProperty(
2222
name="Controls",
2323
description="When enabled, shows pagination buttons when hovering your cursor over it in Hubs that allow you to switch pages",

addons/io_hubs_addon/components/definitions/spawner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Spawner(HubsComponent):
1818

1919
src: StringProperty(
2020
name="Model Source", description="The web address (URL) of the glTF to be spawned",
21-
default="https://mozilla.org")
21+
default="https://example.org/ModelFile.glb")
2222

2323
applyGravity: BoolProperty(
2424
name="Apply Gravity", description="Apply gravity to spawned object", default=False)

addons/io_hubs_addon/components/definitions/video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Video(HubsComponent):
2020
}
2121

2222
src: StringProperty(
23-
name="Video URL", description="The web address of the video", default='https://mozilla.org')
23+
name="Video URL", description="The web address of the video", default='https://example.org/VideoFile.webm')
2424

2525
projection: EnumProperty(
2626
name="Projection",

0 commit comments

Comments
 (0)