io_mesh_json icon indicating copy to clipboard operation
io_mesh_json copied to clipboard

Import .. is it possible to import the data?

Open japrogramer opened this issue 6 years ago • 1 comments

I would like to import json object into blender, would this plugin be able to do that? or is it only for export?

japrogramer avatar Jun 20 '19 20:06 japrogramer

I'm afraid not. When I try to import I get the following error message: AttributeError: module 'io_mesh_json.import_json' has no attribute 'load'

Which indicates that there is no load module shipped with the addon.

...and after I wrote this, I checked the import_json.py in this repo and it's empty.

Nylle avatar Aug 14 '21 17:08 Nylle