Jump to content

-Mari-

Newbies
  • Posts

    6
  • Joined

  • Last visited

Everything posted by -Mari-

  1. I figured out what I was messing up. I was selecting the effect then making my selection instead of making my selection and then choosing the effect. Selection -> Copy Selection. I don't know what I was thinking. Thank you so much for your help and for writing the original plugin.
  2. All my selections still come out to X: 0, Y: 0, Width: 800, Height: 600. I'm not sure why.
  3. I thought so, too, but maybe I'm doing something else incorrectly. No matter what selection I make it only outputs 0, 0, 800, 600.
  4. Thank you! I tried your first solution, but I thought I'd done something incorrectly. After looking at your original plugin, I think that I must've misunderstood what its purpose was. I was trying to make a selection and have the (x,y) of the top left corner of that selection and the width and height of the selection shown in the output. I appreciate your time.
  5. I am trying to change the output of the CopySelectionCoords plugin from left, top, width, height to { "X": left, "Y": top, "Width": width, "Height": height } I've come across a few issues, but most of it boils down to me not knowing how to properly convert EffectFlags to EffectOptions. I've read this thread and downloaded and looked through OptionBasedLibrary v0.7.9. I've read through all the CodeLab tutorials and searched through the forum using GetPaint's custom search page. I'm a C# novice and I'm trying to use Visual Studio 2019 to edit this plugin for my own use; I've tried using CodeLab, but I'm not sure how to use it to get the output I need. I would greatly appreciate some help since I'm obviously in over my head.
×
×
  • Create New...