io_mesh_json
io_mesh_json copied to clipboard
Import .. is it possible to import the data?
I would like to import json object into blender, would this plugin be able to do that? or is it only for export?
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.