Bugfix, Peach collection:

- new "preview" image in material caused crash because copy/paste material
  didn't support it yet.
This commit is contained in:
Ton Roosendaal 2007-12-26 16:15:27 +00:00
parent 237ba0291a
commit 1b95e2badd

@ -170,6 +170,7 @@ void do_buts_buttons(short event)
}
}
matcopybuf.nodetree= ntreeCopyTree(ma->nodetree, 0);
matcopybuf.preview= NULL;
matcopied= 1;
}
break;