Saas
2fbeac6077
disable decorator node shadows
2026-03-14 16:29:43 +01:00
Saas
0cec65f35f
disable vertex snapping while drawing box to fix snapping artefacts when zooming surface
2026-03-14 14:46:10 +01:00
Saas
fcdd05dede
fix straight connection sprite rotation offset at some angles
2026-03-14 14:20:30 +01:00
Saas
e008c7e2b4
fix behavior tree nodes
2026-03-14 14:20:00 +01:00
Saas
d3891688f0
fix boxes positioning and remove unused constants
2026-03-13 21:59:53 +01:00
Saas
a9c510c296
tweak some group archetype colors
2026-03-05 19:49:29 +01:00
Saas
23c3edcab9
small cleanup
2026-03-04 23:37:33 +01:00
Saas
2c98d80506
fix node auto resizing
2026-03-04 23:15:09 +01:00
Saas
93ca9f1cb0
Merge remote-tracking branch 'upstream/master' into VISjectIsNowMoreVISuallyAppealingAndLegible
2026-03-04 19:12:11 +01:00
Wojtek Figat
3b120cc5a4
Merge branch 'VisjectMoveNodeSmallerIncrements' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-VisjectMoveNodeSmallerIncrements
2026-02-03 17:44:41 +01:00
Wojtek Figat
c828c90161
Add Set Parameter node to Anim Graph
...
#2162
2026-02-03 15:42:26 +01:00
Wojtek Figat
2ab8b9dd55
Add Texture Group option for triplanar and procedural samplers
...
#3904
2026-02-01 23:11:44 +01:00
Wojtek Figat
4a1490f0b1
Follow up on #3642 and move node resizing code to shared code
2026-01-30 17:31:59 +01:00
Wojtek Figat
e0d0acc33c
Merge branch 'VisjectResizeCurveNodes' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-VisjectResizeCurveNodes
2026-01-30 16:58:01 +01:00
Saas
3279016067
tweak some node spacing
2025-12-20 20:39:54 +01:00
Saas
a92d2b6ca2
add slight background grid
2025-12-20 16:58:35 +01:00
Saas
a98a76f6e5
fix box spacing and (auto calculate) node height
...
- Work in progress but enough progress to commit because it basically works, it's just a bit ugly
- Node height is now recalculated every time a new element is added to the node
- Introduced `Archetype.UseFixedSize` for special nodes like *Color Gradient* or *Curve* that must rely on hardcoded size for now because the auto sizing does not take elements like the gradient editor or curve editor into account (ideally in the future it will)
- Fixed input and output box spacing (still some 1px offsets that I'm unsure where they are from, could be placebo though)
2025-12-20 00:02:11 +01:00
Saas
21d46dad07
change how connected boxes are drawn
2025-12-18 22:55:56 +01:00
Saas
cfda18ea9d
propagate disabled node boxes across reroute nodes
2025-12-18 22:41:55 +01:00
Saas
31b1ceb9f0
increase selection outline width
2025-12-18 19:57:58 +01:00
Saas
d3d67fddcc
add node shadow
...
- rectangular shadow (can be disabled...)
- ... for example for nodes with more complex shapes like reroute
2025-12-18 19:54:31 +01:00
Saas
e272870803
increase max zoom
2025-12-18 19:51:17 +01:00
Saas
b714668f4c
improve visject graph readability
...
- Separate size for boxes (the circle thingie to connect to) and box rows
- Smaller boxes (circle thingie)
- Smaller footer
- Smaller and color header
- Left align header text
- Replace background with solid color
- Adjust node `ArchetypeColor`s (former `FooterColor`) to keep header title readable over colored header
2025-12-17 18:54:37 +01:00
Wojtek Figat
2a53d0a462
Fix crash on Visual Script missing asset ref after hot-reload in Editor
...
#3823
2025-12-13 02:10:41 +01:00
Wojtek Figat
3efb981f00
Fix rare issues on input bugs in Visject
2025-11-18 16:51:43 +01:00
Wojtek Figat
ed408917c6
Fix Visject Surface node dependent connection types init on load
...
#3802
2025-11-18 16:41:24 +01:00
Wojtek Figat
6a8b76278a
Merge branch 'AttributeEditorPolish' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-AttributeEditorPolish
2025-11-07 21:37:46 +01:00
Wojtek Figat
179f6014bf
Merge branch 'CommentAroundAsset' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-CommentAroundAsset
2025-11-07 15:48:34 +01:00
Wojtek Figat
cc851b29fc
Fix animation state transition inputs when using other surface context
2025-11-07 15:17:20 +01:00
Saas
1091bc6e2c
only show comment edit buttons when surface can be edited
2025-10-31 20:47:23 +01:00
Wojtek Figat
c635d93b3c
Fix more errors in Visject context menu regressions
2025-10-15 14:44:58 +02:00
Wojtek Figat
09fa3ce4be
Minor changes
2025-10-14 15:07:40 +02:00
Saas
59fb83a469
correctly center buttons
2025-10-12 16:23:54 +02:00
Saas
7544500be1
polish attribute editor
...
- Add hint about what to do when there are no attributes
- Swap "Ok" "Cancel" buttons order to match other dialog boxes
- Move buttons to the bottom
- Increase size of menu
- Add some missing "." to add/ remove button tooltips in array editor
2025-10-12 16:07:20 +02:00
Wojtek Figat
d426c5b0d9
Merge remote-tracking branch 'origin/master' into 1.11
...
# Conflicts:
# Source/Engine/Physics/Colliders/Collider.h
2025-10-11 00:16:10 +02:00
Saas
e9f83f77bb
fix "Straighten Connections" to actually straighten all connections
2025-10-04 14:03:02 +02:00
Wojtek Figat
823ed247d2
Merge remote-tracking branch 'origin/master' into 1.11
...
# Conflicts:
# Source/Engine/Level/Actors/Sky.cpp
2025-10-03 22:37:32 +02:00
Wojtek Figat
7c87ade12b
Merge branch 'visjectPanOnNode' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-visjectPanOnNode
2025-09-30 15:51:17 +02:00
Wojtek Figat
2a5898c1de
Fix regression from #3342 to use existing time as unscaled to match previous content
2025-09-30 15:45:24 +02:00
Wojtek Figat
87e2c4c4d5
Merge remote-tracking branch 'origin/master' into 1.11
...
# Conflicts:
# Content/Editor/DebugMaterials/DDGIDebugProbes.flax
# Source/Editor/Windows/OutputLogWindow.cs
# Source/Engine/Level/Actor.cpp
2025-09-24 18:18:27 +02:00
Wojtek Figat
d1a99c9396
Merge branch 'moveVisjectConnection' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-moveVisjectConnection
...
# Conflicts:
# Source/Editor/Surface/VisjectSurface.cs
2025-09-22 22:30:26 +02:00
Saas
4f3f1cd163
make changing selected box with arrow up/ down loop
2025-09-15 23:09:07 +02:00
Saas
4d77646f26
fix error when changing selected box with arrow keys
2025-09-15 22:46:56 +02:00
Saas
187592b673
add moving visject nodes in smaller increments when holding shift and alt
2025-09-15 22:37:31 +02:00
Wojtek Figat
826009c1b4
Merge remote-tracking branch 'origin/master' into 1.11
...
# Conflicts:
# Content/Editor/DebugMaterials/DDGIDebugProbes.flax
# Source/Engine/Scripting/Scripting.cpp
2025-08-25 23:48:08 +02:00
Wojtek Figat
b965ca6c8c
Fix Content Window navigation bar to expand toolstrip for proper scroll bar display
...
#3326
2025-08-25 14:38:55 +02:00
Wojtek Figat
8c548ceff2
Merge branch 'Color-Gradient-Node' of https://github.com/MrCapy0/FlaxEngine into MrCapy0-Color-Gradient-Node
2025-08-19 13:21:32 +02:00
Wojtek Figat
1fee95be1c
Merge branch 'VjStraightenConnections' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-VjStraightenConnections
2025-08-19 13:20:41 +02:00
Saas
f2699892e0
add support for resizing visject curve nodes
2025-08-17 15:42:54 +02:00
Wojtek Figat
2f7d7a0f2a
Allow pasting State nodes in Anim Graph
...
#3596
2025-08-14 12:24:02 +02:00