Sean Meighan

Welcome => Latest xLights/Nutcracker software => Topic started by: sean on June 30, 2016, 12:23:22 PM

Title: 2016.39 released. New controls on DmX effect
Post by: sean on June 30, 2016, 12:23:22 PM
Release R39
Bug fixes. New controls on DMX command. More value curves.

Latest releases are found at http://nutcracker123.com/nutcracker/releases/ (http://nutcracker123.com/nutcracker/releases/)
Issue Tracker is found here: https://github.com/smeighan/xLights/issues (https://github.com/smeighan/xLights/issues)

XLIGHTS/NUTCRACKER RELEASE NOTES:
---------------------------------
2016.39  Jun 30, 2016
   -- enh (keithsw) Make network setup save button work like the layout panel ... red when it needs saving.
   -- bug (dkulp) Fix background brightness setting with OpenGL 1.1
   -- enh (keithsw) Add backup when xlights started or show directory changed
   -- bug (keithsw) Fix value curve enabling/disabling
   -- bug (keithsw) Fix piano and VUMeter reaction to changes in timing marks.
   -- enh (keithsw) Add model state settings and effect to control states.
   -- enh (keithsw) Add autosave to layout
   -- bug (keithsw) Ensure effect settings reset when first selected for dropping if they are different to the current effect. Most effects done.
   -- enh (keithsw) Add value curves to Pinwheel, Shimmer, Spirograph, Ripple effects
   -- enh (gil) DMX effect automatically determines number of channels to use
   -- enh (gil) DMX effect will show node names if defined in place of channel numbers
   -- enh (gil) DMX effect now uses value curves to do ramps and works with single color channels
   -- bug (gil) Fix SuperStar import for Scenes, ImageActions, and Text when layout is horizontal.
   -- bug (gil) Update last preview in effects file when preview is deleted.  Also protect against a bad named stored in the file.
Title: Re: 2016.39 released. New controls on DmX effect
Post by: logandc99 on June 30, 2016, 03:45:43 PM
Just tried out the new DMX effect controls. One word..... fantastic!
Thanks Gil
Title: Re: 2016.39 released. New controls on DmX effect
Post by: bravado67 on July 01, 2016, 02:42:16 PM
Looks like I am getting Error handling issues (says Blur slider not found)when grabbing an end of a prop to resize length in the sequencer. I also noticed it reset many colors to none. This happened after a crash. Until then all was fine. It's stuck trying to render now so I will have to force quit and restart. On Windows 10.

Reopened application and select prop. (Unable to find:  ID_SLIDER_EffectBlur)

Okay, I reinstalled to see any difference. It appears the Marquee effect zeros out the colors and the (Unable to find:  ID_SLIDER_EffectBlur) happens with various effects. I am heading back to .38.

Ron
Title: Re: 2016.39 released. New controls on DmX effect
Post by: bravado67 on July 01, 2016, 03:09:47 PM
I'd just like to thank the ingenious thoughts that went in to the auto backup. While messing with my show trying to find out why I was having such issues I realized I did not select F10 before installing .39. When I went back to .38 my show was still a hot mess so went back in time and everything was the way I left it. Excellent!

Ron
Title: Re: 2016.39 released. New controls on DmX effect
Post by: keithsw1111 on July 01, 2016, 05:41:47 PM
Bravado. Can you do a tools package logs and post them so we can work out what is going wrong.
Title: Re: 2016.39 released. New controls on DmX effect
Post by: Gilrock on July 01, 2016, 06:19:57 PM
Bravado the Marquee effect code hasn't been touched since January.  Something sounds wrong with your file that effect is working fine.
Title: Re: 2016.39 released. New controls on DmX effect
Post by: Gilrock on July 01, 2016, 06:28:34 PM
Looks like that slider did get renamed on 6/24 from ID_SLIDER_EffectBlur to ID_SLIDER_Blur.  We are supposed to add code to update the file when we make changes like that but that got missed.  You could do a search replace yourself in the file and that would fix that.
Title: Re: 2016.39 released. New controls on DmX effect
Post by: keithsw1111 on July 01, 2016, 07:20:34 PM
That was not intentional. I will fix it and put correction code in place.
Title: Re: 2016.39 released. New controls on DmX effect
Post by: Gilrock on July 01, 2016, 07:47:47 PM
I thought you needed that name change for the value curve to work.
Title: Re: 2016.39 released. New controls on DmX effect
Post by: keithsw1111 on July 02, 2016, 03:11:41 AM
I cant even remember why I changed it. I added code that I thought would make it seamless ... I got it wrong. I have checked some new code in for v40 which should fix it.

This should only impact people who are using blurs in their sequence. The quick and dirty fix is a search and replace in your sequence XML file for B_SLIDER_EffectBlur with B_SLIDER_Blur.

If you are uncomfortable with this .. v40 will hopefully be out very soon.
Title: Re: 2016.39 released. New controls on DmX effect
Post by: bravado67 on July 02, 2016, 10:23:39 AM
Thanks guys. I can wait for .40. I do use blur a lot.

Sent from my SM-G920V using Tapatalk

Title: Re: 2016.39 released. New controls on DmX effect
Post by: Gilrock on July 02, 2016, 11:56:58 AM
There are 2 easy ways to fix it.  Do the rename in file...30 second fix.  Or just open it and ignore the error windows then when you click on the effect that had the blur and you get the message just close the error window then drag the blur a tiny bit and save the file.  It will latch in the new name.
Title: Re: 2016.39 released. New controls on DmX effect
Post by: bravado67 on July 03, 2016, 01:36:29 PM
Gil,

I decided to change the name within xml file and it works just fine. There are too many blur effects for me to go adjust each one.