Wojtek Figat
|
d751c6a6c6
|
Add PackNormal/UnpackNormal and GetInt/SetInt to MeshAccessor
|
2025-01-12 21:22:35 +01:00 |
|
Wojtek Figat
|
54869f1da0
|
Adjust label height
|
2025-01-12 17:59:08 +01:00 |
|
Wojtek Figat
|
d60f3bdfb1
|
Add mesh vertex layout and GPU memory size display in model window
|
2025-01-12 01:30:58 +01:00 |
|
Wojtek Figat
|
506efb7538
|
Merge model and skinned model windows code into shared base class
|
2025-01-12 01:04:56 +01:00 |
|
Wojtek Figat
|
a1c46d2e6e
|
Add support for up to 4 texture channels when importing meshes
#2667
|
2025-01-11 22:40:20 +01:00 |
|
Wojtek Figat
|
db4d7d2a05
|
**Refactor meshes format to support custom vertex layouts and new flexible api to access mesh data**
#3044 #2667
|
2025-01-06 22:47:19 +01:00 |
|
Wojtek Figat
|
29bfef677f
|
Add PixelFormatSampler utility to quick read/write operations on various data formats
Moved from `TextureTool` to be used in runtime and with more generic use cases (including C# scripting).
|
2025-01-05 23:49:44 +01:00 |
|
Wojtek Figat
|
78cf1a4948
|
Use MeshDataCache in vertex painting tool
|
2025-01-05 16:45:30 +01:00 |
|
Wojtek Figat
|
e7132086a5
|
Add displaying asset failed text if it occurs
|
2024-12-29 23:01:25 +01:00 |
|
Wojtek Figat
|
668f3fa68d
|
Update read and write streaming api to use the newest format
|
2024-12-29 23:00:40 +01:00 |
|
Wojtek Figat
|
b3f37ca041
|
Refactor Vertex Shader input vertex layout to use GPUVertexLayout defined on Vertex Buffer rather than Vertex Shader
#3044 #2667
|
2024-12-15 22:10:45 +01:00 |
|
Wojtek Figat
|
35e9e048f2
|
Merge remote-tracking branch 'origin/master' into 1.10
|
2024-12-10 11:07:31 +01:00 |
|
Wojtek Figat
|
09414f9002
|
Add blend space drawing in Multi Blend 2D editor
#1980
|
2024-12-10 10:42:40 +01:00 |
|
Wojtek Figat
|
3e5cb09381
|
Fix vertical axis and blend points center in Multi Blend space editor
#1980
|
2024-12-09 22:48:02 +01:00 |
|
Wojtek Figat
|
eb5dfcd6bf
|
Add support for multi-control editing
#1897
|
2024-12-09 18:47:32 +01:00 |
|
Wojtek Figat
|
667661dd90
|
Merge branch 'multi-select-values' of https://github.com/Tryibion/FlaxEngine into Tryibion-multi-select-values
|
2024-12-09 18:34:39 +01:00 |
|
Wojtek Figat
|
ce23c2efaf
|
Add hiding unrelated properties in Material properties for Decal, PostFX or GUI materials
#2919
|
2024-12-06 17:12:10 +01:00 |
|
Wojtek Figat
|
b6d2a3683c
|
Add ButtonAttribute to display methods in editor properties panel
#1917
|
2024-12-06 16:10:50 +01:00 |
|
Wojtek Figat
|
93fefc9af3
|
Fix showing splash screen window when running Editor in headless mode
|
2024-12-04 18:45:41 +01:00 |
|
Wojtek Figat
|
848dbdf532
|
Add auto-exit command line to editor
|
2024-12-04 18:41:36 +01:00 |
|
Wojtek Figat
|
2f16694529
|
Fix some not important warning to be less verbose in some cases
|
2024-12-04 18:40:52 +01:00 |
|
Wojtek Figat
|
57628c3d5f
|
Refactor Bezier splines drawing and editing to property evaluate value and match curve evaluation
#3051
|
2024-12-02 19:10:28 +01:00 |
|
Wojtek Figat
|
0a4a431f74
|
Fix exception regression
|
2024-12-01 21:55:19 +01:00 |
|
Wojtek Figat
|
f0f631a48b
|
Add splitter bar for resizing curve editor inside properties panel
|
2024-11-30 23:44:23 +01:00 |
|
Wojtek Figat
|
0295e1ca90
|
Add adding keyframes to curve on double-click
|
2024-11-30 23:28:07 +01:00 |
|
Wojtek Figat
|
8ef7f7cb1a
|
Add F key shortcut to show whole curve in editor view
|
2024-11-30 23:21:23 +01:00 |
|
Wojtek Figat
|
44d96ad100
|
Fix curve editor panning to be stable
|
2024-11-30 23:20:57 +01:00 |
|
Wojtek Figat
|
77184c7b52
|
Fix crash when curve zoom was too high
|
2024-11-29 14:34:07 +01:00 |
|
Wojtek Figat
|
9b43f2f03a
|
Add zooming in curve editor relative to the mouse cursor and adapt to curve size
|
2024-11-29 14:33:46 +01:00 |
|
Wojtek Figat
|
8ee011c7f5
|
Fix curve editor zoom to be relative to the curve size
|
2024-11-28 18:28:16 +01:00 |
|
Wojtek Figat
|
0509fe10be
|
Add displaying whole curve in properties panel upon show
|
2024-11-28 18:27:45 +01:00 |
|
Wojtek Figat
|
6f0a2c0288
|
Fix curve editor showing whole curve in a view
|
2024-11-28 18:27:09 +01:00 |
|
Wojtek Figat
|
dc91e55cec
|
Fix scroll bars when using negative content area (eg. curve editor)
|
2024-11-27 20:22:38 +01:00 |
|
Wojtek Figat
|
47919bd434
|
Add shift zoom to curve for a Y-axis only
|
2024-11-27 13:54:56 +01:00 |
|
Wojtek Figat
|
e7051824b7
|
Fix crash on leftover UI Canvas linked in Prefab window after reload
#3079
|
2024-11-26 23:13:43 +01:00 |
|
Wojtek Figat
|
631dbda23b
|
Add missing particle parameters overrides when duplicating emitter track
#3064
|
2024-11-26 16:16:41 +01:00 |
|
Wojtek Figat
|
4ffb614c01
|
Fix compilation and simplify
#3010
|
2024-11-26 16:11:18 +01:00 |
|
Wojtek Figat
|
6cb7e31e77
|
Merge branch 'VjDeleteUsedParamWarning' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-VjDeleteUsedParamWarning
|
2024-11-26 16:03:56 +01:00 |
|
Wojtek Figat
|
6146ea89b3
|
Merge branch 'TerrainLayerNames' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-TerrainLayerNames
|
2024-11-26 15:59:01 +01:00 |
|
Wojtek Figat
|
9f773d11ed
|
Merge branch 'small-track-ux' of https://github.com/Tryibion/FlaxEngine into Tryibion-small-track-ux
|
2024-11-26 15:58:31 +01:00 |
|
Wojtek Figat
|
0e13173119
|
Fix actor reference select in prefab editor
|
2024-11-25 22:13:46 +01:00 |
|
Wojtek Figat
|
344595e171
|
Don't mark surface as edited if none of the nodes were pasted
|
2024-11-23 20:31:17 +01:00 |
|
Wojtek Figat
|
9d70fd82d6
|
Merge remote-tracking branch 'origin/master' into 1.10
# Conflicts:
# Source/Engine/Networking/NetworkReplicator.cpp
|
2024-11-22 16:31:18 +01:00 |
|
Chandler Cox
|
7330101206
|
Fix errors
|
2024-11-21 20:52:34 -06:00 |
|
Chandler Cox
|
27044da099
|
Small optimization.
|
2024-11-21 20:29:38 -06:00 |
|
Chandler Cox
|
2a7dcff5c4
|
Fix scene tree menu options being enabled when not supposed to be
|
2024-11-21 20:24:16 -06:00 |
|
Chandler Cox
|
c8b97b8a38
|
Small UX improvements to tracks
|
2024-11-21 20:00:26 -06:00 |
|
Wojtek Figat
|
f8f4edfa76
|
Fix variious issues
|
2024-11-21 23:42:05 +01:00 |
|
Wojtek Figat
|
826d37c513
|
Add option to copy/paste skeleton retargetting between models
|
2024-11-21 23:40:25 +01:00 |
|
Wojtek Figat
|
377eb78020
|
Fix output log command history popup to return focus back to input field on arrow left
|
2024-11-21 23:22:08 +01:00 |
|