Scan cleaner with george

A forum dedicated to George scripting questions
Post Reply
User avatar
Lukas
Posts: 526
Joined: 14 Jan 2011, 11:15
Contact:

Scan cleaner with george

Post by Lukas »

How do I run the scan cleaner on all heads of a layer?

I've tried making an FX bin called 'ScanCleaner' and use:

Code: Select all

tv_StackLoadBin ScanCleaner
tv_StackApply heads CurrentLayerAllFrames
But it's not working. I'm stuck! Any help is appreciated!
  • Lukas Sketch Panel
  • TVPaint Pro 11.7.3
  • MacBook Pro 2018 macOS Ventura 13.4.1 + PC Windows 10
  • Wacom Cintiq 27QHD + Wacom Intuos4
  • YouTube.com/@ClubBaboo
  • YouTube.com/@FrameOrder
User avatar
Mads Juul
Posts: 3992
Joined: 02 May 2007, 19:18
Location: Viborg,Denmark
Contact:

Re: Scan cleaner with george

Post by Mads Juul »

Maybe you still need to make a selection on the layer to make the filter work on
http://wiki.tvpaint.fr/index.php?title=Tv_LayerSelect
Mads Juul
Storyboard Artist
blog: http://mjstoryboard.blogspot.dk/
Mail: mjstoryboard@gmail .com

Windows 10, 64 bit i7-4790 CPU 4.00 Hz,32 GB RAM, With TVP Animation 11 Pro (11.0.2-64bits)
2 Monitors 1920X1080 pixels + 1 Wacom Cintiq 21UX 2
User avatar
ZigOtto
Posts: 4102
Joined: 17 Feb 2006, 22:50
Location: south-Petazonia

Re: Scan cleaner with george

Post by ZigOtto »

also, take care to :
- enable the FX before adding it in the stack bin,
- store the FX in the right bin, the one for the whole stack
(in the head menu-bar, (not those for individual FXs)

fxstackbin.png
fxstackbin.png (17.98 KiB) Viewed 938 times
User avatar
Lukas
Posts: 526
Joined: 14 Jan 2011, 11:15
Contact:

Re: Scan cleaner with george

Post by Lukas »

Thanks guys, it works.

Code: Select all

tv_LayerSelect ProjectStartFrame ProjectEndFrame
tv_StackLoadBin ScanCleaner
tv_StackApply
tv_layerRecomputeExposure
I couldn't get it to only apply it on heads, so I recompute exposures after applying.
http://wiki.tvpaint.fr/index.php?title=Tv_StackApply" onclick="window.open(this.href);return false; < This seems odd.
  • Lukas Sketch Panel
  • TVPaint Pro 11.7.3
  • MacBook Pro 2018 macOS Ventura 13.4.1 + PC Windows 10
  • Wacom Cintiq 27QHD + Wacom Intuos4
  • YouTube.com/@ClubBaboo
  • YouTube.com/@FrameOrder
User avatar
ZigOtto
Posts: 4102
Joined: 17 Feb 2006, 22:50
Location: south-Petazonia

Re: Scan cleaner with george

Post by ZigOtto »

Code: Select all

tv_StackApply heads CurrentLayerAllFrames
this command line works fine here,
no need to select the frames, nor to post-recompute.
User avatar
Lukas
Posts: 526
Joined: 14 Jan 2011, 11:15
Contact:

Re: Scan cleaner with george

Post by Lukas »

ZigOtto wrote:

Code: Select all

tv_StackApply heads CurrentLayerAllFrames
this command line works fine here,
no need to select the frames, nor to post-recompute.
I just tested it again.

Here it really just applies it on the current image in the current layer. (not even the head, it breaks the instance too)

Strange...
  • Lukas Sketch Panel
  • TVPaint Pro 11.7.3
  • MacBook Pro 2018 macOS Ventura 13.4.1 + PC Windows 10
  • Wacom Cintiq 27QHD + Wacom Intuos4
  • YouTube.com/@ClubBaboo
  • YouTube.com/@FrameOrder
User avatar
ZigOtto
Posts: 4102
Joined: 17 Feb 2006, 22:50
Location: south-Petazonia

Re: Scan cleaner with george

Post by ZigOtto »

I was on PC (32bit session), and it worked as expected,
not yet tested on my 64bit partition.
Post Reply