tv_setActiveTool

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

tv_setActiveTool

Post by Mads Juul »

Is there a tv_setActiveTool command or do I have to

Code: Select all

tv_getActiveTool

PARSE result theTool theProps

IF CMP(theTool,'tv_Pencil')==1
	tv_pencil theProps
END

IF CMP(theTool,'tv_propelling')==1
	tv_propelling theProps
END

etc...
?mads
User avatar
Hervé
Site Admin
Posts: 3490
Joined: 08 Feb 2006, 17:00
Location: Metz France
Contact:

Re: tv_setActiveTool

Post by Hervé »

use tv_cmd result
Hervé ADAM, TVPaint Team
Post Reply