Search found 508 matches

by Lukas
Today, 15:49
Forum: Contents Sharing
Topic: Lukas Sketch Panel
Replies: 3
Views: 340

Re: Lukas Sketch Panel

l7v1lVvhu-Q In case anyone is interested in storyboarding in TVP and using my XML export script, here's a quick and dirty demonstration. The "Clips XML" button is a very fast way to go from a TVP Storyboard using Clips, to Premiere. It will keep your timing intact. I personally like 6 fps...
by Lukas
26 Mar 2024, 20:21
Forum: George scripting
Topic: Trying to write a script to insert some text on layer
Replies: 8
Views: 295

Re: Trying to write a script to insert some text on layer

Figured it all out: // Variables dialogueLayerName = "DIALOGUE" dialogueLayerColor = 7 // Ask user to insert the dialogue tv_ReqString "multiline" "Dialogue|" IF CMP(result, "Cancel") || CMP(result, "") EXIT END text_to_add = result text_to_add = &qu...
by Lukas
26 Mar 2024, 15:04
Forum: Feature & Improvement requests
Topic: Layer UI suggestion
Replies: 2
Views: 232

Re: Layer UI suggestion

I just noticed the "Put an X on Empty Instances" setting the in Display settings. It's a start, but what's not great about that solution is that it actually draws the eye towards the empty instance instead of the instance that has a drawing in there (drawings are often not filling the whol...
by Lukas
26 Mar 2024, 14:56
Forum: Technical Support
Topic: 11.7.3 Changelog?
Replies: 4
Views: 98

Re: 11.7.3 Changelog?

Nice 👍
by Lukas
26 Mar 2024, 14:20
Forum: Technical Support
Topic: 11.7.3 Changelog?
Replies: 4
Views: 98

Re: 11.7.3 Changelog?

Ah, I didn't realise it was *just* released, just assumed I missed the popup before. Cheers :)
by Lukas
26 Mar 2024, 14:01
Forum: Technical Support
Topic: 11.7.3 Changelog?
Replies: 4
Views: 98

11.7.3 Changelog?

I got a popup for version 11.7.3, but couldn't see the changelog. (Clicking it didn't work show anything). I installed it anyway hoping to see the changelog during the process, but alas. While looking for the changelog I noticed none of the menu items under "Help" work in 11.7.3 anymore. E...
by Lukas
26 Mar 2024, 13:14
Forum: Technical Support
Topic: What's the proper way of updating TVPX panels?
Replies: 0
Views: 72

What's the proper way of updating TVPX panels?

Hi everyone, Some questions regarding exporting and importing custom panels: When you export a new version of a TVPX panel, what do I need to do exactly so the end user can import it and keep all its shortcuts? The identification string should always be the same, that makes sense. The name should ha...
by Lukas
26 Mar 2024, 09:53
Forum: Technical Support
Topic: When playing the Project, sometimes wrong frames are shown?
Replies: 4
Views: 145

Re: When playing the Project, sometimes wrong frames are shown?

I hope the bug can be found and fixed at some point. Currently fixed my situation by disabling some settings in: Windows > Animation > Preview Settings (Seems to me these settings are better of as a tab in TVPaint Preferences, they are currently a bit hidden away in a place you really don't expect t...
by Lukas
26 Mar 2024, 09:33
Forum: George scripting
Topic: Can George check if we're in Project or Clip: Timeline tab?
Replies: 2
Views: 151

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

Ok thank you. Understandable +1 from me for the feature request in that case! :) Some examples I would immediately use that are currently impossible (I think ): Create a shortcut that toggles between Project / Clip: Timeline tabs Create shortcuts to cycle trough - or choose presets of - color groups...
by Lukas
24 Mar 2024, 20:23
Forum: Technical Support
Topic: When playing the Project, sometimes wrong frames are shown?
Replies: 4
Views: 145

When playing the Project, sometimes wrong frames are shown?

I'm storyboarding a project with about 40 clips. The project is currently about 1000 frames and set to 3 fps. When I hit play in the project view, sometimes frames show up of drawings that are not present in that frame, they're not even from the clip. Why is this happening? When I scrub the timeline...
by Lukas
24 Mar 2024, 19:39
Forum: Feature & Improvement requests
Topic: Layer UI suggestion
Replies: 2
Views: 232

Layer UI suggestion

Just a thought on how layer's are represented in the UI :) I really like TVP11 compared to 10. There's definitely some big improvements, but still a lots of quirks linger in the interface. https://www.lukaskrepel.nl/temp/TVP/layer_ui_suggestion.png Top image is current TVP11, lots of squares in view...
by Lukas
24 Mar 2024, 16:02
Forum: George scripting
Topic: Can George check if we're in Project or Clip: Timeline tab?
Replies: 2
Views: 151

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

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

-> I've got some tools that would benefit a lot if I could let them behave differently considering the current project/timeline view. Can I check what tab is currently active?
by Lukas
23 Mar 2024, 16:10
Forum: Contents Sharing
Topic: Lukas Sketch Panel
Replies: 3
Views: 340

Re: Lukas Sketch Panel

Hoi Peter! Next time you spot it, you can tell them to update ;) Though it might be wise to backup the version they're using if they rely on it... One of my favourites it the 'eye' icon next to the camera. If you shortcut it with H *and* Shift H, it's very useful. And the Yellow left/right icons (wh...
by Lukas
22 Mar 2024, 15:46
Forum: George scripting
Topic: global variables?
Replies: 4
Views: 205

Re: global variables?

Very interesting Svengali, I'll try and wrap my head around that code. My George is very rusty, its quirks are quite hard to read and understand if you haven't touched it in a while. Thanks for pointing me in that direction!
by Lukas
22 Mar 2024, 15:02
Forum: George scripting
Topic: Some TVP 10 scripts don't work in TVP 11
Replies: 42
Views: 18591

Re: Some TVP 10 scripts don't work in TVP 11

I'm going to update my XML export (to import in Adobe Premiere) to work with the latest TVPaint and will share it when it's done :) A very belated update, but the export to XML (to be imported in Adobe Premiere) scripts have been working for me so far on TVP 11 Pro / MacOs. (Not sure about standard...