Blender Git Loki
Git Commits -> Revision 568a0c8
Revision 568a0c8 by Lukas Toenne (master) September 2, 2013, 14:23 (GMT) |
Fix #36639, textures not reloaded after fixing paths. The BKE_bpath_traverse_id method updates path variables of image data blocks, but did not cause the image to be reloaded (or rather, tagged so it gets reloaded on next use). This requires also updating all the ImageUser "ok" tags, which happens in some odd places in other cases where reload happens (e.g. the reload operator and the image path button handler function in image template). |
Commit Details:
Full Hash: 568a0c81992a8de683617d2509d89e0a73214f31
SVN Revision: 59737
Parent Commit: 55daa3c
Lines Changed: +10, -1
1 Modified Path:
/source/blender/blenkernel/intern/bpath.c (+10, -1) (Diff)