Jump to content
How to Install Plugins ×

TechnoRobbo's Plugin Pak (June 3rd,2015)


TechnoRobbo

Recommended Posts

Aha! Here's what I've been waiting for! :D

  • Like 1

No, Paint.NET is not spyware...but, installing it is an IQ test. ~BoltBait

Blend modes are like the filling in your sandwich. It's the filling that can change your experience of the sandwich. ~Ego Eram Reputo

Link to comment
Share on other sites

Nice pack!   :star:

 

Can you please reduce the larger image sizes to less than 800 pixels?  Thanks.

Link to comment
Share on other sites

Oooh!  You've impressed @pyrochild!  Impressive! ;)

Link to comment
Share on other sites

Thanks and I'll check out your plugin.

 

DistortThis! is actually a texture map routine where you control the location of the polygon's corners. The controls where designed for a perspective overlay so you can match the corners  on a background image. I like really free-form controls and to have realtime renderings as much as possible.

 

Perspective being Perspective, I assume we all get to the same place but we take different routes.

 

My source code is published here

http://forums.getpaint.net/index.php?/topic/26672-distort-this-plugin-v15-with-perspective-transparency/

 

Here's some quick links to the instruction videos.

 

general nutty-ness with distortion

 

perspective alignment:

http://youtu.be/2A_1nMt0Upg

 

Oh and why I zipped in a zip; I thought people may not want to install all  my plugins. This allows them to pick and choose and hopefully not overwrite something with the same DLL name. By the way - thats why I don't use Icons and started prefacing them with "TRs". Don't wanna mess up someones Library or confuse them.

 

 

 

(Hmmm, General Nuttyness is a good name for a candy bar.....)

Edited by TechnoRobbo

Go out there and be amazing. Have Fun, TR
TRsSig.png?raw=1
Some Pretty Pictures Some Cool Plugins

Link to comment
Share on other sites

This allows them to pick and choose and hopefully not overwrite something with the same DLL name.

We can pick and choose from a list of dll files too ;)

No, Paint.NET is not spyware...but, installing it is an IQ test. ~BoltBait

Blend modes are like the filling in your sandwich. It's the filling that can change your experience of the sandwich. ~Ego Eram Reputo

Link to comment
Share on other sites

We can pick and choose from a list of dll files too ;)

 

 

Common Sense is not so Common - Voltaire :imhappehtoo:

 

Right or Wrong that was my reasoning - someone would "extract all" then blame me for erasing their plugins. If everyone wants "DLL in Zip", I'll change it when I get home.

 

 

@TechnoRobbo - General Nuttyness would be a good name for a plug-in too

 

Gives everyone in the Pic a Top Hat, Cane and Monocle?

 

Mr_peanut.png

Edited by TechnoRobbo

Go out there and be amazing. Have Fun, TR
TRsSig.png?raw=1
Some Pretty Pictures Some Cool Plugins

Link to comment
Share on other sites

dpy,

 

I get it now, your saying the alogrithm's inverted. That's simple enough to fix. I'll make an adjustment tonite, Thanks!!!!!

 

            //Calc UV
            double uu = x1/(x2+x1) * selection.Width + selection.Left;
            double vv = y1/(y2+y1) * selection.Height + selection.Top;
 

I should be dividing the other "x" and "y"

 

 

 

Nice catch, Thanks Again!!!!

 

Post Edit: Better yet , I'll make inverting perspective an option on the UI.

Edited by TechnoRobbo

Go out there and be amazing. Have Fun, TR
TRsSig.png?raw=1
Some Pretty Pictures Some Cool Plugins

Link to comment
Share on other sites

dpy,

 

quick up date :

 

I'm writing a dual system because warping and perspective are 2 different effects, DistortThis! was by design a warping system. It's like printing an image on a sheet of rubber and pulling and stretching it, very instinctive.

 

Perspective is actually counter-intuitive, it's the mathematical inverse. you stretch it and the image runs away from you. 

 

For this reason I'm writing 2 separate systems in one with radio buttons so the artist can decide on the effect he needs. 

 

Ok, maybe the update wasn't so quick.

Edited by TechnoRobbo

Go out there and be amazing. Have Fun, TR
TRsSig.png?raw=1
Some Pretty Pictures Some Cool Plugins

Link to comment
Share on other sites

dpy 

 

didn't the radio buttons but I finished the Perspective mod to the plugin. 2D stretched into 3D

 

More info and demo at original post

 

http://forums.getpaint.net/index.php?/topic/26672-distort-this-plugin-v15-with-transparency/?p=393261

 

I didn't match the front edges too well but I was rushing for the screen capture demo

 

PerspectiveBox.png.

Edited by TechnoRobbo

Go out there and be amazing. Have Fun, TR
TRsSig.png?raw=1
Some Pretty Pictures Some Cool Plugins

Link to comment
Share on other sites

  • 4 months later...
  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...