Blender Git Loki
Git Commits -> Revision dfefafa
Revision dfefafa by Campbell Barton (master) March 21, 2021, 03:12 (GMT) |
Fix uninitialized memory use loading movie sequence strips When the movie wasn't found, uninitialized values would be used for the original width/height. Also use int instead of float as the image size is stored as an int. |
Commit Details:
Full Hash: dfefafa814dd8daf1fe0e49f48e5ddbf6435bbfe
Parent Commit: fce3e66
Lines Changed: +9, -7