Git Product home page Git Product logo

Comments (6)

undavide avatar undavide commented on May 23, 2024 1

FYI, Version="8.0" in <RequiredRuntime> and <ExtensionManifest> (same version, as we've always done, matching CEP version) makes the panel disappear from the Extensions list in Photoshop

from samples.

embiem avatar embiem commented on May 23, 2024

Hi,

just to make sure: You only changed the ExecutionEnvironment part of the original manifest.xml to your snippet and not the whole file, right?

from samples.

QStack avatar QStack commented on May 23, 2024

Hi,

did you follow the instructions to enable debugging of unsigned extensions?
See here Debugging Unsigned Extensions

from samples.

nanandn avatar nanandn commented on May 23, 2024

Thank you all for your response/help. Yes. I think using Version=8.0 seems to be the problem. I was using 8.0, partly because the matrix in https://github.com/Adobe-CEP/CEP-Resources/blob/master/CEP_8.x/Documentation/CEP%208.0%20HTML%20Extension%20Cookbook.md#debugging-unsigned-extensions says for CC 2018 The PPRO version is 12.0 and CEP is 8.0. I could not find the manifest XSD for 8.0. I was using the 7.0 XSD.

Now I have the Runtime version as 7.0 and the ExtensionManifestVersion as 7.0. Seems to work.

In ExtensionManifest, there is a ExtensionBundleVersion and a Version. What is the ExtensionBundlerVersion?

A couple of more questions...

  • Is there a way to re-load the extension without having to reload the host application? During development, I keep making changes and copying it to the User's extension directory (~/Libraray/Application Support/Adobe/CEP/extensions, using gulp and watch). But it seems like I need to re-launch PPRO. Is there way to re-load the extension?

  • The next step I want to do is to interact with my backend system, to get some data via REST APIs. Is there any resource/documentation/samples on how to do this?

  • I haven't looked at the SDK APIs completely yet. But is there is a way to hook into the project creation flow and add custom fields in the project creation dialog and store them along with the PPRO project metadata?

Once again, thanks for all the help.

Regards,
Anand

from samples.

bbb999 avatar bbb999 commented on May 23, 2024

Reloading extension: See PProPanel's 'refresh' button.

There's nothing in PProPanel about REST APIs; the other samples in the repo may provide examples.

There is no way to hook into PPro's own project creation. PProPanel shows how to modify PPro's private project metadata.

https://github.com/Adobe-CEP/Samples/blob/master/PProPanel/jsx/PPRO/Premiere.jsx#L737

from samples.

nanandn avatar nanandn commented on May 23, 2024

@bbb999 Thanks. I should have looked at the example more closely :-)
I was able to get the refresh working. Will look at the other examples.

Anand

from samples.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.