dudintv / vizartist-scripts

Scripts for using in Vizrt Artist
7 stars 1 forks source link

Not so issus but some help needed #3

Closed cvelele closed 1 year ago

cvelele commented 2 years ago

I search all your scripts and didn't find similar to "advanced counter". I try to make some custom graphic bar and advanced counter plugin is not so flexible about displaying all sorts of information. Because of format mask (####.##) I can not sometimes write whole number like 70 and other time 70.2 or 70.25. You have to in advance format your display, with no decimals, with one, with two ... Is there a work around or any suggestion about it? Thx

dudintv commented 1 year ago

@cvelele Hi, just noticed your message. I think we don't need to script this. Did you try change the Counter Mask by Parameter Control with parameter FUNCTION*Advanced_Counter*inpmask?

dudintv commented 1 year ago

2022-11-20_00-33-22

cvelele commented 1 year ago

Ha ha, excellent. Very elegant solution. Thx again.

cvelele commented 1 year ago

What this inpmask mean?

dudintv commented 1 year ago

@cvelele inpmask is "console name" of the "Format mask" parameter of the AdvancedCounter plugin.

2022-11-22_20-00-43

cvelele commented 1 year ago

So this mean, replace mask from Advanced Counter with plain text?

dudintv commented 1 year ago

@cvelele hm... Actually the mask is a plain text string, like that: "##.##". You can define this mask by typing this "#" symbols and "." period as a normal one line text.

So, we don't replace it. We just expose the mask as a text parameter for the outside control from PIlot/Trio/etc...

cvelele commented 1 year ago

Ok, thx.