- [Animation] Fix node not load images in when create from add node dialog.

This commit is contained in:
Tanasart 2023-11-23 09:22:52 +07:00
parent 4c8237fa9b
commit 948c1caf90

View file

@ -7,7 +7,7 @@ function Node_create_Image_Animated(_x, _y, _group = noone) { #region
}
var node = new Node_Image_Animated(_x, _y, _group);
var paths = paths_to_array(path);
var paths = string_splice(path, "\n");
node.inputs[| 0].setValue(paths);
node.doUpdate();