Adobe-CEP / CEP-Resources

Tools and documentation for building Creative Cloud app extensions with CEP
https://www.adobe.io/apis/creativecloud/cep.html
1.61k stars 825 forks source link

How to get current selected image path in custom CC Bridge Extension Panel #125

Closed pawan-mittal closed 7 years ago

pawan-mittal commented 7 years ago

Hi Team,

I have created a custom HTML5 Extensional Panel for CC Bridge. I just want to know how can I get the image path for an image selected in CC Bridge.

Can I get it ?

One more thing - Can I edit keywords field in Metadata panel from my custom panel? I want to do it to sort/categorise image based on these keywords.

pawan-mittal commented 7 years ago

@bbb999 can you please guide me through right steps ?

bbb999 commented 7 years ago

Sorry, I have zero experience with Bridge's APIs.

pawan-mittal commented 7 years ago

It's not specific to Bridge APIs'. Do you have any doc for Bridge APIs. I was thinking it should be a general way of doing it. Like CSInterface.js.

bbb999 commented 7 years ago

I have zero docs for Bridge APIs.

bbb999 commented 7 years ago

[I'm responsible for Adobe's video and audio applications.]

pawan-mittal commented 7 years ago

Thanks. Same thing if we want to in PhotoShop then are there any specific APIs.

pawan-mittal commented 7 years ago

I am now able to access CC Bridge APIs (.JSX scripts) and completed the task.

fcarrilLB commented 6 years ago

@pawan-mittal sorry for bother you, how did you solve the issue? I wasn't able to run any JSX in Bridge, could you share me your manifest.xml?