Profile

Ben Kessler

Contact Details

My Content

1 to 6 of 6 total
Posted By Ben Kessler 06-29-2026 16:13
Found In Egroup: Graphics
\ view thread
For anyone who may be looking at this 6+ years later, I ended up using this claude-assisted script to evenly distribute the text across a designated number of lines: '***ENTER INFO HERE*** dim textName as string = "Text" dim textWidth as decimal = 1000 dim maxNbLines as integer = 2 '***ENTER INFO HERE*** ...
Posted By Ben Kessler 05-12-2026 17:17
Found In Egroup: Graphics
\ view thread
Hey again All, I'm working on a spinning cylinder animation test, trying to simplify some of our workflow so I can more easily turn looks around for different sponsors. I have a default scene director that triggers a loop for the main cylinder group, and a second script that will designate a separate ...
Posted By Ben Kessler 05-12-2026 12:16
Found In Egroup: Graphics
\ view thread
Thank you! I was able to find a data point that is from a different source, referencing our game clock that gives an "s" for stopped and nothing for running clock. I will use this to inform the widget of when to pause and when to start. ------------------------------ Ben Kessler New York United States ...
Posted By Ben Kessler 05-12-2026 11:13
Found In Egroup: Graphics
\ view thread
These both worked great, thank you all! ------------------------------ Ben Kessler New York United States ------------------------------
Posted By Ben Kessler 05-11-2026 17:52
Found In Egroup: Graphics
\ view thread
Hey All, We have multiple copies of scenes that are running in playlists throughout a show. I'm looking to create a script that can grab all the copies of a scene by its name and disable all iterations of that scene in the sequencer. Does anyone know if it's possible to get scene names and disable ...
Posted By Ben Kessler 05-11-2026 17:51
Found In Egroup: Graphics
\ view thread
Hi All, I have a scene in XPression that sends a value to a timer widget and automatically starts the widget to showcase a scoring run in a basketball game. The only caveat to this is I still need to figure out how to reference the game clock, so that if the operator takes the graphic online and the ...