I don't think so. I've just started using GEORGE and had the same problem. It seems to be a very very basic programming language, where not everything is possible ( which usually is ). Stuff which is even possible in javascript etc.
I tried to check if a variable is set a few days ago, which seems to be impossible in GEORGE. I guess the TVPaint developers added a few commands over the years, but it isn't been developed since the early nineties.
Windows 11 22H2 / TVP 11.7.0 PRO WIBU / Cintiq 22HD
Windows 11 22H2 / TVP 11.7.0 PRO WIBU / Mobile Studio Pro 16" (2019)
Android 13 / TVP 11.7.0 / Galaxy Tab 7 FE INSTAGRAM
@ Broughtvulture:
Yes, I'm aware of FOR and the docs, but the problem of still having to assign the names 1 by 1 remains, but I solved it with js.
@ schwarzgrau
Yeah, I guess it is.
Just made a small js routine to generate the cumbersome routine and pasted it into the george script, works fine now.
You integrated js into george ? It seems I have absolutely no idea what I'm doing. Could you tell me how ?
Windows 11 22H2 / TVP 11.7.0 PRO WIBU / Cintiq 22HD
Windows 11 22H2 / TVP 11.7.0 PRO WIBU / Mobile Studio Pro 16" (2019)
Android 13 / TVP 11.7.0 / Galaxy Tab 7 FE INSTAGRAM
No, I mean I just used js to generate the text of the george commands and pasted that into the george file.
To avoid typing all the names in the folders I wanted to convert.
//Automatic Name Creator
//Type in Names, Insert Numerical Value
//Arrays with Names created Automatically
//---------------------------------------
//---------------------------------------
//---------------------------------------
//Insert Names & Number of Names
List = "First Second Third"
Amount = 3
//---------------------------------------
//Creates Incrementor
Length = 0
FOR i = 0 TO Amount
IF (i > 2)
Length = Length + 1
END
END
//Creates Array
ListName[Amount]
TrueAmount = Amount - 1
//Assigns Values to Arrays
FOR i = 0 TO Length
parse List numa numb
//tv_warn "Numa: " numa " - Numb:" numb
ListName[i] = numa
IF (i == Length)
ListName[i+1] = numb
END
List = numb
END
//---------------------------------------
//Displays Arrays & Values Given
FOR i = 0 TO TrueAmount
tv_warn "ListName[" i "] = " ListName[i]
END
//---------------------------------------
//---------------------------------------
//---------------------------------------
//TO wvreek
//FROM Broughtvulture
Windows 7 64-bit
FX 8350 8 Core - 16 GB RAM
TVPaint Professional 11.0.8 64-bit