Oooohhh, ok. I had no idea. Let's see.... Ok
Object: Load from file
Filename: ball.obj
Object Type: Face Specified
Hhmmm, got a traceback and no results:
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.3-x64\\inkscape\\share\\extensions\\Poly3DObjects\\ball.obj'
Try with Object Type: Edge Specified
Same thing. Not sure if the traceback is identical. Here it is:
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.3-x64\\inkscape\\share\\extensions\\Poly3DObjects\\ball.obj'
Oh wait, there's also a View tab and a Style tab. I could not swear that I've never touched those, so it's possible something might be set wrong on those. Does the traceback indicate anything about those tabs? Would you like to see screenshots for those tabs?
Hhmm, regarding
No such file or directory: 'C:\\Program Files\\inkscape-0.92.3-x64\\inkscape\\share\\extensions\\Poly3DObjects\\ball.obj'
Of course there's no such file or directory. I put them in C:/brynn/AppData/..../ball.obj
Should I put them in Program Files?
Edit
Also, I'm not sure what the double-back-slashes mean. Certainly I will have no path with double-slashes.