Hello Ventuzians!
THE FORUMS ARE CLOSED!

Please join our discord server HERE!! << click me :D

We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server

Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!

Search found 48 matches

by Etienne
04 Feb 2017, 21:40
Forum: Bug Reports
Topic: empty timeline in animation, unable to navigate to zero
Replies: 6
Views: 4862

Re: empty timeline in animation, unable to navigate to zero

In the Animation TimeView windows you can use the mouse's scrollwheel to control the scale of the timeline. Also, there's a scrollbar that appears at the bottom of the window, under the time/frame markers. You should be able to use both of these methods to get to where you want to go in your timeline.
by Etienne
04 Feb 2017, 21:36
Forum: General Discussion
Topic: live data sources
Replies: 1
Views: 2709

Re: live data sources

Many companies offers this kind of data:
. SpredFast (https://www.spredfast.com/)
. Omnigon (http://www.omnigon.com/)
. iPowow (http://www.ipowow.com/)
by Etienne
04 Feb 2017, 21:32
Forum: How to
Topic: AutoFit and autoscale the Text
Replies: 2
Views: 2301

Re: AutoFit and autoscale the Text

If you bound the Rectangle's Size X property to the Block Text's BoudingBoxWidth property, the rectangle will grow as you enter text. This works as-is if your BlockText's TextAlignment and LineAlignment are set to Center. Otherwise, if you use Near for TextAlignment you will need to use a Float Expr...
by Etienne
04 Feb 2017, 21:21
Forum: How to...
Topic: Ventuz Remoting4
Replies: 2
Views: 3262

Re: Ventuz Remoting4

You should be able to create 3 clusters to do this: public void InitClusters() { leftCluster = new Cluster { Name = "Left" }; leftCluster.AddMachine(new System.Net.IPEndPoint(System.Net.IPAddress.Parse("192.168.1.101"), 19400)); leftCluster.Start(); middleCluster = new Cluster { ...
by Etienne
04 Feb 2017, 01:35
Forum: How to
Topic: Font problems migrating to Ventuz 5
Replies: 2
Views: 2236

Font problems migrating to Ventuz 5

Hello, I have noticed that some of the text from Ventuz 4 scenes shows up slightly differently in Ventuz 5. For example, one text region is lower by a few pixels than how it shows in Ventuz 4 while others (using similar setup: EnrichedBlockText with ShrinkToFit) are unaffected. Is there anything I s...
by Etienne
15 Dec 2016, 00:24
Forum: General Discussion
Topic: VMS 2 and Manual update
Replies: 6
Views: 4944

Re: VMS 2 and Manual update

Any luck getting the VMS to return a scene list? I am having the same issue. I am testing this by cycling through all projects (VMSProjectDetails objects) in the VMSClient using Proj(null). The project details are available and I can get the ID or FullPath but when I call Scenes() with either the ID...
by Etienne
18 Jan 2015, 03:23
Forum: How to...
Topic: Binding to Animation's StateCurrentID property
Replies: 1
Views: 1688

Binding to Animation's StateCurrentID property

Hello, Is it possible to directly bind to a Keyframe Animation's StateCurrentID output property? When I Ctrl-drag and drop an Integer variable's Value property to the Animation node, it automatically binds without showing me any options of which property to bind to. If I put the Animation in a conta...
by Etienne
18 Jan 2015, 02:46
Forum: How to...
Topic: Creating a memory mechanism
Replies: 0
Views: 1508

Creating a memory mechanism

Hello everyone, I recently had to create a mechanism to store the previous value of a variable. It's nothing very complicated to do in Ventuz but I wanted to share my solution in case someone ever needs to do this: Memory Mechanism.png The Live Value is sent to a Live Value buffer which waits 1 fram...