Jump to content

NSD

Members
  • Posts

    162
  • Joined

  • Last visited

Everything posted by NSD

  1. Maybe you can solve the following exception: Exception details: System.ArgumentOutOfRangeException: Value of '0.25' is not valid for 'Value'. 'Value' should be between 'Minimum' and 'Maximum'. How to reproduce the issue: 1. Start the plugin Parallel Lines and Patterns 2. Change tab to Orientation 3. Change Factor for Reference Scale > 0.06x 4. Adapt value to scale factor > click on Apply PDN crashes
  2. Of course, I understand that this is a job that will take some time and I will be patient. Good luck in everything you do. 🙂
  3. In the meantime Rick has introduced EffectOptions instead of EffectFlags with a number of features that are not recognized by OBL. Maybe you can update this? public EffectPlugin() : base(StaticName, StaticImage, SubmenuNames, new EffectOptions() { Flags = EffectFlags.Configurable, RenderingSchedule = EffectRenderingSchedule.None }) { } //Another Options: EffectRenderingSchedule.DefaultTilesForCpuRendering EffectRenderingSchedule.DefaultTilesForGpuRendering EffectRenderingSchedule.None EffectRenderingSchedule.SmallHorizontalStrips EffectRenderingSchedule.Tiles1024x1024 EffectRenderingSchedule.Tiles128x128 EffectRenderingSchedule.Tiles256x256 EffectRenderingSchedule.Tiles512x512
  4. Change Intensity slider to 8.00 than increase on NumericUpDown.
  5. OBL (OptionBasedLibrary) has the same problem as discussed here: In the meantime, the problem was solved in PDN, but it remained in the OBL.
  6. Hi Martin and welcome back. Any chances to improve OptionBasedLibrary?
  7. ShapeMaker is a great tool. Thanks to all those who contributed to the creation of this very professional plugin. I haven't read all the documentation, but I'm wondering if we can create shapes like the one in the picture below.
  8. My way: 1. Draw a Linear Gradient with any color from top to bottom (left to right in order to get vertical stripes). Keep shift key pressed. 2. Choose Paint Bucket tool, change tolerance to 10% (big tolerance = wide stripes, small tolerance = narrow stripes). 3. Disable Antialiasing (very important!). 4. Create stripes using Paint Bucket with desired colors. Click on linear gradient already created. Change color using Color Wheel. This methode works even for concentric circular stripes, but you need to make a Radial Gradient.
  9. Diffusion plugin The plugin is in Effects > Stylize submenu. The UI: Diffusion.zip
  10. I created this plugin for personal purposes. Because there are already several such plugins I will not post it in the dedicated tread. If you like it use it. If you don't like it, I'm sorry. AlignNSD.zip
  11. You can try to change Text Rendering Mode:
  12. And another one unpublished yet: https://forums.getpaint.net/topic/111330-unfinished-plugins/?do=findComment&comment=551323
  13. You can try Align+ plugin: Click on the arrow in the top right corner...
  14. You can do it using Image Distortion plugin. I used this settings to made image below: I first used a white background to see the distortion on the canvas. Then in a transparent layer I placed the text and then I ran the plugin. As you can see, you need to position the text correctly on its own layer and then run the plugin.
  15. I don't know how to enable Dark Theme for labels. I tried a lot of variants for Enabled / Disabled labels. If the control whose name is a label is Enabled everything is OK, but if it is Disabled the text turns black and is not visible. It's about a group of controls placed on a panel. In fact the panel is Enabled / Disabled. What's the trick?
  16. This was made with Text Distortion and Image Distortion plugins.
  17. Thanks MJW! This code seems to work fine only for rectangular selection: Rectangle sel = EnvironmentParameters.SelectionBounds; //check if selection is tilted Rectangle[] selectionRectangles = EnvironmentParameters.GetSelectionAsPdnRegion().GetRegionScansInt(); if(selectionRectangles[0].X != sel.X) { //selection is tilted }
  18. None, except that one shape is rotated and the other is not. Thanks for your answer.
  19. The value of the angle of inclination does not matter. Just a True or False flag.
  20. You're right, but the advantage of using OptionBased is that the users can place the plugin where they want. To do this edit the .dlc file of plugin as follows: 1. change the extension from .dlc to .txt 2. open it with Notepad 3. the following line needs to be changed: WarpTextOnPathEffectPlugin.SubmenuName=Text Formations 3. save the changes, close Notepad and then change the extension back to .dlc That's all. Now start PDN.
  21. Is there a way to find out in plugins if a selection is tilted at a certain angle? These angles are displayed in the status bar in the pdn app.
  22. Add a space and a dot after text than (after render) select the dot and delete. Also use Trail plugin from Pyrochild.
×
×
  • Create New...