Commit Graph

129 Commits

Author SHA1 Message Date
Wojtek Figat
62c43f9f95 Add helper tooltips for Scene Animation actions UI 2021-08-10 13:54:22 +02:00
Wojtek Figat
6ee6c8e0be Fix arrows in AnimGraph state machine 2021-08-03 17:08:54 +02:00
Wojtek Figat
37cfe692f6 Add bone icon for Anim Graph connections with local skeleton nodes pose 2021-08-01 23:18:20 +02:00
Wojtek Figat
563eecebda Add support for Pack/Unpack Structure nodes and Enum constant in Anim Graph 2021-07-30 12:37:36 +02:00
Wojtek Figat
c2de55f005 Add support for Is Null, Is Valid, As, Is and Type Reference nodes in Anim Graph 2021-07-30 10:59:20 +02:00
Wojtek Figat
c4a0b1c4d6 Fix false-positive of Surface node value modification 2021-07-30 10:34:40 +02:00
Wojtek Figat
752dc30cc5 Fix error when loading Visject surface with an bug 2021-07-29 23:35:52 +02:00
Wojtek Figat
ee6ef85326 Fix creating reroute nodes in Visject during debugging 2021-07-29 22:56:53 +02:00
Wojtek Figat
f42d2b8a18 Tweaks and improvements 2021-07-29 15:41:58 +02:00
Wojtek Figat
84f48e4a6f Add full documentation tooltip to Visject new parameter type picker list 2021-07-29 14:06:05 +02:00
Wojtek Figat
fcd0841bc7 Hide various Editor types from scripting 2021-07-29 14:05:42 +02:00
Wojtek Figat
caaae8af78 Add NoUndo attribute for properties without undo usage 2021-07-24 23:37:44 +02:00
Wojtek Figat
73c283fdd4 Increase items limit for Visject secondary context menu before scroll bar usage 2021-07-15 22:00:24 +02:00
Wojtek Figat
716b726589 Fix loading EnumValue with different int32 2021-07-12 11:10:12 +02:00
Wojtek Figat
a3dfb1c5d3 Add support for using per-texture group sampler in Materials 2021-06-29 16:16:56 +02:00
Wojtek Figat
d895789296 Add async particles updating via Task Graph 2021-06-15 23:49:45 +02:00
Wojtek Figat
c91c8b66ce Add Category attribute for types grouping in editor dialogs 2021-06-15 16:39:15 +02:00
Wojtek Figat
f5cdb0abfd Add Delay node to Visual Scripting 2021-06-14 16:10:08 +02:00
Wojtek Figat
90105c421d Fix Visual Script method override node auto-size 2021-06-14 14:30:54 +02:00
W2Wizard
5408898e15 Increase BoxSize & overhaul debug log icons 2021-06-13 20:16:06 +02:00
Wojtek Figat
c32add161b Add option to copy/paste value from Visject box via context menu 2021-05-15 16:33:32 +02:00
W2.Wizard
887b52c18a Merge branch '1.2' into IconOverhaul 2021-05-13 15:21:36 +02:00
W2Wizard
d54efc73f1 Adapt to new spritehandle names
Lots of files! However only change was renaming the icons overall.
2021-05-13 15:16:45 +02:00
Wojtek Figat
28969a7de4 Fix EnumComboBox to support negative items as a cost of lack of uint64 support 2021-05-02 12:04:14 +02:00
Wojtek Figat
e2789214ae Refactor Editor Utils into separate VariantUtils 2021-05-02 11:24:51 +02:00
Jean-Baptiste Perrier
cd707eb5a4 Fix "This" node output type. 2021-04-11 12:16:03 +02:00
Wojtek Figat
a2825eac87 Add support uint64 values in EnumComboBox 2021-03-31 12:15:57 +02:00
Wojtek Figat
40c537d114 Merge branch 'master' into 1.2
# Conflicts:
#	Source/Engine/Platform/Network.h
2021-03-22 11:26:36 +01:00
Wojtek Figat
78f8066d4d Fix code style 2021-03-22 10:24:22 +01:00
Wojtek Figat
b3e16a6b66 Fix material not updating on connection removal
#372
2021-03-22 10:24:15 +01:00
Wojtek Figat
691df4cb80 Fix Dpi issues when RootWindow is null
Fix #344
2021-03-17 00:04:16 +01:00
Wojtek Figat
c7c339957b Merge remote-tracking branch 'origin/1.1' into 1.2
# Conflicts:
#	Source/Editor/Editor.Build.cs
2021-03-15 09:38:58 +01:00
Wojtek Figat
cc201e198d Add Switch platform 2021-03-09 14:26:30 +01:00
Wojtek Figat
81f3a65a5f Merge branch 'fix-per-window-dpi' of git://github.com/stefnotch/FlaxEngine into stefnotch-fix-per-window-dpi
# Conflicts:
#	Source/Editor/Utilities/Utils.cs
#	Source/Editor/Windows/Assets/MaterialWindow.cs
#	Source/Editor/Windows/Assets/ParticleEmitterWindow.cs
#	Source/Engine/Platform/Linux/LinuxWindow.cpp
#	Source/Engine/Platform/Windows/WindowsWindow.cpp
2021-03-08 20:50:31 +01:00
Wojtek Figat
7cb0ac3603 Fix marking asset as edited when using Multi Blend node positions in Anim Graph
Closes #251
2021-03-07 10:31:31 +01:00
Wojtek Figat
dd1dd2ef8a Add Particle Radius to in-built particle attributes 2021-03-05 14:33:31 +01:00
Wojtek Figat
1dee615d6e Add Volumetric Fog support for particles to modify local fog 2021-03-05 13:58:15 +01:00
Wojtek Figat
fbecd01435 Merge branch 'visject-improvements-6' of git://github.com/stefnotch/FlaxEngine into stefnotch-visject-improvements-6 2021-02-27 20:44:29 +01:00
stefnotch
f3c608f2f3 Improve arrow key navigation 2021-02-26 19:09:59 +01:00
stefnotch
09f8ad948a Prevent multiple connections on reroute node 2021-02-26 19:08:25 +01:00
stefnotch
ebfa3822ef Fixes for the reroute node 2021-02-26 13:19:53 +01:00
stefnotch
0334329c50 Handle lost connections in reroute nodes
An alternative solution to that problem
2021-02-26 12:55:32 +01:00
stefnotch
70b0aa25b6 Undo-able reroute node adding 2021-02-26 11:14:22 +01:00
stefnotch
69162ad8d9 Fix visject connections redo
Previously, it would create double connections
2021-02-26 10:43:31 +01:00
stefnotch
9265f23681 Basic reroute nodes 2021-02-25 20:22:54 +01:00
stefnotch
bcc036f808 Hover over connections 2021-02-25 09:55:17 +01:00
stefnotch
1dbbbeced1 Specialized Visject Connection Broadphase Intersection 2021-02-24 21:05:10 +01:00
Wojtek Figat
5a9ca6f130 Merge remote-tracking branch 'origin/1.1' into linux-editor
# Conflicts:
#	Source/Engine/Core/Math/BoundingSphere.cs
#	Source/Engine/Debug/DebugDraw.cpp
#	Source/Engine/Platform/Win32/Win32Platform.cpp
#	Source/Engine/Platform/Win32/Win32Platform.h
2021-02-23 22:32:17 +01:00
Wojtek Figat
cf3ac7a26e Merge remote-tracking branch 'origin/master' into linux-editor
# Conflicts:
#	Source/Engine/Core/Math/Color.cs
#	Source/Engine/Navigation/Navigation.cpp
#	Source/Engine/Platform/Win32/Win32Platform.cpp
2021-02-23 22:29:07 +01:00
Wojtek Figat
24d31d024d Add Mask ZW node to all Visject surfaces 2021-02-23 13:57:34 +01:00