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
251 stars 9 forks source link

Add: Paste in Video Sequence Editor #16

Closed tin2tin closed 3 years ago

tin2tin commented 3 years ago

Proposed changes

Add Image Paste to the Video Sequence Editor

Screenshots/Screencasts

image

Original Updated

Further comments

Shortcut: Ctrl + Shift + Alt + V

thanhph111 commented 3 years ago

Thank you so much for this great feature. However, we are working on a restructuring PR (#14) to make it easier to contribute. Do you want to keep this PR until it merges into main or open a new PR later?

tin2tin commented 3 years ago

Great add-on. You can do want you want with the code. Seems like it can quickly be copy/pasted into #14?

thanhph111 commented 3 years ago

Well thank you very much. Then when it's ready, I will roll out this feature with you as a co-author to mark your contributions. Is that sound good?

b-init commented 3 years ago

Thanks for the awesome contribution! Could be really useful in the VSE. And yep we'll integrate this into the new structure and roll out at once, as @thanhph111 noted

tin2tin commented 3 years ago

No need to credit me. You guys are doing all of the hard work. Thank you.

thanhph111 commented 3 years ago

I've just fix wrong return I made in last commit 😞. I also remove the fit argument from Sequences.new_image() because it doesn't work on Blender version older than 2.90.

@Yeetus3141 Do you see anything else I'm doing wrong?

thanhph111 commented 3 years ago

I think it's a good time to merge now. @tin2tin Thank you very much for you contribution, you did a really great job.