Cutbrush from layer image

Please use this part to report bugs & errors, ask questions & "How to..."
Post Reply
User avatar
Mads Juul
Posts: 3992
Joined: 02 May 2007, 19:18

Cutbrush from layer image

Post 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
Post Reply