Jump to content

toe_head2001

Administrator
  • Posts

    5,016
  • Joined

  • Last visited

  • Days Won

    155

Everything posted by toe_head2001

  1. You need to set the Effect property; the dialog gets Services from it. using (var dlg = customEffect.CreateConfigDialog()) { dlg.Selection = new PdnRegion(Selection.GetRegionData()); dlg.EffectSourceSurface = Surface.CopyFromBitmap(bmpCurrentDrawing); dlg.Effect = customEffect; dlg.ShowDialog(); } What sort of concurrency errors? I think if it does not have the EffectFlags.Configurable flag, then you have to do the rending in a separate thread. I never investigated as to why. It seems to work though.
  2. oh... I was not clear. Sorry for the confusion. I was not referring to the EffectTokenChanged event. You shouldn't need to handle that at all. I meant the event(s) for when your control(s) change. For example, when a checkbox is clicked: private void myCheckBox_CheckedStateChanged(object sender, EventArgs e) { FinishTokenUpdate(); }
  3. Sure, just call FinishTokenUpdate() in the control's ValueChanged Event.
  4. I see two red ripples at that time mark. Thus you must have double clicked.
  5. Hi @Nickie, in this case you'll need to attach the full log file.
  6. Yeah, those two values need to be clamped; which I have just done. Easy peasy. MajorVersion.Value = majorv.Clamp(MajorVersion.Minimum, MajorVersion.Maximum);
  7. It really depends on your hardware. 2 minutes is a very long time. You should consider remove some plugins, or upgrade to a SSD. I have over 450 plugins, and paint.net takes no more than 2 seconds to fully load. This with an older SATA connected SSD. Imagine how much fast it would be with a newer one that uses NVMe. Or even one of those fancy Intel Optane PCIe SSDs!
  8. If you have the newer version, you can find in: Effects -> Stylize -> Radius Corners
  9. https://forums.getpaint.net/topic/28270-megalo-virus/ Try one of these: https://forums.getpaint.net/topic/30007-raw-file-for-paintnet-403/ https://forums.getpaint.net/topic/109057-rawfilelab-raw-file-reader-with-non-intrusive-dcraw-gui-nov-2017/
  10. Object of the Fortnight #15 – Christmas bulb ornament The deadline for entries is 0700 UTC (7:00 AM UK Time) on Thursday, November 30. Please see the Countdown Timer for exact time remaining. Competition Rules: 1. Your entry must not have a background/backdrop/scene; just the object on a transparent canvas. Shadows and reflections are fine. 2. Your entry must be 100% made using Paint.net. Don't use another image editor. Don't use stock images/photos (in full or parts thereof). 3. Max dimensions are 600x600. 4. You may modify or replace your image until the deadline. 5. Multiple entries per entrant are allowed. Make a separate post for each one. You may link to alternative versions, but they will not be part of your entry. This thread is for posting competition entries only. If you're not posting an entry, don't post here. If you want to talk about any of the entries, or ask a question regarding the competition, you can do so in the discussion thread found here.
  11. In the United States, yes, it usually is not considered a bad word. However, in many other English speaking countries, it is in fact consider a bad word.
  12. 1st Place: @MJW with 9 votes 2nd Place: @Pixey, @Woodsy, and @lynxster4 with 8 votes 3rd Place: @welshblue with 6 votes
  13. What stuff specifically? Sounds like you're using an older Raw plugin that was made in the days of paint.net v3. Which one are you using?
  14. Very few people would want it to function that way. It would effectively disable the 'fine grained history' that we got in paint.net v4. paint.net v3.5 can still be used if you want. I remember those days: lots of Undo, and having to do things over and over. But, if that's what you're into....
  15. I don't understand what you mean by this. No, there is not. Even if there was, the underlying is still with your installation of Windows.
  16. Indeed. Lucky for you, @MJW has already provided a solution:
  17. You used 'Safe Mode with Networking', right? You can't download the updates without networking enabled. So, other updates are in fact installing? Looks like just that one is failing. Sorry, I'm sure what else you can try. This is more of an Windows issue, rather than a paint.net.
  18. You can get malware by simply downloading from there. https://forums.getpaint.net/topic/28270-megalo-virus/ Download the plugin a reputable source, and not a scumbag's website. https://forums.getpaint.net/topic/20984-openraster-filetype/
  19. Out of curiosity, what is that update? Does it have a name, or at least a KB number? Can you try running Windows Update while is Safe Mode. That might work.
  20. Please excuse my ignorance, but why would you bring a camera if he's just going to break it? Unless the camera has actual film in it, it's digital.
  21. "so"? So... what? I'm not sure what your point is. Electronics can use analogue, or digital signals. Or even both.
×
×
  • Create New...