behavior3 / behavior3editor

An awesome online visual editor for Behavior3 (Behavior Trees Visual Editor)
MIT License
643 stars 264 forks source link

Feature Request: Import custom nodes #22

Closed Dennis1000 closed 8 years ago

Dennis1000 commented 8 years ago

It would help a lot if one could import a custom nodes file (instead of re-adding it all the time). Sure you may add your custom nodes on a clean project and use this as a template for all your b3 files, but what if we need to add more custom nodes - you have to add them to all of your existing files. With a "Import custom nodes" option this would handle it. Another more elegant option would be a separate custom nodes file.

renatopp commented 8 years ago

Not sure what you mean, we already have an export/import custome node feature with Project > Export > Nodes as JSON or Project > Import > Nodes as Json. That's what you want?

Dennis1000 commented 8 years ago

ah sorry, it actually merges with current nodes, that's exactly what I've meant.