Skip to content

Commit 9726571

Browse files
committed
Simplifies structure and removes Khronos gltf dependency
1 parent 5a0769c commit 9726571

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+10
-4624
lines changed

.gitignore

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
addons/.idea/
2-
addons/io_scene_gltf2/.idea/
3-
addons/io_sketchfab_plugin/io/*
4-
releases/*
1+
.idea/
2+
releases/*
3+
__pycache__/
4+
**.pyc
5+
sketchfab/.cache

.gitmodules

Lines changed: 0 additions & 4 deletions
This file was deleted.

.project

Lines changed: 0 additions & 17 deletions
This file was deleted.

.pydevproject

Lines changed: 0 additions & 8 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,11 @@ After installing the addon, two optional settings are available:
2424

2525
<p align="center"><img style="max-width:100%" src="https://user-images.githubusercontent.com/52042414/158475442-3e6c90c3-983d-4d91-8f58-f8c3d20216dc.jpg"></p>
2626

27-
**Note to Blender 2.79 OSX/Linux users:** The addon uses an embedded version of the SSL library. Do not hesitate to [report an issue](#report-an-issue) if you encounter any issue related to SSL.
28-
2927
<br>
3028

3129
## Login
3230

33-
After installation, the addon is available in the 3D view in the tab 'Sketchfab' in the Properties panel (shortcut **N**) for Blender 2.80 and after, and in the Tools panel (shortcut **T**) for Blender 2.79.
31+
After installation, the addon is available in the 3D view in the tab 'Sketchfab' in the Properties panel (shortcut **N**) for Blender 2.80+.
3432

3533
Login (mandatory to import or export models) can be achieved through using the email and password associated to your Sketchfab account, or by using your API token, available in the settings of your [Sketchfab account](https://sketchfab.com/settings/password):
3634

@@ -113,7 +111,7 @@ There is no "quick fix" for those kinds of behaviours, which are actively being
113111

114112
Here is a list of known issues on import, as well as some possible fixes.
115113

116-
Please note that the materials are being converted from Sketchfab to Cycles in Blender 2.79, and Eevee in Blender 2.80. If a material looks wrong, using the **Node editor** could therefore help you fixing possible issues.
114+
Please note that the materials are being converted from Sketchfab to Eevee in Blender 2.80+. If a material looks wrong, using the **Node editor** could therefore help you fixing possible issues.
117115

118116
#### Mesh not parented to armature
119117

File renamed without changes.

addons/io_sketchfab_plugin/.gitignore

Lines changed: 0 additions & 10 deletions
This file was deleted.

addons/io_sketchfab_plugin/blender/README.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

addons/io_sketchfab_plugin/blender/blender_version.py

Lines changed: 0 additions & 78 deletions
This file was deleted.

addons/io_sketchfab_plugin/blender/com/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)