Commit Graph

634 Commits

Author SHA1 Message Date
mafiesto4 abe5b14f72 Merge branch 'unload_alc_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-unload_alc_fix 2025-03-18 14:20:20 +01:00
mafiesto4 a4082934b8 Update Editor UI to use empty Pivot after fa68a5f572
#3031
2025-03-16 23:06:08 +01:00
mafiesto4 54ad9a7629 Fix error when connecting nodes in Visject 2025-03-03 09:54:30 +01:00
GoaLitiuM 980a112c57 Clear VisjectSurface node caches and context menus during scripts reload 2025-02-26 20:29:20 +02:00
mafiesto4 b3508b9fe1 Fix Visject gradient stops to update graph only on sliding end
#3226
2025-02-20 20:28:46 +01:00
mafiesto4 3394de0b93 Fix grid in multi-blend node to draw behind the lines
#3212
2025-02-13 23:29:02 +01:00
mafiesto4 cc735a1b6a Merge branch 'particle-rotate-shape' of https://github.com/Tryibion/FlaxEngine into Tryibion-particle-rotate-shape 2025-01-27 11:35:26 +01:00
Tryibion cb7fc6141d Fix crash in multiblend 2d node when first created. 2025-01-09 19:40:36 -06:00
mafiesto4 cedacdba3e Simplify Rename context option activity and use input option for F2 remapping in Editor
#3093
2024-12-16 23:21:45 +01:00
mafiesto4 06dcc7ba8e Merge branch 'Visject-CommentRenameImprovementsTwo' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-Visject-CommentRenameImprovementsTwo 2024-12-16 23:17:56 +01:00
Tryibion 3ba1ebb847 Add rotate position shape as particle module. 2024-12-12 20:41:11 -06:00
mafiesto4 09414f9002 Add blend space drawing in Multi Blend 2D editor
#1980
2024-12-10 10:42:40 +01:00
mafiesto4 3e5cb09381 Fix vertical axis and blend points center in Multi Blend space editor
#1980
2024-12-09 22:48:02 +01:00
Nils Hausfeld e9243d0358 - Fixed regression of commit ec7840f36b that caused surface comments created with "// <text>" to throw an error 2024-12-07 19:15:14 +01:00
Nils Hausfeld 82453acf53 - Added the ability to rename selected visject comments by pressing F2
- Added rename option to context menu for visject comments
2024-12-07 18:42:00 +01:00
mafiesto4 b6d2a3683c Add ButtonAttribute to display methods in editor properties panel
#1917
2024-12-06 16:10:50 +01:00
mafiesto4 4ffb614c01 Fix compilation and simplify
#3010
2024-11-26 16:11:18 +01:00
mafiesto4 6cb7e31e77 Merge branch 'VjDeleteUsedParamWarning' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-VjDeleteUsedParamWarning 2024-11-26 16:03:56 +01:00
xxSeys1 38d1e25604 replace for loop 2024-11-21 20:20:42 +01:00
xxSeys1 b055117144 simplify parameter deleted code 2024-11-16 18:37:36 +01:00
xxSeys1 a0aee15267 add named terrain layers 2024-10-25 15:30:54 +02:00
xxSeys1 2952bdca66 fix docs commend and function name 2024-10-24 23:28:48 +02:00
xxSeys1 57b4e9f295 move used checks to interface 2024-10-24 23:24:28 +02:00
xxSeys1 6b4b85b113 fix code style 2024-10-24 20:48:53 +02:00
xxSeys1 894741eaa7 fix typo in filename 2024-10-22 13:59:48 +02:00
xxSeys1 b880edc889 add editor option to toggle warning 2024-10-22 13:49:26 +02:00
xxSeys1 aee5382ff6 Remove plural from caption 2024-10-22 13:38:37 +02:00
xxSeys1 667eb73911 add warning when used param is being deleted
"Used" means in graph and connected
2024-10-22 13:10:21 +02:00
mafiesto4 e9ac02d416 Refactor toolstrip buttons tooltips to properly format empty input bindings 2024-10-01 11:06:13 +02:00
mafiesto4 19817e4ad6 Fix crash on find references in visject surface after grid snap has been added 2024-09-25 20:26:28 +02:00
mafiesto4 18dc475f40 Merge remote-tracking branch 'origin/master' into 1.9
# Conflicts:
#	Source/Engine/UI/GUI/Common/Button.cs
2024-09-23 14:11:05 +02:00
Nils Hausfeld 382ac2c70b - Center alignment for surface comment header 2024-09-20 21:00:34 +02:00
mafiesto4 f050621e3e Blacklist various std lib namespaces in Visual Scripting 2024-09-17 00:14:43 +02:00
mafiesto4 c69beae81a Add namespace to method tooltips in Visual ScriptType
#112
2024-09-12 15:45:12 +02:00
mafiesto4 d5f53572df Add support for using C# stdlib api in Visual Scripts
#112
2024-09-12 15:44:53 +02:00
mafiesto4 9daddccbed Merge remote-tracking branch 'origin/master' into 1.9
# Conflicts:
#	Source/Editor/Modules/ContentDatabaseModule.cs
#	Source/Editor/Surface/SurfaceUtils.cs
#	Source/Editor/Windows/Assets/MaterialInstanceWindow.cs
#	Source/Engine/Foliage/Foliage.cpp
#	Source/Engine/Graphics/Models/MeshBase.h
#	Source/Engine/Tools/MaterialGenerator/MaterialGenerator.Textures.cpp
2024-09-12 13:38:20 +02:00
xxSeys1 3a1dde0081 rename VisualScriptingDescriptionPanel to NodeDescriptionPanel
The description panel no longer only shows in the visual scripting editor but also in the material editor.
There is one editor setting that shows/ hides both so I changed the name to something more general.
2024-09-11 22:19:44 +02:00
mafiesto4 12c9ae1490 Add surface nodes size snapping when using grid
#1456
2024-09-11 20:24:19 +02:00
mafiesto4 c26a806a35 Code cleanup
#1456
2024-09-11 19:57:57 +02:00
mafiesto4 91bfb29d33 Merge branch 'visject_grid_snap' of https://github.com/Menotdan/FlaxEngine into Menotdan-visject_grid_snap
# Conflicts:
#	Source/Editor/Surface/SurfaceUtils.cs
2024-09-11 18:32:08 +02:00
mafiesto4 bbb0d36494 Fixed issues found by PVS-Studio 2024-09-09 18:21:59 +02:00
mafiesto4 c62575612b Fix missing parameters metadata on nested material layers
#731
2024-09-09 12:34:18 +02:00
mafiesto4 776002c08c Merge branch 'fix-comment-node-cm' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-comment-node-cm 2024-08-28 16:36:43 +02:00
mafiesto4 0dbcdc3217 Add enlarging debug point of current blend value in Multi blend nodes in Anim Graph window 2024-08-28 15:23:10 +02:00
mafiesto4 cd4bd5efe0 Fix duplicate action active state for nodes that dont allow it in Visject graph
#2243
2024-08-27 23:38:11 +02:00
Tryibion 9ebf98ce77 Fix null reference in Visject CM if there are no elements associated with a node. 2024-08-26 21:03:04 -05:00
mafiesto4 21b4c7c916 Merge remote-tracking branch 'origin/master' into 1.9 2024-08-16 14:52:57 +02:00
mafiesto4 75cd7feffa Merge branch 'surf-param-sort' of https://github.com/Tryibion/FlaxEngine into Tryibion-surf-param-sort 2024-08-15 15:01:57 +02:00
mafiesto4 94d4ea8a40 Merge branch 'descript-cm-anim-mat' of https://github.com/Tryibion/FlaxEngine into Tryibion-descript-cm-anim-mat 2024-08-15 14:56:35 +02:00
mafiesto4 14cb059b34 Merge branch 'inc-lerp-node-size' of https://github.com/Tryibion/FlaxEngine into Tryibion-inc-lerp-node-size 2024-08-15 13:02:16 +02:00