misbehaviour in George when setting Paper Angle

A forum dedicated to George scripting questions
Post Reply
User avatar
Mads Juul
Posts: 3992
Joined: 02 May 2007, 19:18

misbehaviour in George when setting Paper Angle

Post by Mads Juul »

I set the a random angle of my Current paper with this script

Code: Select all

newAngleVAL = RND(360)
tv_paper "Angle "newAngleVAL
What I dont understand, and what I consider as a misbehaviour in tv_apper is that the "Enable/disable paper" button in the main panel is blinking when running the code. Which mean the function tv_paper is enabling disabling the paper when running the funciton. but I have not asked for this. only to set a new angle. so this means that "tv_paper" is running slower than it could becauase it is doing stuff tit is not asked to do. And if i use George scripts and keyboard command when switching tool this gives an annoying lag when I shift tool.
paper_angle.JPG
paper_angle.JPG (21.47 KiB) Viewed 703 times
Post Reply