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
NoriteSC
8841a603f6
Virtual proxy
2023-12-29 23:15:03 +01:00
Wojtek Figat
efebb29ac0
Minor tweak for #2003
2023-12-16 12:49:39 +01:00
Wojtek Figat
c3dd05211b
Merge branch 'load-additional-scene' of https://github.com/nothingTVatYT/FlaxEngine into nothingTVatYT-load-additional-scene
2023-12-16 12:40:34 +01:00
Wojtek Figat
d7b17ae0a6
Fix deadlock in asset thumbnails rendering queue when texture streaming fails
...
#2057
2023-12-14 16:05:15 +01:00
Wojtek Figat
6dd72cdf32
Add removing thumbnails for deleted assets
...
#1729
2023-12-11 14:14:55 +01:00
Wojtek Figat
63773f2ddf
Add **option to import model file as Prefab**
...
#1909 #1329 #1973
2023-12-06 11:19:42 +01:00
Wojtek Figat
63ddf53ad3
Fix model asset thumbnail if mesh is not centered around origin
2023-12-05 23:43:54 +01:00
nothingTVatYT
475453aa60
add load scene add. to context menus
2023-11-28 00:06:28 +01:00
Chandler Cox
2ddef2c6be
make vars public
2023-11-24 10:53:43 -06:00
Chandler Cox
53aae90d45
Code style fix
2023-11-24 07:50:00 -06:00
Chandler Cox
94f1dff497
Add main content nodes to not be duplicated.
2023-11-21 15:40:34 -06:00
Chandler Cox
317886e893
Remove ability to delete content and source folders. Limit CM options on those folders only to ones that make sense.
2023-11-21 12:03:01 -06:00
Wojtek Figat
13881c7d97
Merge branch 'LightThemeTweaks' of https://github.com/Radiangames/FlaxEngine into Radiangames-LightThemeTweaks
2023-11-13 17:02:12 +01:00
Wojtek Figat
4238c43f27
Format code #1850
2023-11-07 10:54:11 +01:00
Wojtek Figat
f163edfb7e
Move AssetPickerValidator to Editor Content folder
...
#1850
2023-11-07 10:24:38 +01:00
Wojtek Figat
8d9f4d72f5
Various stability improvements for Editor
2023-10-17 22:42:47 +02:00
Wojtek Figat
db52be5936
Fix crash when item is already in a view
...
#1679
2023-10-13 11:31:43 +02:00
Wojtek Figat
fdd6b171bb
Stability fixes
2023-10-12 23:12:53 +02:00
Wojtek Figat
fa57440a2f
Fix typo
2023-10-09 14:48:19 +02:00
Wojtek Figat
09f2be907e
Merge remote-tracking branch 'origin/master' into 1.7
...
# Conflicts:
# Flax.flaxproj
2023-10-09 12:40:47 +02:00
Wojtek Figat
64d4076615
Minor tweaks
2023-10-09 12:06:55 +02:00
Wojtek Figat
38664e9d43
More improvements to 13853d5fb5
2023-10-08 16:34:41 +02:00
Wojtek Figat
13853d5fb5
Fix model asset previews to wait for materials to be loaded
2023-10-08 16:01:34 +02:00
Wojtek Figat
e29d3d02a2
Refactor audio clip import settings to use auto-generated bindings via AudioTool
2023-10-06 14:08:48 +02:00
Wojtek Figat
e6c45fccb3
Merge remote-tracking branch 'origin/master' into 1.7
...
# Conflicts:
# Source/Engine/Level/Actors/AnimatedModel.cpp
2023-10-05 10:44:03 +02:00
Wojtek Figat
1838c7bba7
Minor cleanup
2023-10-04 23:21:40 +02:00
Wojtek Figat
4e83a0a757
Fix potential exception in drag and drop handling
2023-10-03 22:20:44 +02:00
Wojtek Figat
dd66ee3521
Add using text Show in Finder on macOS in Editor
2023-10-02 13:26:26 +02:00
Wojtek Figat
5fe135e10b
Fix updating Content folder name when renamed in Finder on macOS
2023-10-02 13:11:20 +02:00
Luke Schneider
b7b8213179
Some additional fixes to light theme support
...
Fixed some issues with light theme support:
1) Icons in content tree nodes (Folder icons) now use the foreground color. I did not find a case where the content tree is used for other icons.
2) The asset picker now uses the Background Normal color (instead of a very transparent dark gray) for the background, and Orange for the text. Did not seem like it warranted adding a new color, and Orange works in both dark and light styles.
3) The platform selector icons are now hard-coded instead of based on the style. This may sound odd, but the icons are colored, so they should always use White as the fully active color. Previously they worked with a dark theme because the Foreground was set to white.
4) Fixed the CollectionBackgroundColor in the light theme being dark gray instead of light gray like it should be. This fixes certain lists of things having a dark background in the light theme.
2023-09-29 07:43:59 -05:00
Wojtek Figat
fb488cbaf7
Merge remote-tracking branch 'origin/master' into 1.7
2023-09-11 22:43:46 +02:00
Wojtek Figat
985d6cc811
Add UTF8 format for created plugin files and format code
...
#1335
2023-09-11 22:32:37 +02:00
Wojtek Figat
16fed8927c
Refactor #1266 (code quality and simplicity)
2023-09-11 20:02:53 +02:00
Wojtek Figat
2ddb44afa8
Merge branch 'ContentBrowserImprovement' of https://github.com/NoriteSC/FlaxEngineFork into NoriteSC-ContentBrowserImprovement
...
# Conflicts:
# Source/Editor/Windows/ContentWindow.cs
2023-09-11 15:39:48 +02:00
Chandler Cox
67909e33c8
Add difference for folders.
2023-09-01 16:37:14 -05:00
Chandler Cox
53861c4795
Improve content item in tile view. Decrease margin between list view items.
2023-09-01 14:28:26 -05:00
Wojtek Figat
18b47257fd
Add **Behavior Tree** asset type and editing
2023-08-16 13:26:33 +02:00
Wojtek Figat
8dc98174cf
Minor tweaks
2023-08-01 14:14:27 +02:00
NoriteSC
0b89164328
Merge branch 'FlaxEngine:master' into ContentBrowserImprovement
2023-07-28 15:56:40 +02:00
NoriteSC
131060efa7
bug fix
2023-07-28 12:48:43 +02:00
NoriteSC
6a65ccd5ef
rev1
2023-07-24 22:10:12 +02:00
Chandler Cox
83427ba1d4
Add batch creating prefabs from mutiple selected actors in the scene tree.
2023-07-20 23:02:26 -05:00
Wojtek Figat
843abca8ca
Fix error when opening shader asset if it's not visible in Content window
2023-07-14 10:59:04 +02:00
Wojtek Figat
23a6a8b69f
Merge branch 'fix_content_browser' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-fix_content_browser
2023-06-27 23:20:11 +02:00
Wojtek Figat
53587ad162
Fix error when unloading Visual Script item in Editor
2023-06-15 09:51:49 +02:00
Wojtek Figat
8f7da81621
Merge remote-tracking branch 'origin/master' into 1.6
...
# Conflicts:
# Flax.flaxproj
# Source/Editor/Content/Items/AssetItem.cs
2023-06-13 15:41:07 +02:00
Wojtek Figat
13b1c16213
Add asset reload option via context menu in Editor
2023-06-13 14:58:14 +02:00
Ruan Lucas
164670cceb
change content folder detection mode on "CanRename"
2023-06-12 20:04:32 -04:00
Wojtek Figat
979168e82c
Refactor various Editor APIs to use auto-generated bindings instead of manual code
2023-06-12 14:34:07 +02:00