Search found 532 matches

by Lukas
02 Apr 2025, 07:34
Forum: Technical Support
Topic: TVPaint Animation 11.7.3 is available!
Replies: 45
Views: 42068

Re: TVPaint Animation 11.7.3 is available!

Does anyone have any info on whether TVP 11.7.3 runs ok on Mac Sonoma? I haven't updated my OS in years (I'm still on Big Sur) because I really don't want apps that bug out and crash - often seems like a major downgrade instead of an upgrade. Any help greatly appreciated, thanks. Runs good here on ...
by Lukas
02 Apr 2025, 07:20
Forum: Technical Support
Topic: Can't Right Click with Wacom Pen
Replies: 6
Views: 2625

Re: Can't Right Click with Wacom Pen

Hello Lukas, this is interesting. Which version of the Wacom driver did you reinstall? This one: Windows Driver 6.4.9-2 I hadn't used TVPaint in a long time on this device, so I was running a slightly outdated version of TVPaint and an older version of the driver the last time I used it. Initially ...
by Lukas
01 Apr 2025, 10:40
Forum: Technical Support
Topic: Can't Right Click with Wacom Pen
Replies: 6
Views: 2625

Re: Can't Right Click with Wacom Pen

Finally got it to work!

After a complete uninstall and fresh installs of both the Wacom Drivers and TVPaint, right click works when using Wintab instead of Windows Ink.
by Lukas
31 Mar 2025, 12:20
Forum: Technical Support
Topic: Can't Right Click with Wacom Pen
Replies: 6
Views: 2625

Re: Can't Right Click with Wacom Pen

Additional observation: When I hover over a frame instance and press the 'right click' button on the pen, it shows the 'Instance Name' dialog. (Without the pen ever touching the screen). So the right mouse seems to register as the left mouse.
by Lukas
31 Mar 2025, 12:16
Forum: Technical Support
Topic: Can't Right Click with Wacom Pen
Replies: 6
Views: 2625

Re: Can't Right Click with Wacom Pen

Hello Lukas, do you have a TVPaint profile in your Wacom driver? Did you try with Ink disabled in the driver and TVPaint (aka in Wintab mode, with Subpixel on if necessary)? Hi Dean, I don't have a TVPaint profile in the driver, only "All". (Edit: I've created a TVP profile in the driver,...
by Lukas
31 Mar 2025, 12:03
Forum: Technical Support
Topic: Can't Right Click with Wacom Pen
Replies: 6
Views: 2625

Can't Right Click with Wacom Pen

Hi everyone, I need help getting right clicking with the wacom to work. I'm currently on: Wacom 27QHDT TVP 11.7.5 Pro 64 bits Windows 10 I assigned right click to my Wacom Pen button, it works in all software except for TVPaint. Windows Ink is enabled in Wacom and TVPaint. (I've tried without Window...
by Lukas
24 Apr 2024, 07:04
Forum: George scripting
Topic: Can George check if we're in Project or Clip: Timeline tab?
Replies: 10
Views: 35019

Re: Can George check if we're in Project or Clip: Timeline tab?

I've added some buttons to my panel to toggle between clip thumbnails and layers instead of the tabs. Of course, using the default tabs (so don't use those) confuses the scripts because there's no way to get state of the timeline panel via George. (Again, please add this to the George API) These wor...
by Lukas
19 Apr 2024, 09:23
Forum: Feature & Improvement requests
Topic: "Layers" Light Table mode
Replies: 23
Views: 44471

Re: "Layers" Light Table mode

Wouldn't it make much more sense to add OOP functionality to layers instead of the adding a layers mode to the LT?
by Lukas
19 Apr 2024, 05:23
Forum: Feature & Improvement requests
Topic: Please remove the default auto-naming during Export
Replies: 7
Views: 30167

Re: Please remove the default auto-naming during Export

The path TVPaint suggest has always driven me nuts too. My custom panel has a render button that fixes this problem for me. You have to follow my naming conventions though. But it saves a lot of time because it will always render the shot the the location you expect and overwrites it. Jpg en png onl...
by Lukas
12 Apr 2024, 14:30
Forum: Contents Sharing
Topic: Lukas Sketch Panel
Replies: 5
Views: 21684

Re: Lukas Sketch Panel

I optimised the XML export. It took over 4 minutes on a 60+ shots storyboard and now render under a minute. Turns out rendering individual frames take a lot more time than simply rendering sequences, so now it just renders each frame of a hold anyway. The XML only adds the first frame of the hold th...
by Lukas
12 Apr 2024, 13:25
Forum: Technical Support
Topic: Bug: Hidden clips cross+greyed out thumb sometimes dissapear on mouseover
Replies: 0
Views: 13451

Bug: Hidden clips cross+greyed out thumb sometimes dissapear on mouseover

When you 'Hide' a clip. It gets a cross and gets greyed out. This is very useful. There's a bug that makes the feature a bit problematic though: However, when you hover over the clip, the cross and grey overlay often disappear. Sometimes they re-appear on mouse-over, but dissapear again when the mou...
by Lukas
11 Apr 2024, 13:27
Forum: George scripting
Topic: Can George check if we're in Project or Clip: Timeline tab?
Replies: 10
Views: 35019

Re: Can George check if we're in Project or Clip: Timeline tab?

[...] Create a shortcut that toggles between Project / Clip: Timeline tabs [...] Well at least I got this to work. ScriptName = "toggle_project_clip_view" tv_ReadUserString ScriptName "State" "clip" State = result IF CMP(State, "clip") State = "project&q...
by Lukas
11 Apr 2024, 11:57
Forum: George scripting
Topic: Can I get the name of a Colorgroup with George?
Replies: 2
Views: 12801

Can I get the name of a Colorgroup with George?

Can I get the name of a Colorgroup with George?

Thanks in advance :)
by Lukas
10 Apr 2024, 14:49
Forum: Technical Support
Topic: Export clips to TVP projects
Replies: 10
Views: 6396

Re: Export clips to TVP projects

I reworked it a little bit for our pipeline. My version is in my panel: https://github.com/lukaskrepel/TVP-Lukas-Sketch-Panel make sure you update to the latest version. Read the Suggested folder structure for projects part of the readme if you're interested in using it too. There's a "Clips to...