Jump to content

NSD

Members
  • Posts

    162
  • Joined

  • Last visited

Posts posted by NSD

  1. Outline Object works identically regardless of whether it is Boltbait or Pyrochild plugin.
    Behind the object we will have a clone of it with the color chosen for the outline.
    Both plugins are excellent if the object we want to outline has a color whose opacity has the maximum value = 255.
    If the opacity is different from this value it is advisable to use the Outline Selection plugin after we have previously selected the object.
    However, the author of the post refers to something else that we could not reproduce.

  2. This issue is for paint.net v4.2.16


    Circular Text plugin does not load sometimes when we start paint.net.

     

    Name: Circular Text
    Type: CircularTextEffect.CircularTextEffectPlugin
    Version: 3.0.0.0
    Author: Copyright ©2018 by xod
    Copyright: Render circular text
    Website: https://forums.getpaint.net/
    System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object.
       at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
       at OptionControls.OptionContext.GetContext(String id, Assembly assembly, String dlcName)
       at OptionBased.Effects.OptionBasedEffect..ctor(Type type, Image image, EffectFlags flags)
       at CircularTextEffect.CircularTextEffectPlugin..ctor()
       --- End of inner exception stack trace ---
       at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
       at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
       at System.Activator.CreateInstance(Type type, Boolean nonPublic)
       at System.Activator.CreateInstance(Type type)
       at PaintDotNet.Effects.EffectsCollection.TryGetEffectInfoFromType(Type effectType) in D:\src\pdn\src\PaintDotNet\Effects\EffectsCollection.cs:line 297

  3. You can use the Shapes plugin from the Render submenu.
    But first you need to choose the following:
    1. Primary color
    2. Paintbrush width
    3. Selection: Fixed Size (with values as you need)
    • Make a selection on the canvas
    • Run the mentioned plugin:
                        Shape = Circle
                        Number of steps = 1
                        External margin (with values as you need depending on the thickness of the brush)

  4. Thanks, but I need to clarify the limitations of this plugin.
    The implemented Undo function is extremely simple, so that each time the left mouse button is lifted, the entire canvas is saved in memory.
    This means extremely high memory consumption depending on the complexity of the drawing and the size of the canvas.
    It is advisable to save the drawing on the canvas from time to time with the OK button. At this point the memory is freed.
    If you do not move the drawing on the canvas you will be able to continue it when the plugin is run again. The grid will fit perfectly.

×
×
  • Create New...