Commit Graph

2297 Commits

Author SHA1 Message Date
Wojtek Figat
429223c7e3 Fix Label text positioning when using Auto Fit 2021-07-30 15:58:06 +02:00
Wojtek Figat
16c656cda2 Move member track preview value showing to be shared impl 2021-07-30 15:57:51 +02:00
Wojtek Figat
e1cac0b779 Add loading info text when opening scene animation window 2021-07-30 15:04:26 +02:00
Wojtek Figat
25487c17e3 Fix stack overflow when using recursion with nested scene animations
#519
2021-07-30 14:29:40 +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
22551e9410 Fix crash when loading empty managed object data 2021-07-30 10:58:06 +02:00
Wojtek Figat
c4a0b1c4d6 Fix false-positive of Surface node value modification 2021-07-30 10:34:40 +02:00
Wojtek Figat
e970d53787 Fix using C#-only structures as Visual Script properties 2021-07-30 10:34:21 +02:00
Wojtek Figat
752dc30cc5 Fix error when loading Visject surface with an bug 2021-07-29 23:35:52 +02:00
Wojtek Figat
d8f555e8dc Add support for using structures as Visual Script and Anim Graph parameters 2021-07-29 23:35:30 +02:00
Wojtek Figat
24782bdd2f Fix Is Null and Is Valid nodes in Visual Script to handle managed instances comparison 2021-07-29 22:57:39 +02:00
Wojtek Figat
ee6ef85326 Fix creating reroute nodes in Visject during debugging 2021-07-29 22:56:53 +02:00
Wojtek Figat
22d547e87b Refactor Variant type ManagedObject serialization to be usable for Visual Scripting 2021-07-29 22:56:11 +02:00
Wojtek Figat
ad7f5cf720 Add support for object and enum properties in Anim Graph 2021-07-29 19:51:30 +02:00
Wojtek Figat
19da74f913 Drop byte from VS types 2021-07-29 19:45:33 +02:00
Wojtek Figat
1f59c43b04 Revert due to crashes (strange) 2021-07-29 19:45:09 +02:00
Wojtek Figat
f42d2b8a18 Tweaks and improvements 2021-07-29 15:41:58 +02:00
Wojtek Figat
92b1e067b1 Improve tooltips generation for scripting types 2021-07-29 14:30:13 +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
38249c362d Optimize memory allocations in Vulkan backend 2021-07-29 12:39:21 +02:00
Wojtek Figat
5186cec942 Improve animation preview usability for debugging 2021-07-29 10:33:21 +02:00
Wojtek Figat
d505160444 Optimize UI for complex timelines with many tracks 2021-07-29 10:25:58 +02:00
Wojtek Figat
3331753bcd Expose TypeUtils.GetType to public 2021-07-29 10:05:20 +02:00
Wojtek Figat
0d9852be27 Improve timeline frame labels displaying 2021-07-29 10:05:03 +02:00
Wojtek Figat
4c0435feef Add timeline position synchronization with animation playback in Editor preview 2021-07-29 09:56:33 +02:00
Wojtek Figat
efe898f151 Merge remote-tracking branch 'origin/master' 2021-07-27 16:38:56 +02:00
Wojtek Figat
a713899a36 Add support for disabling Vulkan timer queries per-platform via define 2021-07-27 16:38:52 +02:00
Wojtek Figat
277e31c5dd Add helper FindScript<T> and FindActor<T> to Actor 2021-07-26 21:32:00 +02:00
Wojtek Figat
2050429d6c Fixes for Vulkan Swapchain on some platforms 2021-07-26 13:39:27 +02:00
Wojtek Figat
6718b37ca1 Fixes and improvements 2021-07-24 23:38:05 +02:00
Wojtek Figat
caaae8af78 Add NoUndo attribute for properties without undo usage 2021-07-24 23:37:44 +02:00
Wojtek Figat
135c0636bf Add GPU profiler events to ProbesRenderer 2021-07-24 16:24:19 +02:00
Wojtek Figat
f49e20bdb5 Revert unneeded and breaking change from D3D11 context state clearing
Ref: f5a6a18232
2021-07-24 16:23:55 +02:00
Wojtek Figat
9476a75f40 Merge branch 'stefnotch-patch-11' 2021-07-23 16:26:01 +02:00
Wojtek Figat
974fb528e9 Merge branch 'patch-11' of git://github.com/stefnotch/FlaxEngine into stefnotch-patch-11 2021-07-23 16:25:57 +02:00
Wojtek Figat
9cde9b0743 Add tint to timeline navbar buttons 2021-07-23 16:25:29 +02:00
Wojtek Figat
91be427305 Fix typos 2021-07-23 16:25:12 +02:00
Wojtek Figat
46a65f99fa Add buttons for play/pause/stop Animation timeline in editor window 2021-07-23 16:18:11 +02:00
Wojtek Figat
a7a7d816ac Fixes for Vulkan extensions and layers init 2021-07-23 16:08:46 +02:00
stefnotch
970456da91 Update Time.h 2021-07-23 14:27:07 +02:00
Wojtek Figat
1e6d4026da Change WindowBase to allow for better code sharing for platforms without advanced windowing 2021-07-22 17:02:27 +02:00
Wojtek Figat
e92bdf164c Fix Mono init on Switch 2021-07-22 13:37:33 +02:00
Wojtek Figat
0bd41a748f Adjust normals/tangents preview length 2021-07-22 11:24:31 +02:00
Wojtek Figat
6eea2cc675 Add option to preview model meshes Normals and Tangents in Editor preview 2021-07-22 11:19:54 +02:00
Wojtek Figat
2bf736e351 Add MeshDataCache utility for async mesh data caching 2021-07-22 11:19:10 +02:00
Wojtek Figat
3a5c212985 Change CalculateTangents to false as default and calculate normals/tangents by default if missing 2021-07-22 10:25:01 +02:00
Wojtek Figat
383ea4d603 Fix crash when importing model mesh with multiple materials but no mapping on a Geometry
#572
2021-07-22 10:20:19 +02:00
Wojtek Figat
b7a7bc891a Minor tweaks 2021-07-21 15:42:04 +02:00