made node edge changes undoable

This commit is contained in:
itsmattkc
2019-07-17 00:14:49 -04:00
parent a78cc3950a
commit 39256fd6f9
15 changed files with 318 additions and 12 deletions
+1 -1
View File
@@ -34,9 +34,9 @@ NodeOutput *SolidGenerator::texture_output()
void SolidGenerator::Process(const rational &time)
{
// FIXME: Test code
Q_UNUSED(time)
// FIXME: Test code
if (texture_ == nullptr) {
QImage img(1920, 1080, QImage::Format_RGBA8888_Premultiplied);
img.fill(Qt::red);