Profile

Nick Kubinski

Contact Details

My Content

1 to 20 of 39 total
Posted By Nick Kubinski 04-06-2026 11:00
Found In Egroup: Graphics
\ view thread
Hey Zachary, Thank you for the help. It seems that my version of Xpression doesn't have access to "takeItem.Index" or "MoveTakeItemByIndex". I can kind of get around the first one with "takeItem.UserData", but I don't have access to any move methods for Engine.Sequencer. I'm operating on Xpression ...
Posted By Nick Kubinski 04-02-2026 13:55
Found In Egroup: Graphics
\ view thread
So I think I found a work around. I can reassign the take IDs with new random values and the operator can sort everything by Take ID and run the group as normal. dim takeItem1, takeItem2, takeItem3, takeItem4, takeItem5, takeItem6, takeItem7, takeItem8, takeItem9, takeItem10 as xpTakeItem dim randVal1, ...
Posted By Nick Kubinski 04-01-2026 13:26
Found In Egroup: Graphics
\ view thread
Hi Juha, Unfortunately the take items are all different durations so that wouldn't work for us. ------------------------------ [Nick] [Kubinski] [Studio Production Specialist] [Sysmex America Inc.] [Vernon Hills] [USA] ------------------------------
Posted By Nick Kubinski 03-31-2026 13:23
Found In Egroup: Graphics
\ view thread
I was able to get the script to work with the existing take IDs! I had 2 issues, (1) I was activating the group which overrode the scene's script, and (2) I was changing the values in ((10 * rnd) + 1) to the exact take IDs I wanted to play. I'm still trying to figure out how to get the other take ...
Posted By Nick Kubinski 03-26-2026 15:27
Found In Egroup: Graphics
\ view thread
Hey Simon, Thanks for making that script for me. I got it to work with a take ID range of 1 - 10 with the dummy scene being take ID 1000. However, when I set the range to 351 - 360, I can't get the script to work. Below is what I've got using your original script. Also, in the 1 - 10 example, only ...
Posted By Nick Kubinski 03-18-2026 14:38
Found In Egroup: Graphics
\ view thread
I'm wondering if there's a way to shuffle play a take item group in Xpression. We normally have the playout mode of the groups in our projects set to either Manual or Timed, but there's a possibility in the near future that we'll need to play the take items in a group in a random order. I've looked through ...
Posted By Nick Kubinski 04-25-2024 15:11
Found In Egroup: Production Switchers
\ view thread
Hey Les, Engine Type: Graphite Software Version: 6.1.3.19208 ------------------------------ [Nick] [Kubinski] [Studio Production Specialist] [Sysmex America Inc.] [Vernon Hills] [USA] ------------------------------
Posted By Nick Kubinski 04-25-2024 12:46
Found In Egroup: Production Switchers
\ view thread
Circling back to this question. Does anyone have any ideas on this? I just need to control the scale and x/y position of a selected DVE. Are there any desktop joysticks that would work with DashBoard? Looks like Ross has a product called Side Stick, but the documentation only references PTZ control. ...
Posted By Nick Kubinski 04-04-2024 15:29
Found In Egroup: Graphics
\ view thread
I'll separate the projects into their own Shows then. Thanks again Garner! ------------------------------ [Nick] [Kubinski] [Studio Production Specialist] [Sysmex America Inc.] [Vernon Hills] [USA] ------------------------------
Posted By Nick Kubinski 04-02-2024 17:05
Found In Egroup: Graphics
\ view thread
Hey Garner, This worked perfectly! Thank you very much. A follow up question, if a Show has multiple Projects saved to it (Project1, Project2, Project3) each with their own list of revisions, is there an easy way to call out that specific project file name, or would it be easier to separate ...
Posted By Nick Kubinski 04-01-2024 14:05
Found In Egroup: Graphics
\ view thread
Hi, I'm looking to have a script in Xpression deploy a project from our project server down to our Graphites. Usually we only need to deploy the most recently published revision of each show. Here's what I have so far, but it's not deploying anything. I know something is wonky with the script, ...
Posted By Nick Kubinski 12-01-2023 12:44
Found In Egroup: Production Switchers
\ view thread
I have a Xbox One controller that I would like to use to operate some things on DashBoard with. Specifically I would like to use the left or right joystick to manipulate the ME Positioner and the left and right triggers to manipulate the ME Positioner Zoom. I have the controller added under Game Controllers ...
Posted By Nick Kubinski 08-31-2023 12:46
Found In Egroup: Graphics
\ view thread
Ah ok, because we're already calling up the SceneDirector attached to that scene. ------------------------------ [Nick] [Kubinski] [Studio Production Specialist] [Sysmex America Inc.] [Vernon Hills] [USA] ------------------------------
Posted By Nick Kubinski 08-30-2023 14:26
Found In Egroup: Graphics
\ view thread
That works perfectly Simon. Thank you very much for all the help! dim scene as xpScene dim sd as xpSceneDirector dim channel as xpOutputFrameBuffer engine.GetOutputFrameBuffer(0, channel) engine.GetSceneByName("XN-550", scene) channel.GetSceneOnLayer(0, scene) scene.GetSceneDirectorByName("550 ...
Posted By Nick Kubinski 08-30-2023 11:41
Found In Egroup: Graphics
\ view thread
That would definitely be of interest. I tried removing "scene.SetOnline(0)" from any subsequent scripts, but then I don't see the animation play out in the Framebuffer. ------------------------------ [Nick] [Kubinski] [Studio Production Specialist] [Sysmex America Inc.] [Vernon Hills] [USA] ...
Posted By Nick Kubinski 08-29-2023 15:57
Found In Egroup: Graphics
\ view thread
Thanks Simon! Ok, so just using Playrange to trigger the various sections of the animation, here's what I've got. dim scene as xpScene dim sd as xpSceneDirector engine.GetSceneByName("Scene1", scene) scene.GetSceneDirectorByName("Cube Spin", sd) sd.PlayRange(0,50) scene.SetOnline(0) ...
Posted By Nick Kubinski 08-28-2023 15:46
Found In Egroup: Graphics
\ view thread
Thanks for the help Simon! I was able to get some additional control over the animation via the PlayDirection and Track.Enabled properties. I'm a little stuck with the PlayState and Continue properties though. I'm trying to use the same keyboard shortcut/GPI to continue the animation after it has ...
Posted By Nick Kubinski 08-28-2023 12:23
Found In Egroup: Facility Control
\ view thread
Hey Les, We have 5 Graphites, 4 of which are just tied to DashBoards and the 5th one is also tied to a Carbonite Black. ------------------------------ [Nick] [Kubinski] [Studio Production Specialist] [Sysmex America Inc.] [Vernon Hills] [USA] ------------------------------
Posted By Nick Kubinski 08-23-2023 16:35
Found In Egroup: Graphics
\ view thread
Hello! I was wondering if anyone knew how to control a scene's Animation Controller from the Sequencer side of Xpression. I'd like to take a 3D model online to Framebuffer 1, then using scripts or Visual Logic, trigger certain parts of the animation such as rotating 90 degrees on the x-axis. I was ...
Posted By Nick Kubinski 06-21-2023 15:36
Found In Egroup: Facility Control
\ view thread
Does anyone know if the anchor point for a DVE key can be adjusted, or is it locked at the center? Currently we have a custom DashBoard panel with the positioner joystick and slider for manual moves, and a few buttons tied to memory recalls for saved moves. This works pretty well, but I was hoping ...