otoomey
2a3cc8e7c0
Merge ab158dab7c9da0eea6dc9ec7f47454702ed2f895 into d6effd70f5574369e3415c423ef3e621ea309564
2024-08-30 18:15:40 +02:00
Kailey Joanette
75a04920b1
Fixed an issue with Undo / Redo not working correctly with Odin PropertyTree
2020-12-16 10:55:45 +01:00
Oscar Toomey
ab158dab7c
Implemented #242 - Added NodeEditor.OnEnable()
2020-04-10 21:35:54 +01:00
Thor Brigsted
43bcb54fda
Odin inspector support ( #182 )
...
* Added Odin Inspector support
* Added support for ports
2019-09-02 00:41:57 +02:00
Thor Brigsted
891ecebc3f
Put NodeEditorReflection into its own static class
2019-07-24 10:04:05 +02:00
Thor Brigsted
8adc4fd459
Fixed #128 , #127 , #64 - Added NodeEditorBase.OnCreate, OnGraphEditor.OnOpen, and NodeEditorBase.window
2019-04-06 13:27:44 +02:00
Thor Brigsted
b9bd67bd28
Cleanup
...
Removed unused code, added/fixed comments
2018-10-30 09:38:44 +01:00
Thor Brigsted
ff97cc4494
Switched Dict.ContainsKey out with Dict.TryGetValue for performance gain.
2018-09-09 18:25:41 +02:00
Thor Brigsted
2ee0e42668
Faster editor caching and less error prone
2018-06-30 16:16:11 +02:00
Thor Brigsted
fb61577713
Fixed critical bug
2018-06-29 00:17:49 +02:00
Thor Brigsted
794d1aefc7
Begun reworking editor caching
2018-06-27 01:01:07 +02:00
Thor Brigsted
b787b57eb3
Revert "Minor performance improvement (cachine serialized objects)"
...
This reverts commit dba4cd18429d0d2800d7391708f96da037ba8ce9.
2018-02-07 18:17:37 +01:00
Thor Brigsted
63b51aaa10
Added more preferences control
...
Preferences can now be saved with a custom key, and custom default settings can be specified.
Other changes:
XNodeInternal renamed to XNodeEditor.Internal
NodeEditorWindow.graphEditor exposed as public
2018-01-30 12:27:17 +01:00
Thor Brigsted
dba4cd1842
Minor performance improvement (cachine serialized objects)
2018-01-26 18:26:56 +01:00
Thor
66de07e1a7
More strongly typed namespaces to prevent import conflicts
2017-12-18 10:37:02 +01:00
Thor Kramer Brigsted
aabd2e4145
Added NodeGraphEditor.GetTypeColor for custom node-graph specific type colors
2017-11-28 10:49:24 +01:00
Thor Kramer Brigsted
4ea25f6aee
Initial NodeGraphEditor implementation
2017-11-22 14:54:06 +01:00