-
Notifications
You must be signed in to change notification settings - Fork 417
Odin integration for Node Inspector Property Editor #180
Comments
Hello! |
Well, I'm sorry |
Note that while the Odin inspector is a commercial asset, their serialization backend is open source. See here https://github.com/TeamSirenix/odin-serializer. So it would be possible to add it as a dependency and use it for all serialization. I have no clue if that's a good idea or viable (I haven't used it myself), just wanted to clarify that it's not a commercial tool. |
Cool! |
Hm didn't know that. But serialization and GUI is a different thing, and as far as I understood it's about replacing/changing how GUI is handled in the framework (if only in the inspector or also in the node body, I don't know). |
In fact, Odin's Inspector panel visualization is just one thing, and its own serialization function is very powerful, which can sequence various types of words, including actions, events, delegates.If you want to see the effects of Odin with the Node_Editor_Framework, I did two demos with links I mentioned above, but they're not on GitHub, you need to copy and paste the links into the browser's address input area to access them.We can first create an Odin branch, but do not provide Odin plug-in, prompting users to download, so as to avoid infringement problems.(like xNode's Odin branch)https://github.com/Siccity/xNode/tree/experimental/odin-inspector-support |
Ok that convinces me:) Haven't done alot with such complex nodes tbh. I see the advantages of automating the UI in these cases. |
Ok I'll have to back down on this one. Trying to find my way through code changed this much without being able to run it is a bit freakish. If you can separate a more or less clean version only with the changes required for Odin however, that's a different story. I assume the actual changes required are not nearly as much. |
That would be best, without being able to test it would be pretty useless for me to try anything. |
I m pretty sure the Odin dev would grant you a voucher for a free license of Odin if you ask them! |
Hello, respect of open source framework, the author, I am a computer science student in China, a while ago was shocked by this framework, and into the framework of the study, the framework is very powerful, but I also found a problem, that is the Node data in the Inspector panel display support is not friendly, so I, with the help of Odin plug-ins do a Demo。
Here are two links
https://gitee.com/NKG_admin/visual_skills_editor.git
https://gitee.com/NKG_admin/NKGMobaBasedOnET
I would be happy to contribute to this framework if you think my proposal is enough of a branch!I'll rewrite a little Demo and post it to you
The text was updated successfully, but these errors were encountered: