Page MenuHome

Fix T47441: Allow image open operator to load multiple images at once
ClosedPublic

Authored by jside on May 28 2016, 9:01 PM.

Details

Summary

This patch allows the image open operator to load multiple images with the last one given as by the file list
being passed as the active one.

For image sequences it will only load the first image and populate the ImageUser struct accordingly as before. Duplicates are not loaded twice but if the active image is already loaded it's already existent instance will be passed on as the active image.

Diff Detail

Repository
rB Blender

Event Timeline

jside updated this revision to Diff 6807.May 28 2016, 9:01 PM
jside retitled this revision from to Fix T47441: Allow image open operator to load multiple images at once.
jside updated this object.
jside set the repository for this revision to rB Blender.

Just tried it, it looks like it works!

Campbell Barton (campbellbarton) edited edge metadata.EditedJun 2 2016, 4:33 PM

Updated this patch and added support for mixing multiple images and frame-ranges. P363

A general issue with this behavior (noticed just now) is not giving the newly loaded images a user means they will be removed on re-saving.
This may seem like a bug to users.
So question is weather this is acceptable behavior, I'm not keen on it.
(as normal, quick hacks expose design issues!)

This revision is now accepted and ready to land.Jul 15 2016, 8:03 AM