Jump to content

xod

Members
  • Posts

    632
  • Joined

  • Last visited

  • Days Won

    20

Posts posted by xod

  1. My apologies for the inconvenience caused by posting this plugin.
    I perfectly understand the reasons why it was rejected and I fully agree with them.
    Sorry for not reading the new rules.
    The plugin was created with version 4.2.16 and tested on the portable version 5.013 on which it runs much faster.
    Since I have no intention of redoing it, I think it would be best to delete this post. Anyway, it's not a big loss for the pdn community.

  2. 14 hours ago, MJW said:

     For instance, most non-IndirecUI Effects I've encountered don't have control resets, which many users (e.g., me) expect.

     

    Sometimes the reset button is actually a label just like the TechnoRobbo's plugin.
    Clicking on the label resets the control to its initial value.

    lZvqAiH.png

  3. BoltBait explains in the Creative Text Pro v1.0 plugin code:

    // For older Paint.NET use this line instead of the next:
    // Rectangle selection = EnvironmentParameters.GetSelection(srcBounds).GetBoundsInt();
       Rectangle selection = EnvironmentParameters.SelectionBounds;

    So, you did the right thing: Paint.net update.

  4. In the old plugins that did not have this option it is sufficient to add this line after // URL: and // Help:
    // Force Single Render Call

     

    Now if you are curious to see the code created, click on View Source when you build the plugin and see that the line has been added automatically.

     

    public YourNameEffectPlugin ()
                 : base (StaticName, StaticIcon, SubmenuName, new EffectOptions () {Flags = EffectFlags.Configurable, RenderingSchedule = EffectRenderingSchedule.None})
             {
             }

    • Upvote 1
×
×
  • Create New...