Hello....!
I'm currently trying to use portable device on my works.
and I found I couldn't use almost of my george scripts on android OS.
even if it's just printing the number, like
a = 77885
print a
print 4837
extra letters which was brocken comes out after the number like this.
77885⌧⌧2⌧
4837z⌧⌧2⌧
And in 'for loop', It seems the tvpaint can't find the 'to' after the for loop.
I checked it from 3 devices, but I'm curious if it's occuring only to me or not.
Has anyone successfully used george script on Android?
Has anyone successfully used george script on Android?
e-mail : ini@7ini.com twitter : @Ain_is_
-----------------------------------------
TVPaint 11 PRO STD (11.7.0 - 64bits) on
AMD Ryzen9 5950x, 3080 &2080ti, 128GB ram, Windows10, Cintiq 27 Pro (DTH-271)
TVPaint 11 PRO WIBU (11.5.1 - 64bits) on
Cintiq Mobile Studio Pro 13 (DTH-W1321H), Windows10
-----------------------------------------
TVPaint 11 PRO STD (11.7.0 - 64bits) on
AMD Ryzen9 5950x, 3080 &2080ti, 128GB ram, Windows10, Cintiq 27 Pro (DTH-271)
TVPaint 11 PRO WIBU (11.5.1 - 64bits) on
Cintiq Mobile Studio Pro 13 (DTH-W1321H), Windows10
-
- Posts: 124
- Joined: 22 Jan 2013, 03:11
Re: Has anyone successfully used george script on Android?
I'm experiencing the same thing on Android 13 Tab S7+. I'm using a relatively clean/new config.
Even as an an embedded script the following minimal example produces the error "Missing TO in a FOR line".
Just thought I'd add my case here too. Looks like a bug
Even as an an embedded script the following minimal example produces the error "Missing TO in a FOR line".
Code: Select all
FOR n = 1 TO 3
tv_warn n
END
David
--------------------------------------------------------
TVPaint 11.7 Standard
System: 64GB RAM // 3 TB SSD // Core i7 8700K // NVIDIA GTX 1080// Windows 10 Home
--------------------------------------------------------
TVPaint 11.7 Standard
System: 64GB RAM // 3 TB SSD // Core i7 8700K // NVIDIA GTX 1080// Windows 10 Home