Join our global community of Adobe Exchange developers.
Recently active
Never tried this before, maybe I'm doing something wrong. I go to the Exchange page, log in, find the extension I want. Then click on "Free", a spinning arrows icon appears and nothing happens. No download, nothing installed. What's happenning?
Are there any analytics available for sellers on CC Exchange, and if so, how do I access?Thx
I have downloaded Visual Studio Code for Mac, installed the ExtendScript and have used it to debug a few stand-alone .jsx scripts. So far so good. However, I cannot figure out how to debug an extension. I'm using a copy of the PhotoshopEvents CEP panel from the Samples folder (let's call it myPSEvents) and I'm modifying it. My workflow right now is: Change something in myPSEvents Switch to Photoshop 2019 Close the myPSEvents panel Open the myPSEvents panel Check the results and either go back to step 1 or, if it's a right old mess, go to step 6 Open Chrome, do the localhost:8011 and check their debugger / DOM inspector etc. (my HTML is a bit rusty) Obviously, I would like to do the debugging in VSCode, but I can't get it to work. I suspect it has to do with the configurations in launch.json. I have added two folders to my workspace. The first is the standalone scripts folder: ~/Documenten/Adobe Scripts. The launch.json looks like this: "configurations":
Hi and thanx for this forum!Can u share some insight into the future of CEP support in Adobe applications?I know developers should start moving to UXP, but can you give a ballpark as to when Adobe will stop CEP completly?Thanks in advance
Sorry if this is not the right place to ask this type of question. If so, please let me know which forum I should post to. I just started using Visual Studio Code with ExtendScript plug-in. Intellisense works most of the time, but ignores functions from the included files. For example, I have a file with commonly used functions called common.jsx. The file contains a function FindCompByName(name). I include the file with//@include "E:/After Effects Scripting/common.jsx"The function can be called from the main script just fine, but VSCode shows a "cannot find name FindCompByName' error. Is it possible to fix that?
This week at MAX 2020 my team has been making lots of announcments: The Marketplace is now available inside of Photoshop 22 and up, and inside the Creative Cloud Desktop app; here's the Adobe Tech Blog article. Enterprise customers can have their Adobe Admin package and deploy plugins and extensions from within the Admin Console; here's a HelpX article about it. We've just launched the Creative Cloud Libraries API. Integrate Adobe Creative Cloud Libraries with your application, and your users can save and access design elements within your app or within Creative Cloud apps.
I posted a question about installing extensions a few weeks ago. There are several replies of other users with the same problem. After that some others published more threads with the same problem. And that's all, it seems like nobody from Adobe is even reading this. I am paying a lot of money for a service that goes in auto pilot.
Which forum should I use to ask questions about using Visual Studio Code for ExtendScript development?
hi.. i can't download any extensions for my CC apps.. when i try to install extensions in Creative cloud app, it directs me to the web browser. Then i click ''Free'' button of the extension, nothing happens :(. i can not figure it out.. please help
We have trouble installing the frame.io zxp panel.We use the exmancmd method since we use SCCM for deployment. All our Adobe apps are deployed as well with SCCM, and are serialized: so we do not use named user license, and consequently not the Adobe CC desktop app.This method of deploying zxp has been successful so far (we also deploy our MAM panel like this). We download them via the Adobe Exchange and deploy them ourselves.But with the new frame.io panel we get a 602 error running the exmancmd, and it looks that we need to log in with an adobe ID to get the install started. As said this is not possible for us.Please help - URGENT.
Hello all. I can't install extensions. The download goes well through the installation link but nothing happens in the applications. I tried the other installation mode (direct) but I get an "unauthorized" message... Any idea? I'm up to date on my CC applications. Thanks a lot.
The Exchange team is getting ready for some important updates coming for Adobe MAX this year. Some of those updates require pausing the Creative Cloud integrations review process for the Exchange. As such, we cannot approve or reject Exchange submissions from 5:00am PDT August 24 until further notice. You may still submit new and updated products during this time, but they will not be approved or rejected until after 9:30pm PDT September 7. The exact timing of our response will depend on the number of submissions we receive during the maintenance window, but we will strive to respond as quickly as we can. We regret the inconvenience but hope the improvements we have in store make it worth the wait. Please note: This does not in any way impact XD plugin submissions.
CEP 10 is now available in almost every Creative Cloud product (coming to Animate later this month). Read all about it here: https://medium.com/adobetech/cep-10-be-sure-to-test-in-prerelease-builds-this-month-a4e3df558571?source=friends_link&sk=62ad43cd8e3a809d227b62123c146a6f Be sure to test your extensions and plugins and leave feedback for the CEP team before the end of the month.
I'm coding a Premiere plugin using the SDK provided by Adobe. I want my function to be able to be sensitive to whether the media is audio only or video (with or without audio), e.g. whether it's a .wav or a .mp4. I want this to happen before any clips are on any timelines, so I can't use the track.mediaType attribute.I am trying to do this when the media is a project item but am not finding anything in the documentation (https://premiere-scripting-guide.readthedocs.io/4%20-%20Project%20Item%20object/projectItem.html?highlight=mediaType)For now, this is what I'm doing: GetProjectItemType: function (projectItem){ if (projectItem.name.includes("wav") || projectItem.name.includes("mp3") || projectItem.name.includes("AIFF") ) return "Audio"; else return "Video"; } Is there a way to accomplish this? Thanks!
If you're currently (August 2020) experiencing an ExManCmd error, please try uninstalling and reinstalling the Creative Cloud Desktop app. ExManCmd error codes are listed on the following helpx pages: Find solutions for Extension Manager error codes - https://helpx.adobe.com/extension-manager/using/extension-manager-error-code-reference.html Exchange extensions installation error codes and description - https://helpx.adobe.com/exchange/kb/error-codes.html Here’s the complete list of all the error names and codes: EXMAN_FAILED_INSUFFICIENT_PRIVILEDGE = -151,EXMAN_FAILED_OPEN_FILES = -152,EXMAN_FAILED_READ_FILES = -154,EXMAN_FAILED_WRITE_FILES = -155,EXMAN_FAILED_COPY_FILES = -156,EXMAN_FAILED_DELETE_FILES = -157,EXMAN_FAILED_CREATE_FILES = -158,EXMAN_FAILED_FILE_TYPE_NOT_MATCH = -159,EXMAN_FAILED_FILE_NOT_FOUND = -160,EXMAN_FAILED_ITERATE_DIRECTORY = -161,EXMAN_FAILED_FILE_EXISTS_ALREADY = -162,EXMAN_FAILED_CHANGE_PERMISSION = -163,EXMAN_FAIL
Hello, i want to open an image (e.g. https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png) in CEP and use it under Photoshop. I triedapp.open('https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png');and alsoapp.open(File('https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png')); but nothing happened. Have anybody soime hints or a different way which works? Best RegardsRoman
Here is a list of JSON CallBack events in Photoshop. Please reference Samples/PhotoshopEvents at master · Adobe-CEP/Samples · GitHub. NameChar IDType IDcomment3DTransformTdT1415861280AverageAvrg1098281575ApplyStyleASty1095988345AssertAsrt1098084980AccentedEdgesAccE1097032517AddAdd1097098272AddNoiseAdNs1097092723AddToAddT1097098324AlignAlgn1097623406AllAll1097624608AngledStrokesAngS1097754451ApplyImageAppI1097887817BasReliefBsRl1114853996BatchBtch1114923880BatchFromDropletBtcF1114923846BlurBlr1114403360BlurMoreBlrM1114403405There is also keyBlurMethod, typeBlurMethod.BorderBrdr1114793074BrightnessBrgC1114793795CanvasSizeCnvS1131312723ChalkCharcoalChlC1130916931ChannelMixerChnM1130917453CharcoalChrc1130918499ChromeChrm1130918509ClearCler1131177330CloseCls1131180832CloudsClds1131177075ColorBalanceClrB1131180610ColorHalftoneClrH1131180616ColorRangeClrR1131180626ColoredPencilClrP1131180624ConteCrayonCntC1131312195ContractCntc1131312227Breaks hash for Center.ConvertModeCnvM1131312717Copycopy
Hi guys,For quite some time now, I noticed an issue with installing add-ons. Whenever I click on install on Exchange, it takes extremely long until it appears in apps. Sometimes it takes a whole day.Is that normal?The other issue has to do with the add-on, Free Stock Search. For two or three months, I get a notification that the add-on was updated. And it appears anytime I restart my Mac.Does anyone know why that is and what I can do to fix it? I had already contacted both adobe support and the developer, but none of them were able to fix it. I hope you can help me out.Thanks Ps. here is a screenshot of the notification.
Hey I was wondering if anyone else is having this problem and happens to know how to solve it.So my colleagues and I just changed laptops and reinstalled AE, but none of our extensions from Adobe Exchange are showing up at all on any of our computers (Mac and Windows). When we go to windows>extensions none of our extensions show up there.We've uninstalled and reinstalled the extensions in question and restarted computers and all that jazz but no luck.We can't figure out why this is. We are logging in on different accounts but experiencing the same issue and it's starting to affect work.Any help out there from some kind souls would be super appreciated
Hi I purchased a product from Fast Spring 801 Garden St, Santa Barbara, CA 93101. A Smoke Bomb Overlays set which was set to the wrong email can this company please email me at bernadettejoyedwards@icloud.com so I can get my purchase please I have my Order ID number
Hello ! Is there any way to drag an item from Project panel or Timeline panel into a CEP Panel ?I'd like to access the properties of an item that would be dropped in my panel.I know that the opposite way is possible using a 'com.adobe.cep.dnd.file.0' property in event.dataTransfer but I found nothing for this case. It seems event.dataTransfer is empty on 'drop' event in the CEP Panel.
Hey, Recently purchased the add on KaleidoFX 4 for photoshop. However after purchasing it, the add ons functions were not what i was looking for and could not use it for what i wanted it for. Is there anyway to go about getting a refund back for the purchase. Lee
Is there an app that will transcribe video sound track (to text)? VA
I purchase 3 items yesterday that is not showing in my section of the purchase add-ons. One was double purchase for a total of two requesting a refund and to have the purchases reflect in exchange as other purchases. Thanks
Should Adobe just provide a reliable product where you don't need super shady customer service? Or am I missing something?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.