IntentDev / Luminosity

Front-end for TouchDesigner aimed at providing operators with an efficient interface to perform, control, and distribute realtime media while retaining the open-ended programmability of TouchDesigner.
http://www.intentdev.io
GNU General Public License v3.0
140 stars 23 forks source link

Unable to add clips to Lanes cue Ui window #8

Closed saelsimard closed 5 years ago

saelsimard commented 5 years ago

Clips can be dragged into the main cues list, but not into the lanes. Using 26750 (same version as when the 0.8 was released).

keithlostracco commented 5 years ago

Couldn't recreate your problem, in either case maybe try the new version I just pushed in TD build 2018.27840 (newest official TD)

saelsimard commented 5 years ago

Just updated to the latest TD (27840) and the same issues happen. To repropduce: 1- Create a cue 2- In the clips window, (the one with Ln, Clip, Preset), try to drag a clip into the bin. The arrow with the plus sign gets shown, but the clip isn't added.

keithlostracco commented 5 years ago

Got it, I'm able to recreate the issue.

The issue seems to run deeper than just adding a clip to a cue but also a cue made from dropping a clip into the cuelist isn't displaying the clip in the list when the cue is selected. There seems to be some sort of cooking issue involved. If you hover over the clipList (in the cueplayer) and press F9 and right click the clipList comp and select Force Cook your previously made cues with clips will now display their corresponding clip. Also the dropping of clips into the clip list is actually adding the clip to the cue it's not just not being displayed in the list (if you trigger the cue it will play the clip).

I couldn't seem to fix it quickly tonight though, I'll have to look into in later this week or next weekend. For now force cooking the clipList works to at least view the clips that have been added previously...

On Sun, Feb 17, 2019 at 2:33 PM Saël Simard notifications@github.com wrote:

Just updated to the latest TD (27840) and the same issues happen. To repropduce: 1- Create a cue 2- In the clips window, (the one with Ln, Clip, Preset), try to drag a clip into the bin. The arrow with the plus sign gets shown, but the clip isn't added.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/IntentDev/Luminosity/issues/8#issuecomment-464519496, or mute the thread https://github.com/notifications/unsubscribe-auth/AL2OKil3XrOhdMqVNyR8kHzVuj4fohvjks5vOdjFgaJpZM4a8XMn .

-- Keith Lostracco Interactive Developer Intent Productions, Inc. m: 250 505 2444 w: IntentDev.io e: Keith@IntentDev.io

vjasterix commented 5 years ago

Its possible TouchDesigners new python soft expressions on component parameters could be causing these types of problems as well. I might go through and see if passive is set on any of the affected operators. It also could be that values set by extensions might not be waterfalling through the python chain. Its a quirky one.

keithlostracco commented 5 years ago

This is now fixed in the new experimental branch - use TD 2019.12330 or newer.

saelsimard commented 5 years ago

I opened it with TD 12330 and adding to the clip list in cues does not work.