Author Topic: Vertical and Horizontal fades  (Read 27699 times)

Offline Gilrock

  • Supporting Member
  • Hero Member
  • *
  • Posts: 6946
    • View Profile
Re: Vertical and Horizontal fades
« Reply #60 on: July 03, 2015, 03:46:20 PM »
Ok it took a couple hours but I wrote code that will convert your morph positions.  Values of 0 and 100 won't be touched but any other value in between will calculate the old line it was on and then calculate a percentage to place it on that same line for the new logic.  So the values will all end up in the center of the band.  So like on a 12 ribbon tree column 10 was anywhere between 78% and 86% so any value in that range is converted to 79% which is close to the center of the new column 10 range of 76% to 84%.  It actually calculates to 79.9% but gets converted to an integer.

Offline bpducman

  • Sr. Member
  • ****
  • Posts: 407
    • View Profile
Re: Vertical and Horizontal fades
« Reply #61 on: July 03, 2015, 04:56:26 PM »
So will that get incorporated into the next version?

Brad
New PlayList is coming

Offline Gilrock

  • Supporting Member
  • Hero Member
  • *
  • Posts: 6946
    • View Profile
Re: Vertical and Horizontal fades
« Reply #62 on: July 03, 2015, 06:13:58 PM »
Yeah its already checked in.  If were setup to compile the code you could have it today.  Actually I guess that could pose a problem.  It would run the convert logic every time you open the file unless you know how to modify the version number in the build.

So I advise you do a backup before running the new version.