• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

General question about SDK

New Here ,
May 17, 2012 May 17, 2012

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.

TOPICS
SDK

Views

1.8K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Enthusiast , May 17, 2012 May 17, 2012

- 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

...

Votes

Translate

Translate
Adobe Employee ,
May 17, 2012 May 17, 2012

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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
May 17, 2012 May 17, 2012

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)

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 17, 2012 May 17, 2012

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.


Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 18, 2012 May 18, 2012

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 ?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
May 18, 2012 May 18, 2012

Copy link to clipboard

Copied

LATEST

Hi YFast, I've responded to your question directly in the thread you provided.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines