Jump to content

PaxonJollock

Newbies
  • Posts

    9
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

PaxonJollock's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. This is an excellent resource about how to write an effects plugin using CodeLab, and I'm very grateful for it. However, while this is a great starting point, it only talks about using Visual Studio as an afterthought. And it doesn't describe the object model that PDN makes available nor the functions that can be written. And it doesn't mention the other two kinds of plugins at all.
  2. Where can I find the official plugin developer documentation, that shows exactly what API my DLL has to make available to PDN, and exactly what PDN objects are available for me to use? The description of all the data types? Also I'm interesting in developing every kind of plugin, not just effects plugins. Googling just leads me to tons of sites distributing unauthorized plugin packs.
  3. Steps to reproduce: 1. Create an image 2. Selection tool, select an area 3. Switch to another app -- PDN is completely in the background and should be idle., instead it maxes out the CPU
  4. Nullcheck added, square root added (oopsy), and plugin is working now! Thanks a million! Just wishing PDN had plugins for blend modes between layers, so I didn't have to use the clipboard as an intermediary
  5. Wait, I need to have an image on my clipboard while I am developing the plugin?! Never thought of that.
  6. Arrrgh! Now it happens immediately when I open CodeLab! Here's my code in progress. Does it crash when you open it in codelab? CompareWithClipboard.cs
  7. Happened again. Still in the editor, not using shift-arrowkeys this time. The first symptom was a warning int he "Compile Errors" pane about a a NullReferenceException in System.Drawing.Rect but before I could copy it down, the whole app crashed out.
  8. Hi, I got a crash in CodeLab 2.18 with latest Paint.net I was in the editor, holding down shift-uparrow to extend the selection to previous lines.
×
×
  • Create New...