-
Content Count
3,739 -
Joined
-
Last visited
-
Days Won
91
Everything posted by toe_head2001
-
Copy Function missing after upgrade
toe_head2001 replied to RevBilly666's topic in Paint.NET Discussion and Questions
The Clone Stamp tool is still available. https://www.getpaint.net/doc/latest/CloneStamp.html -
Hi @old banshee This issue has nothing to do with Windows Update, but rather a small change in the most recent version of Paint.NET. A new version of ScriptLab will need to be compiled and published.
-
Curved Text Plugin for a gentle angle?
toe_head2001 replied to sh0sh1n's topic in Paint.NET Discussion and Questions
Maybe you can just use the Tube effect plugin: https://forums.getpaint.net/topic/3491-tube-effect/ -
Disable Avast, and see if the issue persists. Let us know how it goes.
-
Forum Reactions
toe_head2001 replied to Ego Eram Reputo's topic in Paint.NET Discussion and Questions
The total is 7 reactions per day. That total is collective for all reactions, so 7 means 7. I believe it is a rolling 24 hours based on the time of your oldest reaction in the last 24 hour period. Sorry, you can only give one reaction per post. If you try to choose a second reaction, your first one will be undone. Each of these reactions awards 1 reputation point, so reacting with all 6 reactions would award 6 reputation points. -
MadJik' all plugins (last updated: 2018-04-07)
toe_head2001 replied to MadJik's topic in Plugin Packs
You'll have to ask the folks at Norton; no one here would know the answer. -
Popcorn Fractal (Ran into a roadblock)
toe_head2001 replied to Reptillian's topic in Plugin Developer's Central
What does the error message say? -
Popcorn Fractal (Ran into a roadblock)
toe_head2001 replied to Reptillian's topic in Plugin Developer's Central
Looks like you could take advantage of PreRender() This makes your code much faster, since you no longer compute the same exact stuff over and over. // Name: // Submenu: // Author: // Title: // Version: // Desc: // Keywords: // URL: // Help: #region UICode IntSliderControl pts = 50; // [1,200] Points DoubleSliderControl var_density = 1; // [0.01,2] Density DoubleSliderControl H = 0.05; // [-5,5] H DoubleSliderControl K = 3; // [-75,75] K DoubleSliderControl var_zoom = 1; // [0.1,1] Zoom AngleControl var_ang = 0; // [-180,180] Angle PanSliderControl Origin = Pair.Create(0.0,0.0 -
Popcorn Fractal (Ran into a roadblock)
toe_head2001 replied to Reptillian's topic in Plugin Developer's Central
I think if you describe what the popcorn macro is supposed to do, we could probably help you write some C# code for it. -
Thanks for the extra testing everyone. I've attached the patched version to the first post. My aim was to fix the crash without changing the plugin's behavior. That's how the original plugin did it, so it's working as expected.
-
why are tutorials gone
toe_head2001 replied to robloxkid928z's topic in Paint.NET Discussion and Questions
At the request of the author, the tutorials were deleted. -
Over the years, there have been many reports of crashes with this plugin. I believe I have fixed the issue, but I need some people to test the plugin and make sure it still functions 100% properly.
-
Recovering lost PDN project (formerly Help)
toe_head2001 replied to cheyanee's topic in Paint.NET Discussion and Questions
Sorry, there is not. Please remember to save your work. -
We actually got the competition started yesterday, but once the deadline for entries has past, feel free to create a poll for it. Thanks!
-
Paint.NET Banner Ad You have two weeks to create a banner ad for Paint.NET. @BoltBait will run the winning entry on his website, https://BoltBait.com, until he gets tired of looking at it. Deadline: November 4th, 2020 at 9:00 PM UTC-0 (UK Time) Rules: - Image must be made in Paint.NET; plugins allowed; clipart allowed; official Paint.NET logo allowed - Image dimensions need to be 468x89 or smaller - Image files only; no HTML5/JavaScript/Flash - Image may be static or animated - You may modify or replace your image until the deadline
-
I'd be willing to run the competition, if none of the regular hosts step up.
-
MadJik' all plugins (last updated: 2018-04-07)
toe_head2001 replied to MadJik's topic in Plugin Packs
Yes, Microsoft Security Essentials on Windows 7 will continue to receive signature updates until 2023. https://support.microsoft.com/en-us/help/17150/windows-7-what-is-microsoft-security-essentials -
Project Templates for Visual Studio
toe_head2001 replied to toe_head2001's topic in Plugin Developer's Central
People aren't meant to run the example code, but if it bothers you, submit a Pull request on the Github project.