Search found 53 matches
- 16 Nov 2024, 11:17
- Forum: Contents Sharing
- Topic: Custom Panels for flipping between Keys, Breakdowns, Inbetweens etc.
- Replies: 14
- Views: 4362
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: 678294
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: 725
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: 941
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: 725
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: 4362
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: 4362
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: 0
- Views: 1541
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: 4362
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....
- 09 Oct 2024, 09:09
- Forum: Contents Sharing
- Topic: Custom Panels for flipping between Keys, Breakdowns, Inbetweens etc.
- Replies: 14
- Views: 4362
Re: Custom Panels for flipping between Keys, Breakdowns, Inbetweens etc.
with the added a condition to where the code checks for the Mark flag to also check the instance is a head This is working great, thanks Kelan. Now the backward/forward button go straight to the previous or next head of the marked instances. Now, I think, this action looks pretty much like you've i...
- 08 Oct 2024, 09:39
- Forum: Contents Sharing
- Topic: Custom Panels for flipping between Keys, Breakdowns, Inbetweens etc.
- Replies: 14
- Views: 4362
Re: Custom Panels for flipping between Keys, Breakdowns, Inbetweens etc.
This is a very nice addition. the script only moves between instance heads Lately I've been experimenting with the markers' buttons from Lukas Sketch Panel which mark all frames of the instance and not just the head. And so in that case, the forward and backward button of your panel move through all...
- 23 Jul 2024, 12:00
- Forum: Feature & Improvement requests
- Topic: George Tooltips
- Replies: 1
- Views: 2163
George Tooltips
Being able to see the corresponding George command when hovering an option or tool in the interface, to possibly ease and/or speed up the making of George scripts. George Tooltip-tv_vfitalic.png George Tooltip-tv_clipsavestructure.png Could be setup in the preferences, like in Blender, for example, ...
- 23 Jul 2024, 11:30
- Forum: George scripting
- Topic: tv_ClipSaveStructure
- Replies: 7
- Views: 4598
Re: tv_ClipSaveStructure
+1MightyNice wrote: ↑22 Jul 2024, 09:34 It would be good to get export width and height exposed to tv_ClipSaveStructure.
- 23 Jul 2024, 11:29
- Forum: Feature & Improvement requests
- Topic: hot link instance copies
- Replies: 7
- Views: 4156
Re: hot link instance copies
Maybe the two options 'clone/link' and 'duplicate/copy' can be introduced in the 'copy and paste' command, where one links both drawings and the other simply does a copy. Or something that could be setup in TVPaint's preferences where the default 'copy and paste' command can be set as 'cloning/linki...
- 10 Jul 2024, 10:56
- Forum: Feature & Improvement requests
- Topic: Import image sequences with gaps on one layer
- Replies: 6
- Views: 5163
Re: Import image sequences with gaps on one layer
This import sample is not a good example because there is a period before the number. Indeed! It works fine when, before the number, there is either: a hyphen (ex: MyAnimation-002.png) an underscore (ex: MyAnimation_002.png) nothing (ex: MyAnimation002.png) Thank you Hironori for sharing this panel.