Tanasart
9dc560d92f
Fix preference key typo
2023-11-04 20:21:05 +07:00
Tanasart
faf6cce3ad
Fix animation button color.
2023-11-04 19:22:52 +07:00
Tanasart
3dade4c58f
- [Armature Pose] Fix node not updating.
2023-11-04 18:10:58 +07:00
Tanasart
09eeea9a03
Disable animation control while exporting.
2023-11-03 20:43:28 +07:00
Tanasart
a344c06035
[Graph Panel] Refactor selection to use single array.
2023-11-03 09:22:02 +07:00
Tanasart
6e336452c5
cache group
2023-11-02 20:37:13 +07:00
Tanasart
cb39f44bab
Cache group
2023-11-02 18:43:00 +07:00
Tanasart
1466694a77
Remove active bar, graph color based on context color.
2023-11-02 08:36:49 +07:00
Tanasart
5234bccba0
- [Canvas] When using eraser, if the alpha channel is set to true, then the eraser will only erase alpha channel.
...
- [Canvas] Add brush distance, rotation, rotate by direction properties.
2023-11-01 20:13:23 +07:00
Tanasart
8aa87fa04f
bunch of things
2023-11-01 14:10:25 +07:00
Tanasart
cc527b55a6
Config setting reset
...
- Add reset button for most config dialog.
2023-10-31 21:24:54 +07:00
Tanasart
eb977680b9
FFMPEG, preference, dialog
...
- [Preference] "Appearance" renamed to "Interface". Rearrange and remove preference to match its category.
- [Dialog] Fix crash when opening color selector.
2023-10-31 19:33:36 +07:00
MakhamDev
8bbec3933c
Convert preference to use struct.
2023-10-31 11:30:42 +07:00
MakhamDev
fe2339b674
- [Canvas] Add option to use background dimension (on by default).
2023-10-30 20:21:34 +07:00
MakhamDev
7bfecbf6a5
Palette, gradient dialog fix. Line optimize. Sprite stack fix.
2023-10-30 10:18:18 +07:00
MakhamDev
ff5124b551
VFX, globalvar reorder, line optim
2023-10-29 12:29:10 +07:00
MakhamDev
900c1dea19
- [Path Builder] Remove connected property. Now use nested vec2 array to define disconnected paths.
2023-10-28 20:28:47 +07:00
MakhamDev
a4035b52bf
3d particle
2023-10-28 18:31:13 +07:00
MakhamDev
fdb2858378
3D instancer
2023-10-28 15:53:11 +07:00
MakhamDev
9245b35c1f
Cache, group IO ordering fix
2023-10-28 09:07:43 +07:00
MakhamDev
b7918574b9
VFX fixes, group cache
2023-10-27 20:42:17 +07:00
MakhamDev
211615b8ab
Optimize terrain generation
2023-10-27 18:55:31 +07:00
MakhamDev
dd5603e38a
- Fix error when setting globalvar value.
2023-10-24 16:23:20 +07:00
MakhamDev
78ca7fbb37
Fix text rendering bug.
2023-10-24 07:09:04 +07:00
MakhamDev
7d401a25d4
- New 3D terrain node.
2023-10-23 19:33:55 +07:00
MakhamDev
8e6d37c7cd
- [Outline] Add option to crop overflow pixel for inside outline.
2023-10-23 16:39:41 +07:00
MakhamDev
70d6876fe7
- Fix node interpolation not save and load properly.
2023-10-21 20:41:05 +07:00
MakhamDev
6c283eec85
Group io change
2023-10-20 17:32:43 +07:00
MakhamDev
9bca08fd57
1.15.5 fixes
2023-10-19 16:34:29 +07:00
MakhamDev
be1d1af2b3
1.15.5
2023-10-18 19:58:55 +07:00
MakhamDev
b1b422d79b
- [Graph] Hold ctrl while dragging output junction to disconnect multiple connections at once.
2023-10-16 18:54:31 +07:00
MakhamDev
d8c5fd2d3d
Globalize Palette, Gradient data. png palette.
2023-10-16 17:54:20 +07:00
MakhamDev
468ebbd5f3
- [Node Action] Add expression support.
...
+ Follow path action now comes with expression for automating path progress.
2023-10-16 15:09:17 +07:00
MakhamDev
d07cb1ce70
[Number] New slider and rotator
2023-10-16 12:25:22 +07:00
MakhamDev
521f82cd0d
Timeline rework, node, junction color.
2023-10-15 20:04:42 +07:00
MakhamDev
7a63c91762
Timeline rework 2
2023-10-14 18:51:34 +07:00
MakhamDev
6afa977b27
Timeline rework 1
2023-10-14 13:00:35 +07:00
MakhamDev
5173301279
- [PCX] self keyword.
2023-10-12 19:14:08 +07:00
MakhamDev
81d54ea3e3
- [PCX] Fix expression not evaluate if the junction is connected.
...
- [PCX] Fix square bracket break autocomplete.
2023-10-12 17:25:38 +07:00
MakhamDev
4b1ff8bf07
Text scale. Sprite slice.
2023-10-12 12:07:24 +07:00
MakhamDev
90b9441468
- [Animation] Improve stability when reordering nodes.
2023-10-11 12:51:49 +07:00
MakhamDev
7f3de8ee17
Text path
2023-10-11 10:32:38 +07:00
MakhamDev
4e0c1af946
- [Draw Text] Add letter spacing, line height properties.
...
- [Draw Text] Improve multiline rendering.
- [Draw Text] Add path property.
2023-10-11 10:17:49 +07:00
MakhamDev
78da868ff0
Fix nineslice, combine text.
2023-10-11 07:20:03 +07:00
MakhamDev
d1b36d6153
Fix scale not outputing
2023-10-10 16:41:39 +07:00
MakhamDev
72d3ccb998
Fix array composite, convolute error when dealing with non array input.
2023-10-10 15:40:36 +07:00
MakhamDev
8c49699416
VFX stuffs and array sample node.
2023-10-10 12:12:42 +07:00
MakhamDev
73ebadbfaa
Fix several VFX bugs
2023-10-09 21:07:33 +07:00
MakhamDev
20073fd98c
Rigidbody
2023-10-09 12:36:20 +07:00
MakhamDev
68bdb32f92
- [Particle, VFX] Fix error when using custom distribution map.
2023-10-08 20:12:20 +07:00