Yes, I can open the soccerball image page. That's a nice design!
Following your video, when I try to load ball2.obj into the 3D Polyhedron dialog, I get a Traceback error. Part of the error seems to indicate that Inkscape didn't find ball2.obj in the extensions directory. Could you have forgotten to mention that part? I did wonder why I didn't have to tell Inkscape where the file was. So that must be, at least part of the problem.
The rest of the traceback.....well let's see. I'll put the file in the extensions folder, to find out how much of the traceback gets fixed, because there are 5 or 6 lines of errors. Oh geez -- it has to be in the program files directory! Well no, not that either. I really can only guess what the traceback errors mean.
Here's the Traceback:
Traceback (most recent call last):
File "polyhedron_3d.py", line 531, in <module>
e.affect()
File "inkex.py", line 283, in affect
self.effect()
File "polyhedron_3d.py", line 461, in effect
get_obj_data(obj, file)#load data from the obj file
File "polyhedron_3d.py", line 90, in get_obj_data
infile = open(objfile(name))
IOError: [Errno 2] No such file or directory: 'C:\\Program Files\\Inkscape 0.92.2\\inkscape\\share\\extensions\\Poly3DObjects\\ball2.obj'
Is that anything I can fix myself?
(btw, moving this to the advanced board - links will be provided)