Page 1 of 1

Cutbrush from layer image

Posted: 10 Apr 2008, 22:38
by Mads Juul
If I want to make a cut brush from all of the current layer current image
is there a smarter way than this script?

Code: Select all

Param None

tv_GetHeight
Parse Result height
tv_getWidth
Parse Result width
tv_BrushCut 0 0 height width
-mads