tv_layerDisplay "Lighttable" option not working in 32-bit version

A forum dedicated to George scripting questions
Post Reply
spyderheart
Posts: 124
Joined: 22 Jan 2013, 03:11

tv_layerDisplay "Lighttable" option not working in 32-bit version

Post by spyderheart »

I've encountered a few unexpected differences in George 32 bit vs 64 bit so I am just adding this one here:
The following embedded script should act as a simple lighttable toggle for the current layer:

Code: Select all

tv_layercurrentID
ID = result
tv_LayerDisplay ID "lighttable" ON
lastLT = result
IF CMP(lastLT,"Lighttable ON")
 tv_LayerDisplay ID "lighttable" OFF
END
In the 64 bit version of TVPaint 11, that is exactly what it does
In the 32 bit version, It has no effect at all.

These kinds differences tend to always be in favour of the 64 bit version...

TVPaint team, is there a reason for this? Are these differences in George 32 bit / 64 bit known to you and if so, can you make them public?
I've spent a lot of time trying to debug code that was resting on incapacitated built in commands in 32 bit that I didn't know about.

This thread is another example of 32 bit vs 64 bit George discrepancies: http://forum.tvpaint.com/viewtopic.php? ... rt#p108090

Thanks!
David
David
--------------------------------------------------------
TVPaint 11.7 Standard
System: 64GB RAM // 3 TB SSD // Core i7 8700K // NVIDIA GTX 1080// Windows 10 Home
User avatar
melanie
Posts: 439
Joined: 12 Sep 2017, 07:13

Re: tv_layerDisplay "Lighttable" option not working in 32-bit version

Post by melanie »

Misbehaviour noticed in the 32 bits version of the software for MacOS.
Added to the To-Do List!
Melanie • Animator
Post Reply