Blender Git Commit Log
Git Commits -> Revision 93055b1
Revision 93055b1 by Antonis Ryakiotakis (master) May 4, 2015, 10:53 (GMT) |
Fix metadata display in sequencer lost after doing a preprocess transform. IMB_makeSingleUser makes a copy and destroys metadata. I am not sure if this is the safest way to make a single user ImBuf (setting the refcount to 0 is simpler and there's less, but no zero, risk of dangling pointers) but I will leave this as is for now in case there is an actual need for a copy here. The alternative approach should be tested at some point. |
Commit Details:
Full Hash: 93055b1c2293ca0e4db35641193b778f48d7aff5
Parent Commit: 0463888
Lines Changed: +4, -0