Wojtek Figat
87c66b0168
Fix root motion preview in animation window
2024-02-09 15:38:11 +01:00
Wojtek Figat
d08843900e
Add AnimationRootMotionFlags to configure root motion component extraction
...
Add `RootMotionMode` to support extracting root motion from animated skeleton pose center of mass
#1429 #2152
2024-02-09 15:37:29 +01:00
Wojtek Figat
eed780a0b0
Add highlighting active state in anim graph
2024-02-07 19:31:34 +01:00
Wojtek Figat
cfb8350c65
Fix anim graph debugging to handle nested graph connections highlights properly
2024-02-07 19:22:07 +01:00
Wojtek Figat
a38d1ad7cc
Fix anim graph trace events debugging to include nodes path for nested graphs
2024-02-07 19:03:38 +01:00
Wojtek Figat
e75902e900
Variosu tweaks
2024-02-07 18:56:07 +01:00
Wojtek Figat
8441726da7
Improve support for fixed-arrays in api fields
2024-02-07 18:43:48 +01:00
Wojtek Figat
c67d352065
Refactor win32 exe icon updating
...
#928
2024-02-07 12:51:52 +01:00
Wojtek Figat
9f279d4b5e
Add hiding various material properties based on the material domain
2024-02-07 09:58:31 +01:00
Wojtek Figat
6cd9895427
Merge remote-tracking branch 'origin/master' into 1.8
2024-02-07 09:40:45 +01:00
nothingTVatYT
a9259b20a4
fix off-by-one in collection range check
...
The check failed randomly after script reloading an dissued the following error:
```
00:19:37.789 ]: [Error] Exception has been thrown during Window.OnDraw.
Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')
[ 00:19:37.805 ]: [Warning] Exception has been thrown during Window.OnUpdate. Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')
Stack strace:
at FlaxEditor.GUI.Tabs.Tabs.get_SelectedTab() in /home/me/Flax/FlaxEngine/Source/Editor/GUI/Tabs/Tabs.cs:line 242
```
2024-02-07 02:01:39 +01:00
Wojtek Figat
169024ae47
Fix new asset naming to always validate filename
...
#2212
2024-02-06 17:39:43 +01:00
Wojtek Figat
7c9218840d
Format code #2149
2024-02-06 17:27:27 +01:00
Wojtek Figat
876cb4f0c3
Merge branch 'button-custom-editors' of https://github.com/MineBill/FlaxEngine into MineBill-button-custom-editors
2024-02-06 17:13:12 +01:00
Wojtek Figat
9da9a122b8
Fix error in Editor
2024-02-06 16:59:17 +01:00
Wojtek Figat
6954a488ea
Codestyle fixes
2024-02-06 16:38:44 +01:00
Wojtek Figat
0c762bb12f
Merge branch 'feature/817-terrain-smoothing' of https://github.com/envision3d/FlaxEngine into envision3d-feature/817-terrain-smoothing
2024-02-06 16:34:15 +01:00
Wojtek Figat
27f4451c0c
Merge branch 'collection-ui' of https://github.com/Tryibion/FlaxEngine into Tryibion-collection-ui
2024-02-06 16:20:04 +01:00
Wojtek Figat
c0e3b27880
Codestyle fix #2211
2024-02-06 16:17:43 +01:00
Wojtek Figat
d6a51dc06c
Merge branch 'Anim-Skeleton-Mask-parameter' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-Anim-Skeleton-Mask-parameter
2024-02-06 16:16:12 +01:00
Wojtek Figat
465c14c04a
Remove leftover log
2024-02-06 15:06:29 +01:00
Wojtek Figat
d33ff4306f
Fix sprite atlas limit on 4096
...
#2218
2024-02-06 14:49:44 +01:00
Wojtek Figat
0d8464dbd9
Merge branch 'fix-plugin-create-name' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-plugin-create-name
2024-02-06 12:12:54 +01:00
Wojtek Figat
40632a4a88
Fix missing default value for new Visject method parameter if method uses Vector param
...
#2204
2024-02-06 12:10:05 +01:00
Wojtek Figat
479a917c59
Tweak #2186
2024-02-06 11:42:55 +01:00
Wojtek Figat
060440195d
Merge branch 'fix-plugins-window' of https://github.com/nothingTVatYT/FlaxEngine into nothingTVatYT-fix-plugins-window
2024-02-06 11:40:05 +01:00
Wojtek Figat
2b63a8ae4c
Merge branch 'multinode-drop-location' of https://github.com/Tryibion/FlaxEngine into Tryibion-multinode-drop-location
2024-02-06 11:36:46 +01:00
Wojtek Figat
84927c79fc
Merge branch 'Remove-auto-editor-mods' of https://github.com/Tryibion/FlaxEngine into Tryibion-Remove-auto-editor-mods
2024-02-06 11:26:17 +01:00
Wojtek Figat
b2d0afd4ef
Simplify code in #2202 for script type searching
2024-02-06 11:09:08 +01:00
Wojtek Figat
741682b5e7
Merge branch 'drag-actor-script' of https://github.com/Tryibion/FlaxEngine into Tryibion-drag-actor-script
2024-02-06 11:01:48 +01:00
Wojtek Figat
0793ebc132
Improve #2221 to be more dynamic when clicking arrow
2024-02-06 10:58:14 +01:00
Wojtek Figat
cde9fe8f9c
Merge branch 'cont-key-tree' of https://github.com/Tryibion/FlaxEngine into Tryibion-cont-key-tree
2024-02-06 10:54:34 +01:00
Wojtek Figat
969d0390ce
Add auto focus to Editor Window when nothing clicked inside it
2024-02-05 09:27:28 +01:00
ruan
5d61e45ecd
Add rename multiple actors
2024-02-04 10:42:29 -04:00
Chandler Cox
dec9fbd74b
Add hold arrow key in tree to continuously scroll actors
2024-02-02 09:18:48 -06:00
nothingTVatYT
8aa402bcb9
add space option and avoid duplicated code
2024-01-31 23:21:57 +01:00
nothingTVatYT
54658cbb3b
fix ² and ³ in parser
2024-01-31 22:05:24 +01:00
nothingTVatYT
7a802a2eee
format +/- infinity
2024-01-31 20:39:39 +01:00
nothingTVatYT
22600a2c29
add torque unit
2024-01-31 11:01:22 +01:00
nothingTVatYT
1f8314b663
fixed typo
2024-01-30 09:29:05 +01:00
nothingTVatYT
2a03206778
add formatting preference to editor options
2024-01-30 09:24:44 +01:00
nothingTVatYT
49beb2c7ba
add toggle formatting
2024-01-30 08:52:27 +01:00
nothingTVatYT
e7b0375a0e
code cleanup
2024-01-30 07:45:19 +01:00
nothingTVatYT
9e5f866b75
fix Newton parsing
2024-01-30 07:44:50 +01:00
nothingTVatYT
3dc34e2d9c
add more units and categories
2024-01-29 22:51:02 +01:00
Wojtek Figat
5bad7c79c4
Add removing dotnet libs for iterative rebuilds when AOT cache gets cleared
2024-01-29 17:53:42 +01:00
nothingTVatYT
dcda7d96bb
use C# default for double formatting
2024-01-29 09:06:05 +01:00
nothingTVatYT
a0741dd9de
units for quaternion, transform and more collider values
2024-01-29 08:24:55 +01:00
nothingTVatYT
ef41ad6074
add units to transform editor, some collider values
2024-01-29 07:34:58 +01:00
nothingTVatYT
20dbe15651
add configuration options
2024-01-28 23:52:52 +01:00