Commit graph

1306 commits

Author SHA1 Message Date
Tanasart
4883228e85 fix sprite reference errors 2025-01-01 08:12:36 +07:00
Tanasart
548e54b6ab polar 2024-12-30 17:05:35 +07:00
Tanasart
690f187cf7 New Polar Mirror node. 2024-12-30 15:37:33 +07:00
Tanasart
dc2badae83 [Inspector Panel] Fix vec2 widget show incorrect value when connected. 2024-12-30 13:09:13 +07:00
Tanasart
88cb50102d [Add node] Now support unordered search. (e.g. "shp drw" now match with "draw shape") 2024-12-30 10:48:35 +07:00
Tanasart
00ebbbd51b [Add node] Add stacked group view. 2024-12-29 16:12:24 +07:00
Tanasart
5c46be3fc0 [Collections] Add setting to hide labels. 2024-12-29 11:42:51 +07:00
Tanasart
558249e742 [JSON File Out] Add option to attempt serialization if possible. 2024-12-29 08:35:05 +07:00
Tanasart
4b7c3d4bb0 preview outline 2024-12-28 16:07:58 +07:00
Tanasart
f1e60b9213 [Path Shape] Add corner radius for quadrilateral shapes. 2024-12-28 15:51:57 +07:00
Tanasart
df4d289333 morph path 2024-12-28 13:29:49 +07:00
Tanasart
ef15dee9f3 Path drawing now moved from Draw Shape node to a dedicated Path Fill node. 2024-12-28 09:18:31 +07:00
Tanasart
ea1ccb9dee [Shape] Add sharp corner type for some shapes. 2024-12-27 16:37:18 +07:00
Tanasart
cae78fb658 [Scrollbox] Fix searching sometime show unmatched objects. 2024-12-27 15:06:50 +07:00
Tanasart
8c0b0c8b30 [TextBox, TextArea] Add context menu. 2024-12-27 14:39:51 +07:00
Tanasart
fe43a1821d [TextBox] Fix selecting widget doesn't receive mouse click. 2024-12-27 14:15:48 +07:00
Tanasart
48a57ea4d8 Opening context menu now keep focus frame on the parent panel / dialog. 2024-12-27 11:21:58 +07:00
Tanasart
21626889d9 add hide option in view controller context menu 2024-12-27 11:05:50 +07:00
Tanasart
2af707f36f Fix auto-update node not working in group. 2024-12-27 10:06:32 +07:00
Tanasart
8ae0dc2a57 [Stack] Fix output surface not clearing. 2024-12-27 09:04:09 +07:00
Tanasart
5e6983681d delete libsysinfo 2024-12-25 12:53:24 +07:00
Tanasart
dde78b78bb [Iterate each] fix negative array index call. 2024-12-25 12:35:56 +07:00
Tanasart
af86d2b97e add node guard clause 2024-12-25 11:51:24 +07:00
Tanasart
df0fdd38af [Draw Shape] fix error when loading node from older version. 2024-12-25 11:00:26 +07:00
Tanasart
aee11d6c82 [VFX Attract] Fix crash on update. 2024-12-25 10:52:25 +07:00
Tanasart
778a1474c7 [ASE File In] Fix crash when loading aseprite file with mismatched palette data. 2024-12-25 08:50:08 +07:00
Tanasart
e4aa459571 fix crash when showing animation 2024-12-24 12:27:09 +07:00
Tanasart
ce9b7b866e [Preference] Fix crash when displaying string based hotkey. 2024-12-24 09:20:55 +07:00
Tanasart
89149e7dec [Displace] Iterate mode now accumulate color. 2024-12-23 10:59:30 +07:00
Tanasart
31069d8067 path repeat 2024-12-23 08:58:29 +07:00
Tanasart
41b47a4b04 [Draw Line] Add force loop option. 2024-12-22 16:18:56 +07:00
Tanasart
2947485630 [Random Rotation] Now convert scalar, vec2 value into constant angle and angle range respectively. 2024-12-22 15:47:33 +07:00
Tanasart
1ce0c47f18 New Shape Path node. 2024-12-22 15:01:16 +07:00
Tanasart
989468f27b Fix extracting random rotation gives vec2 instead of vec5. 2024-12-22 08:10:33 +07:00
Tanasart
917165eca6 [Pixel Math] Add comparison operators. 2024-12-21 18:33:24 +07:00
Tanasart
d73d2de662 fix crash surface extrude 2024-12-21 17:53:52 +07:00
Tanasart
239f52018f [Vec2, 3, 4] Add individual axis output. 2024-12-21 16:07:11 +07:00
Tanasart
7ba50ad0fc [Tunnel] Fix connection lines still appear on a deleted node. 2024-12-21 11:37:50 +07:00
Tanasart
3d892249d9 [Displace] Fix random output when displace map has no data. 2024-12-21 11:31:03 +07:00
Tanasart
7a79b9c021 [Draw Line] Add triangular end caps. 2024-12-21 10:48:18 +07:00
Tanasart
388fa8fc69 [Preview] Now show default dimension outline when not previewing any nodes. 2024-12-21 09:08:14 +07:00
Tanasart
6a56d1e4dc [Stack] Add blend mode property. 2024-12-20 14:56:46 +07:00
Tanasart
8eff3f78f6 Creating, connecting nodes now won't refresh the entire graph. (I'm pretty sure there's a reason I make it do that, but we'll see.) 2024-12-20 10:52:20 +07:00
Tanasart
800c6bbf9a [Caustic] Add intensity property. 2024-12-20 10:36:55 +07:00
Tanasart
c60d6de266 [Draw Gradient] Add circular type xy scale. 2024-12-20 09:29:06 +07:00
Tanasart
39d8ea2cae [Shape] Height now apply to rgb instead on alpha channel. 2024-12-20 08:37:34 +07:00
Tanasart
83f61c732a [Path Extrude] Add profile angle property. 2024-12-20 08:25:37 +07:00
Tanasart
04ecbe8cbb [Region fill] Add random rotation property for texture mapping. 2024-12-19 14:04:30 +07:00
Tanasart
8879bfb770 [3D renderer] Fix normal not transformed by with material shift and scale properties. 2024-12-19 12:09:02 +07:00
Tanasart
db9a16ddb4 New Julia generate node. 2024-12-19 10:31:55 +07:00