Search found 263 matches
- Yesterday, 13:40
- Forum: Technical Support
- Topic: mode to HOLD for all timelines in all project clips after work
- Replies: 2
- Views: 670
Re: mode to HOLD for all timelines in all project clips after work
I created this code with the help of GPT chat. But it doesn't work. I don't know why. # Get the current selected layer set layerID [tv_layer_getSelectedID] # Check the current layer mode set currentMode [tv_layer_getMode $layerID] # If mode is NON, switch to HOLD if { $currentMode eq "NON"...
- Yesterday, 13:36
- Forum: Technical Support
- Topic: mode to HOLD for all timelines in all project clips after work
- Replies: 2
- Views: 670
Re: mode to HOLD for all timelines in all project clips after work
I really need help with this issue. Could you please advise whether I should wait? Or is this an unsolvable problem? Thank you for your responsiveness :D ENG. :D Hello, I work in TVPaint almost every day, and I have a new question. Could you help me solve it with your superpowers? I'll briefly descr...
- 18 May 2025, 13:26
- Forum: Technical Support
- Topic: mode to HOLD for all timelines in all project clips after work
- Replies: 2
- Views: 670
mode to HOLD for all timelines in all project clips after work
ENG. :D Hello, I work in TVPaint almost every day, and I have a new question. Could you help me solve it with your superpowers? I'll briefly describe the situation. :D I create storyboards consisting of clips, for example, 100 clips, and I start adjusting the timing in each clip to create an animati...
- 13 May 2025, 13:06
- Forum: Technical Support
- Topic: I really need version 11.5.2-64 bit) July 7, 2021 Help.
- Replies: 2
- Views: 2392
- 09 May 2025, 13:38
- Forum: Technical Support
- Topic: I really need version 11.5.2-64 bit) July 7, 2021 Help.
- Replies: 2
- Views: 2392
I really need version 11.5.2-64 bit) July 7, 2021 Help.
Hello! Developers! I have a small question. :D I got into a technical situation and can only work with a Mac Book Mac OS High Sierra version 10.13.6. And here the version works very well: TV Paint Animation Pro STD (11.5.2-64 bit) July 7, 2021. But I accidentally erased the distribution. Question: D...
- 27 Oct 2022, 00:56
- Forum: Technical Support
- Topic: 11.7.0 settings of the last save
- Replies: 3
- Views: 2782
Re: 11.7.0 settings of the last save
Hello! I was able to reproduce this in the 11.7.0 version. Could you please tell me which TVPaint version you were using before updating? Hello. I am very glad that my question was noticed. I will clarify. OK. My system is MACOS Sierra 10.12.6. I have been using TVPA pro11.5.2 for a long time now a...
- 14 Oct 2022, 12:06
- Forum: Technical Support
- Topic: 11.7.0 settings of the last save
- Replies: 3
- Views: 2782
11.7.0 settings of the last save
Good day.
My question.
The new project has its own presets. The camera opens a new project with its settings.
The mode of opening a new file is set with the settings of the last save. Did I do something for this? Or is it a 11.7.0 bug?
My question.
The new project has its own presets. The camera opens a new project with its settings.
The mode of opening a new file is set with the settings of the last save. Did I do something for this? Or is it a 11.7.0 bug?

- 06 Jun 2022, 06:06
- Forum: Technical Support
- Topic: Sierra 10.12.6 + Latest TVpaint = LOVE ?!
- Replies: 8
- Views: 7523
- 03 Jun 2022, 12:31
- Forum: Technical Support
- Topic: Sierra 10.12.6 + Latest TVpaint = LOVE ?!
- Replies: 8
- Views: 7523
- 02 Jun 2022, 00:42
- Forum: Technical Support
- Topic: Sierra 10.12.6 + Latest TVpaint = LOVE ?!
- Replies: 8
- Views: 7523
- 01 Jun 2022, 14:57
- Forum: Technical Support
- Topic: Sierra 10.12.6 + Latest TVpaint = LOVE ?!
- Replies: 8
- Views: 7523
Sierra 10.12.6 + Latest TVpaint = LOVE ?!
Hello, TVPaint developers! I am working on Macbook OS Sierra 10.12.6 I want to install the latest TVPAINT animation software. My Question: I can stay on Sierra 10.12.6. ? Sierra 10.12.6 + Latest :D TVpaint = LOVE ?! Or do I need to upgrade? What is the oldest version of mac os that works well with t...
- 01 Nov 2021, 13:40
- Forum: Feature & Improvement requests
- Topic: INVISIBLE LAYERS in one COLOR GROUP
- Replies: 13
- Views: 57394
Re: INVISIBLE LAYERS in one COLOR GROUP
Hi, I'm going to refactor the selection menu. What do you think of such options ? (they will be associated to keyboard shortcut functions, of course) Capture d’écran_2021-10-29_10-35-03.png Capture d’écran_2021-10-29_10-32-13.png This is genius. But it has to do with one clip. If you have the skill...
- 13 Sep 2021, 20:30
- Forum: Feature & Improvement requests
- Topic: Texts
- Replies: 2
- Views: 6916
Re: Texts
I do that too. I use photoshop and illustrator. But I need to quickly and in a tv paint.
I just asked. Are the developers interested in expanding the functionality and is it in the plans?
Thanks!
I just asked. Are the developers interested in expanding the functionality and is it in the plans?
Thanks!
- 13 Sep 2021, 00:48
- Forum: Feature & Improvement requests
- Topic: Texts
- Replies: 2
- Views: 6916
Texts
Hello? developers! :D I took on a very interesting project. He is big. And there is a lot of text and visual documents in there. I use twpaint a lot. Question to the developers: When can I expect a new and smart system for working with FONTS? Work with texts. Works with line breaks and text editing ...
- 09 Sep 2021, 23:31
- Forum: Feature & Improvement requests
- Topic: New layer button + ABOVE the current layer
- Replies: 4
- Views: 8879
Re: New layer button + ABOVE the current layer
You need to use the tv_layerGetPos function (https://www.tvpaint.com/doc/tvp11/index.php?id=lesson-advanced-functions-george-instructions-commands#tv_layergetpos) and then move the layer you created one position before with tv_layermove (https://www.tvpaint.com/doc/tvp11/index.php?id=lesson-advance...