Has anyone successfully used george script on Android?

A forum dedicated to George scripting questions
Post Reply
User avatar
ini
Posts: 91
Joined: 14 Aug 2015, 17:47
Contact:

Has anyone successfully used george script on Android?

Post by ini »

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.
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)
spyderheart
Posts: 124
Joined: 22 Jan 2013, 03:11

Re: Has anyone successfully used george script on Android?

Post by spyderheart »

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".

Code: Select all

FOR n = 1 TO 3
tv_warn n
END
Just thought I'd add my case here too. Looks like a bug :(
David
--------------------------------------------------------
TVPaint 11.7 Standard
System: 64GB RAM // 3 TB SSD // Core i7 8700K // NVIDIA GTX 1080// Windows 10 Home
Post Reply