XmYx / ainodes-engine

GNU Lesser General Public License v2.1
256 stars 15 forks source link

Is there any plan to add interactive node? #12

Open JinEui-Kim opened 1 year ago

JinEui-Kim commented 1 year ago

I hope to draw canny edge directly in node such as canvas. Also pose.

XmYx commented 1 year ago

Hi, yes! the Scribble node does that (with some minor bugs at showing the correct color brush). It does not yet work well as a pose input, I have to check how to make that work nicely.

JinEui-Kim commented 1 year ago

oh, i didn't know that. there need some feature to retouch the canvas. if i press ctrl+z to try to remove latest line i drawed, then the node is removed....

XmYx commented 1 year ago

Hey, I have added an undo and redo button to the Scribble node, Ctrl + Z is still a very global event, I'll think about capturing node events there, but for now, this solution provides the expected behavior.

JinEui-Kim commented 1 year ago

Thanks! undo and redo button are works well. It would be nice to have an undo and redo shortcut, it doesn't have to be CTRL+Z.