Copy link to clipboard
Copied
Hello.
Before starting to use SDK I have next questions:
- can I develop custom UI panels/windows using my own controls(buttons/sliders/etc) ?
- can I get all info about current project(imported files/timeline/effects/etc) ?
If it's impossible, tell me please which are tools I can use to do this ?
Thanks.
- can I develop custom UI panels/windows using my own controls(buttons/sliders/etc) ?
Yes. You are writing a DLL so all the Windows API are available to you - which includes GUI objects. If you're talking about Adobe widgets then no, you have to stay within their framework (eg filters, exporters)
- can I get all info about current project(imported files/timeline/effects/etc) ?
Partially. You can get timeline and clip information but it doesn't tell you about effects that are applied.
Download the SD
...Copy link to clipboard
Copied
It's possible to develop panels using the Panels SDK. Panels can import files and projects, export the project as FCP XML, and a few other things. No access to timelines, clips, effects or their settings is provided.
Please write me directly (bbb@adobe.com), and tell me what PPro integration you'd like to offer, and we'll see whether it's possible.
Copy link to clipboard
Copied
- can I develop custom UI panels/windows using my own controls(buttons/sliders/etc) ?
Yes. You are writing a DLL so all the Windows API are available to you - which includes GUI objects. If you're talking about Adobe widgets then no, you have to stay within their framework (eg filters, exporters)
- can I get all info about current project(imported files/timeline/effects/etc) ?
Partially. You can get timeline and clip information but it doesn't tell you about effects that are applied.
Download the SDK and look at the PDF document. Also from that look at the API header files it references - they have comments in them that expand on the document information (especially for things like widgets and what information is available about the project)
Copy link to clipboard
Copied
Rallymax-forum thanks a lot.
--
bbb_999, yes I saw PanelSDK but I don't want to use Flex. There are some restrictions.
I'll contact you if I have questions/troubles.
Thanks.
Copy link to clipboard
Copied
I have read thread http://forums.adobe.com/thread/753852?tstart=60
Is there a way to disable New Synthetic dialog ? Or is still without changes ?
Copy link to clipboard
Copied
Hi YFast, I've responded to your question directly in the thread you provided.