Jump to content
How to Install Plugins ×

Clouds Plugin


Sepcot

Recommended Posts

Missed my own deadline due to Roger beating Rafa. I'll try again tonight.

Link to comment
Share on other sites

Ok. It's up.

 

I've recompiled it from the source link @toe_head2001 gave above. Thanks Mate!

 

Effect is now found in Effects > Render and has some fields filled if you hover the mouse over the menu entry.

 

Demo UI image added to first post.

  • Like 1
  • Upvote 1
Link to comment
Share on other sites

  • 3 years later...

I noticed that the effect is not displayed correctly if the Scale in your Display Settings is different from 100%.

1.png

I have slightly modified and recompiled the effect so that it displays correctly at the recommended Display Settings (125% in my case):

  • changed the Effect title,
  • added a Help button,
  • Display Options by default is now set to Replace Using Primary Color,
  • changed the effect version to 1.1.1

2.png

Despite the fact that this effect is quite old, it is still interesting in the absence of a gradient transition of colors compared to the built-in Clouds effect.

 

Compatible with paint.net v.4.2.X+

 

<Snip>

 

Edited by ReMake
The file has been deleted.
  • Like 3
  • Upvote 1
Link to comment
Share on other sites

Thanks ReMake!

 

Added the updated link to the first post. :star:

  • Upvote 1
Link to comment
Share on other sites

11 hours ago, ReMake said:

I have slightly modified and recompiled the effect so that it displays correctly at the recommended Display Settings (125% in my case)

It could be noted that this version does not display correctly at 100%.

  • Upvote 1

PaintNetSignature.png.6bca4e07f5d738b2436f83d0ce1b876f.png

Link to comment
Share on other sites

4 hours ago, AndrewDavid said:

It could be noted that this version does not display correctly at 100%.

 

What Scale and Display Resolution  do you use? Screenshot, please.

On both my laptops (HP 620 - 1366x768 and 100% and HP DESKTOP-OM171V1 - 1920x1080 and 125%) the effect interface is displayed correctly.

Link to comment
Share on other sites

2 hours ago, ReMake said:

 

What Scale and Display Resolution  do you use? Screenshot, please.

On both my laptops (HP 620 - 1366x768 and 100% and HP DESKTOP-OM171V1 - 1920x1080 and 125%) the effect interface is displayed correctly.

 

@1600x900 100% Scaling.

image.png.6f33146f1e2f4f0ecd33ea8a958efaa0.png

Link to comment
Share on other sites

44 minutes ago, otuncelli said:

@1600x900 100% Scaling.

1360X768 100% Scaling  Exact same image.

 

CloudEffectConfigDialog.cs
Line 500
      //    AutoScaleMode = AutoScaleMode.Dpi;
changed to
            AutoScaleMode = AutoScaleMode.Font;
corrects my display.

PaintNetSignature.png.6bca4e07f5d738b2436f83d0ce1b876f.png

Link to comment
Share on other sites

@otuncelli, @AndrewDavid, try this variant, please.

 

Deleted. Update from the first post.

 

 

20 hours ago, AndrewDavid said:

changed to
            AutoScaleMode = AutoScaleMode.Font;

 

AutoScaleMode.Font does not take into account the display resolution.

Edited by ReMake
  • Like 3
Link to comment
Share on other sites

@otuncelli, download the effect from the post above and try it again. This due to the incorrect operation of the Reset button.

 

My mistake:

AutoScaleDimensions = new SizeF(120F, 120F); vs AutoScaleDimensions = new SizeF(96F, 96F);

 

Can other members test this effect?
            
            

Edited by ReMake
Link to comment
Share on other sites

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...