Search found 12 matches

by MightyNice
11 Dec 2024, 00:52
Forum: Technical Support
Topic: TVPaint plugins in Apple Silicon (arm64)
Replies: 1
Views: 8586

Re: TVPaint plugins in Apple Silicon (arm64)

ok, setting build to "universal" was what was needed. However, still have this issue where the plugin does not load when accessed from the plugins menu. If I create a custom panel and add a action that is set to the plugin, it loads via PICBREQ_OPEN in PI_MSG. This is on any mac. Fine on w...
by MightyNice
09 Dec 2024, 23:56
Forum: Technical Support
Topic: TVPaint plugins in Apple Silicon (arm64)
Replies: 1
Views: 8586

TVPaint plugins in Apple Silicon (arm64)

I have simple plugin that I wrote that works on windows ok. On my macbook pro M3, it does not show up (compiled with x-code). It does show up on my older intel-based macbook. Should I expect it show up on both macs if built as "universal"? Or maybe there is some wrapper. Thanks for any tip...
by MightyNice
02 Aug 2024, 03:48
Forum: George scripting
Topic: tv_ClipSaveStructure
Replies: 7
Views: 24074

Re: tv_ClipSaveStructure

Another thing regarding tv_clipsavestructure iPath "JSON", it does not seem possible to use mark in/out points. "PSD" has the option. For our WIP export, I use tv_projectsavesequence and that works with in/out setting. On that topic, thanks to the person that posted how to set MP...
by MightyNice
22 Jul 2024, 09:34
Forum: George scripting
Topic: tv_ClipSaveStructure
Replies: 7
Views: 24074

Re: tv_ClipSaveStructure

I tried tv_resizeproject. It works, but it takes time to "convert" the project. Once converted and exported, it has to be resized back which takes more time. It doesn't appear to be something that can be undone either. It would be good to get export width and height exposed to tv_ClipSaveS...
by MightyNice
09 Jul 2024, 00:07
Forum: George scripting
Topic: tv_ClipSaveStructure
Replies: 7
Views: 24074

Re: tv_ClipSaveStructure

Thank you for your creative solution!
by MightyNice
06 Jul 2024, 12:35
Forum: George scripting
Topic: MacOS plugin help
Replies: 2
Views: 13793

Re: MacOS plugin help

Did some more testing and my plugin will load if I create an action on a custom panel. (via Set Plugin). When I press the button, the plugin entry point PI_Parameters is run, and then the PICBREQ_OPEN event message. However, selecting it under the plugin menu does nothing at all. As mentioned before...
by MightyNice
05 Jul 2024, 11:56
Forum: George scripting
Topic: tv_ClipSaveStructure
Replies: 7
Views: 24074

Re: tv_ClipSaveStructure

Thank you for the reply! That is interesting. Unfortunately, I need all the layers. The animators like to work using double the resolution. So, for a 4K job, they will use 8K, and then comp will resize it, but would be easier to come out of TVPaint at 4K. The option is there in the export UI, so ide...
by MightyNice
05 Jul 2024, 08:03
Forum: George scripting
Topic: MacOS plugin help
Replies: 2
Views: 13793

MacOS plugin help

Hi, not scripting, but a SDK question. Hopefully someone can point me into the right direction. I got my simple plugin compiling and working on windows. However, on macOS using xcode, the plugin will load when TVPaint first opens. However, if I close it (closes cleanly), I then go to the plugin menu...
by MightyNice
02 Jul 2024, 06:15
Forum: George scripting
Topic: tv_ClipSaveStructure
Replies: 7
Views: 24074

tv_ClipSaveStructure

I have read an earlier post on what is accessible with this command. I have a similar question. I wish to edit the render resolution width and height. Is there an option for this? It looks like i could possibly use tv_resizepage tv_resizeproject, but i don't want to change the working res, just the ...
by MightyNice
21 Sep 2023, 05:58
Forum: George scripting
Topic: tv_listrequest
Replies: 0
Views: 23431

tv_listrequest

I have script which chains together 6 tv_listrequest dropdowns (each dropdown is based on the previous dropdown selection). If I start this dropdown action from a panel on the left side of the screen, it works as expected. However, If the panel is on the right side, when it gets to the 6th dropdown,...
by MightyNice
23 Jun 2023, 08:01
Forum: George scripting
Topic: tv_version "username"
Replies: 2
Views: 29008

Re: tv_version "username"

Thank you so much! That works!!

cheers,

Jason
by MightyNice
05 Jun 2023, 01:23
Forum: George scripting
Topic: tv_version "username"
Replies: 2
Views: 29008

tv_version "username"

Hi,

In the docs, it mentions that

tv_version "username"

may be empty.

It is empty when I use this command on my mac, but returns username fine on windows. I want the username so that I can create files/folders in /Users/<username>/Documents on my mac.

Is this possible?

thanks