b-init / ImagePaste

A simple Blender addon to grab images from your clipboard and paste as a reference image in viewport or onto the image editor.
GNU General Public License v3.0
246 stars 9 forks source link

FEATURE: Automatically Pack Pasted Images #50

Open Lostdragon5 opened 1 year ago

Lostdragon5 commented 1 year ago

Problem

When I save the project after pasting images, the images get moved but the paths to them don't get updated. This would be a great way to circumvent the need to move images and any pathing issues that spawn from it.

Idea

Adding an option to simply pack any pasted images instead of writing said image to your drive. This can either be done one of two ways:

  1. by pasting the image directly to a new texture within blender and packing that, or
  2. by creating the image in a temp folder, importing it into blender (like what is currently done), then packing said image and deleting the temporary image file.

Images

No response

Additional context

No response