Blender Git Loki
Git Commits -> Revision 7fec67a
Revision 7fec67a by Sergey Sharybin (master) October 3, 2011, 11:04 (GMT) |
Fix #28780: Undo while painting image sequences issue - Store imbuf file path in UndoImageTile structure, so imbuf can be verified before applying titles on it. - If current image's imbuf file path isn't equal to file path stored in undo block, search for imbuf in ima->ibufs. Probably it can be optimized, but storing all settings which defines needed imbuf (image source type, offset, image file name, current scene frame and so messes up undo code and requires deeper changes which probably better not to start on bcon4). |
Commit Details:
Full Hash: 7fec67ab40cac18aaa44420216603ddc2b623caa
SVN Revision: 40770
Parent Commit: 354670e
Lines Changed: +19, -1
1 Modified Path:
/source/blender/editors/sculpt_paint/paint_image.c (+19, -1) (Diff)