forked from b-init/ImagePaste
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add option to choose type of images to move
- I think it's better to set a fixed type of images in the preferences, so users won't have to choose it every time they save the file. - Turn the `pasted_images` list into the `filepath_to_image` dictionary, so we can find images faster. - Rewrite most of the the `execute` method. Now, the `filepath_to_image` will be updated when the path is changed so it can remember the pasted images later. Then we remove all pasted images that not in the `.blend` file (in case user undoes after pasting).
- Loading branch information
1 parent
153eb1a
commit e25fe8d
Showing
3 changed files
with
113 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters