ImagePaste 1.7.0
Features
Customize filename
#18 by @thanhph111
Now you can customize the filename of the pasted images in the add-on preferences.
Here are some predefined variables to help you:
Variable | Description | Example |
---|---|---|
${addonName} |
Name of the add-on | ImagePaste |
${yearLong} |
Year with the century | 2021, 2022, … |
${yearShort} |
Year without the century | 21, 22, … |
${monthNumber} |
Month as a zero-padded decimal number | 01, 02, …, 12 |
${monthNameLong} |
Full month name | January, February, …, December |
${monthNameShort} |
Abbreviated month name | Jan, Feb, …, Dec |
${day} |
Day of the month as a zero-padded decimal number | 01, 02, …, 31 |
${weekdayNumber} |
Weekday as a decimal number | 0, 1, …, 6 |
${weekdayNameLong} |
Full weekday name | Sunday, Monday, …, Saturday |
${weekdayNameShort} |
Abbreviated weekday name | Sun, Mon, …, Sat |
${hour24} |
Hour (24-hour clock) as a zero-padded decimal number | 00, 01, …, 23 |
${hour12} |
Hour (12-hour clock) as a zero-padded decimal number | 01, 02, …, 12 |
${minute} |
Minute as a zero-padded decimal number | 00, 01, …, 59 |
${second} |
Second as a zero-padded decimal number | 00, 01, …, 59 |
${index} |
Order of the image | 1, 2, … |
${index:N} |
N-digits image order number with zero padding | ${index:2} gives 01, 02, … |
If your filenames are not valid, the field will warn by turning red and the new image name will fall back to default name ${addonName}-${yearShort}${monthNumber}${day}-${hour24}${minute}${second}
:
Move images when saving
#17 by @thanhph111
You don't have to worry about saving the .blend
file in the right place before pasting any image anymore. You can paste them anytime from anywhere you want. Once the file is saved, these images are automatically moved (actually copied) to your place. There are three options for you to choose the type of images you want to move:
- Pasted images: Only images that were pasted using the add-on.
- All images: Images existing in the
.blend
file. - No moving: Don't do anything when saving the file.
Automatically remove redundant subdirectory
By @thanhph111
The folder in your .blend
file will be removed automatically when you quit Blender if it's empty.
Change
Copying images in the Image Editor won't save it to your folder anymore.