Wojtek Figat
2cac149741
Code cleanup for #1377
2023-10-06 15:58:23 +02:00
58445f04c4
Fix potential incorrect null checks in FlaxEngine.Objects
...
The null-conditional operator checks for reference equality of the
Object, but doesn't check the validity of the unmanaged pointer. This
check is corrected in cases where the object was not immediately
returned from the bindings layer and may have been destroyed earlier.
2023-09-28 22:05:58 +03:00
Wojtek Figat
3b163b6c4b
Minor cleanup
2023-08-27 16:36:37 +02:00
Wojtek Figat
94bd4d39f7
Merge branch 'animevent-abswrapper-remove' of https://github.com/Tryibion/FlaxEngine into Tryibion-animevent-abswrapper-remove
2023-08-27 16:31:48 +02:00
Wojtek Figat
97b56d1e72
Minor tweak #1332
2023-08-27 16:28:35 +02:00
Chandler Cox
7e429854d6
Simplify check to use attribute.
2023-08-23 09:03:56 -05:00
Chandler Cox
e1645210b3
Add check and indication if no anim events are found.
2023-08-23 08:46:21 -05:00
Chandler Cox
e16e2e2877
Prevent AbstractWrapper from showing in Add AnimEvent CM.
2023-08-23 08:35:35 -05:00
Chandler Cox
a737e7bb05
Small fix to UI
2023-08-22 17:36:09 -05:00
Chandler Cox
ce4cf9b34b
Add timeline position numbers and add to GUI.
2023-08-22 15:42:16 -05:00
Wojtek Figat
22239bc2d1
Merge remote-tracking branch 'origin/master' into 1.6
2023-05-05 11:41:32 +02:00
Wojtek Figat
5e31a678bd
Improve C# Object comparison by using native pointer compare #1061 #713 #795
2023-05-05 10:49:07 +02:00
Wojtek Figat
4755c42d70
Fix .NET generic class typename to match old mono style without inlined assembly name and ver
2023-03-27 17:30:48 +02:00
Wojciech Figat
eebc4951de
Merge branch '1.5' into dotnet7
...
# Conflicts:
# Source/Platforms/DotNet/NUnit/agents/net40/nunit-agent.exe
# Source/Platforms/DotNet/NUnit/agents/net40/nunit.engine.api.dll
# Source/Platforms/DotNet/NUnit/agents/net40/nunit.engine.core.dll
# Source/Platforms/DotNet/NUnit/agents/net7.0/nunit.agent.addins
# Source/Platforms/DotNet/NUnit/nunit.engine.api.dll
# Source/Platforms/DotNet/NUnit/nunit.engine.core.dll
# Source/Platforms/DotNet/NUnit/nunit.engine.dll
# Source/Platforms/DotNet/NUnit/nunit3-console.exe
# Source/Platforms/DotNet/NUnit/nunit3-console.exe.config
# Source/Platforms/DotNet/NUnit/testcentric.engine.metadata.dll
# Source/Tools/Flax.Build/Deps/Downloader.cs
# Source/Tools/Flax.Stats/CodeFrame.cs
# Source/Tools/Flax.Stats/CodeFrameNode.cs
# Source/Tools/Flax.Stats/Flax.Stats.Build.cs
# Source/Tools/Flax.Stats/Languages.cs
# Source/Tools/Flax.Stats/Program.cs
# Source/Tools/Flax.Stats/TaskType.cs
# Source/Tools/Flax.Stats/Tools.cs
# Source/Tools/FlaxEngine.Tests/TestEditorUtils.cs
2023-01-10 15:49:44 +01:00
Wojciech Figat
9626e9bbb6
Update copyright year
2023-01-10 15:29:37 +01:00
96dc279ebd
Implement .NET 7 runtime support and bindings generation
2022-11-26 14:37:07 +02:00
Cristhofer Marques
527ba719f4
update to the new variable names
2022-10-13 09:15:04 -03:00
Cristhofer Marques
0e45f16b19
update timeline edge to use the mouse flipping info
2022-10-13 01:14:47 -03:00
Cristhofer Marques
8f19fde27a
Update TimelineEdge.cs
2022-09-28 19:06:20 -03:00
Wojtek Figat
f4516718a0
Fix Ctrl+S in timeline view to not split the camera shot media
2022-08-25 19:41:58 +02:00
Wojtek Figat
3b52914416
Add **Nested Animations** for compositing animation clips
2022-07-31 15:53:09 +02:00
Wojtek Figat
2a3316ac5e
Marge Visual Script groups for structures (eg. double ActionConfig group)
2022-07-23 00:53:57 +02:00
Wojtek Figat
9f7f764359
Format code
2022-07-18 22:38:01 +02:00
Wojtek Figat
a881c90b2e
Refactor engine to support double-precision vectors
2022-06-13 00:40:32 +02:00
Wojciech Figat
27a1dc8966
Improve property names displaying in UI and add Unit Test for it
2022-04-27 14:12:27 +02:00
Wojtek Figat
1eac02d173
Fix opening and editing animation with missing Anim Events
2022-04-10 20:58:25 +02:00
Wojtek Figat
5d0c27dff3
Remove FlaxException
2022-03-27 23:57:36 +02:00
Wojciech Figat
8c2241c6dc
Update copyright year
2022-01-14 13:31:12 +01:00
Wojtek Figat
73f7688c58
Tweaks
2022-01-08 20:01:27 +01:00
Wojtek Figat
82a43dea28
Add **Animation Events**
2022-01-08 15:06:25 +01:00
Wojtek Figat
a2487c02d9
Add context menu for the timeline tracks and change signature for media context menu
2022-01-08 15:06:24 +01:00
Wojtek Figat
bbfe0446f0
Tweaks and fixes
2022-01-08 15:06:21 +01:00
Wojtek Figat
f4bbf0e348
Add timeline media selection and editing to be global in sync with keyframes editors
2022-01-08 15:06:19 +01:00
Wojtek Figat
fa83869430
Add minor changes
2022-01-08 15:06:18 +01:00
Wojtek Figat
0abb303e8d
Add double-click to edit timeline media properties
2022-01-08 15:06:13 +01:00
Wojtek Figat
a83d223eec
Fix mouse focus issue with Timeline background
2022-01-08 15:06:12 +01:00
Wojtek Figat
15c090126a
Add option to disable timeline Media resizing by the user
2021-12-20 18:42:23 +01:00
Wojtek Figat
6bca60654e
Add timeline media Start editing in properties popup in seconds if using this view mode
2021-12-20 18:41:42 +01:00
Wojtek Figat
a9aaed6f33
Add support for PrefabObject tracks and automated animation instancing with UsePrefabObjects enabled
2021-12-11 17:28:21 +01:00
Wojtek Figat
bb674b43f9
Refactor Timeline UI to use track flags
2021-12-11 17:28:20 +01:00
Wojtek Figat
d88306fc1c
Hide various Editor types from Visual Scripting
2021-10-04 12:26:36 +02:00
Wojtek Figat
bbe64a517c
Tweaks
2021-09-24 09:23:36 +02:00
Wojtek Figat
59802246b2
Fix adding keyframe to timeline if the value won't change
2021-09-22 17:09:55 +02:00
Wojtek Figat
8e6c7a6194
Add live-preview option for editing scene animation
...
#519
2021-09-22 17:09:36 +02:00
Wojtek Figat
2a5a9e9581
Tweak
2021-09-22 12:39:49 +02:00
Wojtek Figat
24af916e52
Add option to delete media from Timeline
...
#519
2021-09-21 17:37:14 +02:00
Wojtek Figat
357b1c60a9
Add support for changing target actor for scene animation actor track
...
#519
2021-09-21 17:23:29 +02:00
Wojtek Figat
4d2d59617f
Minor optimization
2021-09-21 17:22:45 +02:00
Wojtek Figat
0ec16de569
Add support for multiple media events on audio, postfx and camera tracks in Scene Animations
...
#519
2021-09-21 17:21:39 +02:00
Wojtek Figat
f547e44d3d
Add minor UI improvements for timeline and curves editing
2021-09-20 16:54:11 +02:00