Search found 59 matches
- 08 Jun 2025, 14:07
- Forum: Feature & Improvement requests
- Topic: Having the 'Apply Current Content On Instances With Same Name' action to work between clips
- Replies: 2
- Views: 1952
Having the 'Apply Current Content On Instances With Same Name' action to work between clips
Having the 'Apply Current Content On Instances With Same Name' action to work between clips in the same project. Apply Current Content On Instances With Same Name.png As an example: two clips equals two different scenes/shots but they both share the same background. So when we change the background ...
- 08 Jun 2025, 14:03
- Forum: Contents Sharing
- Topic: OTANO Out Of Peg Tools
- Replies: 24
- Views: 231559
Re: OTANO Out Of Peg Tools
I want to add my thanks for sharing your tool; very useful indeed.
And also to signal that the tinyurl link leads to an error page; it leads to this page: https://tvpaint.com/en/forum/viewtopic.php#p101196
And also to signal that the tinyurl link leads to an error page; it leads to this page: https://tvpaint.com/en/forum/viewtopic.php#p101196
- 08 Jun 2025, 14:01
- Forum: Contents Sharing
- Topic: custom panels by WIT STUDIO
- Replies: 5
- Views: 8990
Re: custom panels by WIT STUDIO
A treasure trove. And clearly presented.
- 08 Jun 2025, 14:00
- Forum: Contents Sharing
- Topic: Keylight
- Replies: 1
- Views: 173
Keylight
Hello everyone, Keylight-TVPaint_panel.png I made a panel to do with marking, flipping and "onion skinning" 'keys' in the timeline. I called it Keylight. There are five types of keys/marks to choose from: Keyframe, Breakdown, Extreme, Inbetween and Other. A colour can be chosen manually to...
- 25 Jan 2025, 19:02
- Forum: Technical Support
- Topic: Move framers in a Layer
- Replies: 3
- Views: 13109
Re: Move framers in a Layer
The only way around it is to set each frame to one instance PRIOR to repositioning the image myself. Then after repositioning the image arrange the frames back to how it was. You need to disable ' auto break instance '. The button is located on each layer in the timeline, next to the 'lock position...
- 09 Dec 2024, 23:18
- Forum: Technical Support
- Topic: TV Paint 12 - Random Zoom no Camera
- Replies: 3
- Views: 16861
Re: TV Paint 12 - Random Zoom no Camera
Hello onyinyeda, there seems to be a camera in the file you shared, at least when I try with my copy of TVPaint, which is 11.7.3. I can't see it in the screenshots, but maybe you have the 'Play with the Camera View' button on (located above the timeline). When off it plays with the project's dimensi...
- 16 Nov 2024, 11:17
- Forum: Contents Sharing
- Topic: Custom Panels for flipping between Keys, Breakdowns, Inbetweens etc.
- Replies: 14
- Views: 59158
Re: Custom Panels for flipping between Keys, Breakdowns, Inbetweens etc.
That is a great idea to make changes to the code easier with the variables, nice job. Thanks. I'm just not sure how manageable it is in the long run to have so many variables, but I guess it still better than having to go back and forth between what it is essentially two same codes. Anyway here is ...
- 13 Nov 2024, 11:16
- Forum: Off Topic Discussions
- Topic: Forum : ideas and improvements
- Replies: 115
- Views: 820816
Re: Forum : ideas and improvements
It is regarding old links (old domain and sub domain), and maybe the need to redirect them to the new sub domain https://forum.tvpaint.com/. Older links towards this forum's posts lead to the homepage of the forum, they have the https://www.tvpaint.com/forum/ domain. The ones with the https://tvpain...
- 28 Oct 2024, 23:05
- Forum: George scripting
- Topic: A multilingual George?
- Replies: 2
- Views: 17956
Re: A multilingual George?
Yes, I don't think I have compelling examples. Maybe when naming files using dates and the local convention, without having to parse and placing the year, month and day in the right order. I can't come up with better than this for now. I do like the idea though, specially for messages or instruction...
- 22 Oct 2024, 15:23
- Forum: Technical Support
- Topic: Video files are exporting extremely dark.
- Replies: 4
- Views: 6155
Re: Video files are exporting extremely dark.
Hello Paul, I exported you project and the same problem happens when playing it with VLC (also on Windows exporting from TVPaint Pro 11), but it seems to be fine either by playing it with mpv or Keyframe MP changing the "ouput" in VLC to Direct3D9 ( this is where I read about the solution ...
- 22 Oct 2024, 14:42
- Forum: George scripting
- Topic: A multilingual George?
- Replies: 2
- Views: 17956
A multilingual George?
Could a George script be internationalized natively? Using "tv_version", something like this can be done to translate a text: tv_version PARSE RESULT software_name software_version language //tv_warn language IF CMP(language, fr) my_translated_string = "Bonjour" END IF CMP(langua...
- 22 Oct 2024, 14:30
- Forum: Contents Sharing
- Topic: Custom Panels for flipping between Keys, Breakdowns, Inbetweens etc.
- Replies: 14
- Views: 59158
Re: Custom Panels for flipping between Keys, Breakdowns, Inbetweens etc.
I think ultimately a bunch of the code can be improved upon, as I am learning a lot as I'm going(finally got my head around functions a couple weeks ago). So thanks for the interest and feedback! My pleasure, I'm learning a lot too indeed. -------------------------------------------------------- Re...
- 14 Oct 2024, 18:37
- Forum: Contents Sharing
- Topic: Custom Panels for flipping between Keys, Breakdowns, Inbetweens etc.
- Replies: 14
- Views: 59158
Re: Custom Panels for flipping between Keys, Breakdowns, Inbetweens etc.
Thank you for indicating the fix, IF Mark == 1 && mflagK == 1 && CMP(state, head) == 1 //checks if exposure has Mark 1(Key) and if Key flag is on, goes to that frame tv_layerimage i EXIT END and for pointing this out, I managed to get my head around it (no pun intended). ------------...
- 10 Oct 2024, 11:34
- Forum: George scripting
- Topic: Switch statement for George?
- Replies: 1
- Views: 17473
Switch statement for George?
Is there an equivalent to a php switch statement in George? So instead of this: IF colour_choice == 1 || colour_choice == 2 || colour_choice == 3 ... END We could do: SWITCH (colour_choice) { CASE 1 ... BREAK CASE 2 ... BREAK CASE 3 ... BREAK } or: SWITCH (colour_choice) { CASE 1 ... BREAK CASE 2 CA...
- 10 Oct 2024, 11:31
- Forum: Contents Sharing
- Topic: Custom Panels for flipping between Keys, Breakdowns, Inbetweens etc.
- Replies: 14
- Views: 59158
Re: Custom Panels for flipping between Keys, Breakdowns, Inbetweens etc.
Regarding the wrap, I have it set to function that way, from the documentation I see. Well I guess maybe is best to stick to TVPaint's default behaviour. I only noticed it because I did a quick test of your panel on a very small timeline which is maybe less likely to be the case on actual projects....