Icarus
cfb4d2cb54
!W GenericMenu改为MenuPopupWindow
2019-11-26 17:44:48 +08:00
Icarus
02f59984a0
!B 节点选择窗口无法关闭
2019-11-26 17:43:54 +08:00
Icarus
284ecddc50
!T 加一个最小尺寸
2019-11-26 17:42:57 +08:00
Icarus
07217505e6
!W 搜索时按下↓键切换焦点到TreeView
2019-11-26 17:42:30 +08:00
Icarus
eb3d24ff1d
!W 右键添加节点的方式从GenericMenu改为PopupWindow,目前有个小bug,点出线后,右键本来应该是取消线的选择状态,但目前无法,后续在解决,问题不大=-=
2019-11-24 04:56:46 +08:00
Icarus
2248e0fa9f
!O 调整了GroupName 绘制得顺序,如果连接数只有一个不显示索引,索引数+1
2019-09-27 16:36:11 +08:00
Icarus
46d093339c
!W 绘制GroupName
2019-09-27 00:48:34 +08:00
Icarus
fdd42a8274
!W 输出端口索引显示
2019-09-25 23:45:57 +08:00
Icarus
40db69af1e
!T 回滚绘制顺序,太难看了,哈哈
2019-09-25 20:26:15 +08:00
Icarus
9be869f3b2
!B 坐标计算错误
2019-09-25 18:22:12 +08:00
Icarus
7c3c106eeb
!W 加了一个创建当前Group所支持的所有节点功能,用于调试
2019-09-25 16:59:43 +08:00
Icarus
25514fce96
!B Group 空问题
2019-09-25 16:58:59 +08:00
Icarus
2017fc8430
!OW 让使用者可以自定义不需要显示的字段
2019-09-25 16:58:09 +08:00
Icarus
0602d3fccf
!W 动态Port新增了一个删除
2019-09-24 18:16:02 +08:00
Icarus
38df17b58b
!W 绘制不可被unity序列化的类型端口
2019-09-24 13:50:04 +08:00
Icarus
354f7d10d8
!W 新增了一个获取当前节点鼠标在Group中的坐标
2019-09-24 13:49:26 +08:00
Icarus
3a1b59480f
!W Input新增了一个BaseType得指定,当TypeConstraint为TypeConstraint.Inherited时可用
2019-09-22 17:35:17 +08:00
Icarus
ee68490c9b
!D meta
2019-09-22 02:53:49 +08:00
Icarus
113eb4b48d
!T 调整了绘制顺序
2019-09-22 02:40:53 +08:00
Icarus
ba47fbd549
!W 加入了IcSkillSystme连接
2019-09-22 01:50:44 +08:00
Thor Brigsted
445a47cd1d
Autoconnect bugfix
...
1. Add a node
2. Drag a port and create a new node that it connects to
3. Delete that latest node
4. Create it with just right click, the first node will autoconnect to it
2019-09-09 00:44:36 +02:00
Thor Brigsted
4e1b2e1fe6
Fixed warning
2019-09-07 04:03:00 +02:00
Thor Brigsted
1254836a84
.NET 3.5 compatability
2019-09-07 04:01:15 +02:00
MowfaqAlarbi
c51a3a8f67
Select All Feature ( #184 )
...
If anything is selected, A deselects all.
If nothing is selected, A selects all.
2019-09-07 00:57:34 +02:00
Thor Brigsted
305af376c5
Added link to documentation in preferences
2019-09-06 19:26:01 +02:00
MowfaqAlarbi
5433e36837
Show Node Create list When Dragging To Nothing ( #183 )
...
And a user setting to disable it, of course
2019-09-06 19:13:00 +02:00
Simon Rodriguez
c16ad1fff0
Added functionality that focuses on selected nodes. ( #173 )
...
Resets view if no nodes are selected.
2019-09-03 22:18:30 +02: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
6fa3bdf2ad
Marked NodeEnumDrawer ShowContextMenuAtMouse public
2019-08-12 22:07:27 +02:00
Thor Brigsted
c995bdf0bc
Added NodeEnumDrawer.EnumPopup so you can use it from your own node editor scripts
2019-08-12 01:01:57 +02:00
Thor Brigsted
788b8d8a0b
Automatically remove "Node" postfix from creation menu
2019-08-12 00:11:14 +02:00
Thor Brigsted
650522223c
Fixed minor jittering with tooltips
2019-08-11 23:52:33 +02:00
Thor Brigsted
25d208d278
Fixed #156 - Incorrect drawing of custom graph editor OnGUI
2019-08-08 09:56:10 +02:00
Thor Brigsted
d45f396ebf
Revert "Improved zoom with the help of Jeroenimoo0's PR"
...
This commit caused issues with the selection box
2019-08-04 22:41:38 +02:00
Thor Brigsted
ba48e32a22
Moved RerouteReference to own script
2019-08-04 22:25:51 +02:00
Thor Brigsted
5bc267d23b
Fixed #119 - node port background color inconsistency
2019-07-24 23:52:31 +02:00
Thor Brigsted
bb847a3044
Moved IsMac to NodeEditorUtilities
2019-07-24 10:25:29 +02:00
Thor Brigsted
891ecebc3f
Put NodeEditorReflection into its own static class
2019-07-24 10:04:05 +02:00
Mikhail
93fa101af8
Multiple dynamicPortList IndexOutofRange fix. ( #176 )
2019-07-22 00:41:58 +02:00
Thor Brigsted
8e0bd964ad
Fixed #107 - OnValidate
...
OnValidate is now called on rename as well.
Removed outdated OnValidate fix. It probably never worked anyway.
2019-07-01 09:58:47 +02:00
Thor Brigsted
d0e1cd5d66
Fixed #144 - Added virtual GetPortTooltip in NodeGraphEditor
2019-06-29 16:56:50 +02:00
elrod
95884080b0
Resetting random generator state/seed after random color extraction. ( #160 )
2019-06-29 16:38:25 +02:00
William Henry
9b239c3564
Added Drop event to Node Graph ( #157 )
...
Override NodeGraphEditor.OnDropObjects to deal with items dropped into the graph through DragAndDrop
2019-06-29 00:04:39 +02:00
Thor Brigsted
8d64843d42
Node skin is now white with default grey tint
...
This lets you get more outrageous colors with [NodeTint]
2019-06-28 23:08:18 +02:00
Greg Poole
f0fd6b9634
Add Unity Package Manager support ( #165 )
2019-06-26 23:42:36 +02:00
Hao Wu
f8ba6339c8
Added validation support for Context Menu items ( #162 )
...
* Added validation support for Context Menu items
2019-06-26 10:25:01 +02:00
Thor Brigsted
4e1d9b6721
Reformat RenamePopup.cs
...
Was inconsistently formatted as tabs instead of spaces
2019-06-26 10:13:12 +02:00
Adsitoz
55dddf8142
Rename Revert ( #164 )
...
- Not working the same way across all versions of Unity.
2019-06-26 10:08:22 +02:00
Simon Rodriguez
5d45300935
Unified all functions that set the default node name ( #161 )
2019-06-23 11:54:14 +02:00
Thor Brigsted
0553dc8894
Merge pull request #154 from nostek/feature/copypaste
...
Added support for copy paste
2019-06-18 23:04:42 +02:00