Author Topic: Single Strand Effect All Going in the Same Direction  (Read 6546 times)

Offline Gary

  • Full Member
  • ***
  • Posts: 105
    • View Profile
    • www.diamondcrescent.com
Re: Single Strand Effect All Going in the Same Direction
« Reply #15 on: January 10, 2017, 10:11:34 PM »
Yes, it looks like that workaround works. There are so many combinations to create effects! A lot of nice-looking effects I happen to stumble upon by mistake.
www.diamondcrescent.com

Offline Ebuechner

  • Hero Member
  • *****
  • Posts: 750
    • View Profile
Re: Single Strand Effect All Going in the Same Direction
« Reply #16 on: January 11, 2017, 05:53:50 AM »
I don't know if I would classify that as a workaround. Those would be the default settings for those items.
Nice job on your layout, it's very detailed.

Offline Gary

  • Full Member
  • ***
  • Posts: 105
    • View Profile
    • www.diamondcrescent.com
Re: Single Strand Effect All Going in the Same Direction
« Reply #17 on: January 15, 2017, 07:16:21 AM »
I was thinking about hit more, and thought, "Wait a sec... it always looked fine on my screen, but why does it look different on my house?"

Either way, everything has been taken down for the season, so I can try to dabble with it in the off-season with a few strings, or wait until next year and all the lights are on the house again.
www.diamondcrescent.com

Offline Ebuechner

  • Hero Member
  • *****
  • Posts: 750
    • View Profile
Re: Single Strand Effect All Going in the Same Direction
« Reply #18 on: January 15, 2017, 07:53:25 AM »
I took a second look at your file and I found two things to fix.
Garland Den needs to be redrawn or moved around so the green dot is on the left. Same thing with Garland garage right.
I would start there and then double-check your starting location on all of your elements making sure they match your physical layout. I didn't catch those 2 items at first because of what I found in the effects settings.
« Last Edit: January 15, 2017, 08:00:32 AM by Ebuechner »

Offline Gary

  • Full Member
  • ***
  • Posts: 105
    • View Profile
    • www.diamondcrescent.com
Re: Single Strand Effect All Going in the Same Direction
« Reply #19 on: January 16, 2017, 01:35:17 PM »
I'm not really concerned about the direction of my den and right garage garland though... if anything, the backwards layout of those creates some mirror symmetry between my foyer door and den garland, and again with my left and right garage garland.

I won't worry about it anymore at this point since my lights are down off the house now. I was hoping for a quick, slap-myself-on-the-forehead solution to this before I even started taking my lights down, but it seems to be trickier than that.

Rather than running a single strand effect on on a model group, perhaps I can run the single strand effect on my individual models. Hopefully I'll find out in November 2017.
www.diamondcrescent.com

Offline JonB256

  • Hero Member
  • *****
  • Posts: 832
    • View Profile
    • My Christmas Website
Re: Single Strand Effect All Going in the Same Direction
« Reply #20 on: January 16, 2017, 04:22:45 PM »
Is there a way to identify and change the strings that are "going the wrong way" in the xlights_rgbeffects.XML file?

Offline Gary

  • Full Member
  • ***
  • Posts: 105
    • View Profile
    • www.diamondcrescent.com
Re: Single Strand Effect All Going in the Same Direction
« Reply #21 on: January 17, 2017, 05:27:45 PM »
That's a pretty messy-looking file. Interestingly, when I copy it from Notepad, and paste it into the message board here, it because a bit more readable. Here is a snippet from y Den's Roof:

<model DisplayAs="Single Line" StringType="RGB Nodes" parm1="1" parm3="1" StartSide="B" PixelSize="2" Transparency="0" Antialias="1" LayoutGroup="Default" name="Roof Den" parm2="38" Dir="R" X1="0.507812" Y1="0.625000" X2="0.376750" Y2="0.625000" versionNumber="1" StartChannel="&gt;Roof Garage:1">
      <dimmingCurve>
        <all brightness="-50" gamma="1.0"/>
      </dimmingCurve>
    </model>

Nothing too revealing here, in my opinion.
www.diamondcrescent.com

Offline Gilrock

  • Supporting Member
  • Hero Member
  • *
  • Posts: 6946
    • View Profile
Re: Single Strand Effect All Going in the Same Direction
« Reply #22 on: January 17, 2017, 05:32:02 PM »
You need to use Notepad++ if you really want to view the XML files.   There is something revealing your X1 is greater than X2 so the points are backwards and you need to change the dots around or you're just going to be back here telling us something's not working.  You could just change the 1 to a 2 and vice versa if you wanted to edit the file.

Offline JonB256

  • Hero Member
  • *****
  • Posts: 832
    • View Profile
    • My Christmas Website
Re: Single Strand Effect All Going in the Same Direction
« Reply #23 on: January 18, 2017, 07:23:03 AM »
You need to use Notepad++ if you really want to view the XML files.   There is something revealing your X1 is greater than X2 so the points are backwards and you need to change the dots around or you're just going to be back here telling us something's not working.  You could just change the 1 to a 2 and vice versa if you wanted to edit the file.
X1 > X2
I will look for that. Thanks