![Bruce Bullis](https://community.adobe.com/legacyfs/online/avatars/a318727_green_demon.png)
Bruce Bullis
Adobe Employee
Bruce Bullis
Adobe Employee
Activity
‎Feb 14, 2025
07:36 AM
1 Upvote
Agreed, hitting Cmd-S to save isn't the problem. We are at a loss to explain how, other than through user action (deleting selected track items), some-but-not-all track items would be removed. Does the thread to which Rach linked, resemble the experience you're having?
... View more
‎Feb 14, 2025
06:12 AM
That suggests that user action, specifically inadvertent deletion, was what removed the track items. Do you have any custom keyboard shortcuts, that might contribute to track item deletion? Are you using any control surfaces, integrated with PPro? [They can send keystrokes.] Rach's "similar to this?" question is also a good one.
... View more
‎Feb 14, 2025
06:07 AM
Example code: https://github.com/Adobe-CEP/Samples/tree/master/PProPanel
... View more
‎Feb 14, 2025
05:42 AM
1 Upvote
Our implementation is based on Apple's FCP XML 1.4 spec, roughly corresponding to Final Cut Pro (not X) 7.0.3.
Perhaps OTIO is a path forward? PPro Beta builds support support OTIO import and export.
... View more
‎Feb 13, 2025
08:25 AM
Your post mentions 'delete oldest', but your screenshot focuses on 'delete after size limit reached'. What step-by-step instructions shall we follow, to reproduce the behavior you've encountered?
... View more
‎Feb 13, 2025
06:35 AM
Again, there are zero differences in PPro's CEP+ExtendScript behavior, between MacARM and MacIntel.
>If were to make a extension via CEP, whats the best way to do it on a M2 macbook pro lol? The PProPanel readme provides thorough 'getting started' guidance. Broadly, we always recommend staying current; CEP12 on a MacARM system.
... View more
‎Feb 13, 2025
06:06 AM
While motion uses simple data types for its parameters, many effects (including Lumetri) use 'arbitrary data type' parameters; valid param values cannot be generated from outside the effect.
... View more
‎Feb 13, 2025
06:03 AM
PPro ExtendScript exhibits the same behavior, on MacIntel or MacARM.
For 2a and 2b, please post the failing ExtendScript code. The PProPanel sample successfully mutes tracks; does it work, on your system?
... View more
‎Feb 13, 2025
06:00 AM
ExtendScript and UXP are completely distinct; UXP Developer Tools won't help ExtendScript.
... View more
‎Feb 13, 2025
05:31 AM
Do your auto-save projects contain the trackItems, that went missing from your primary project's sequence?
... View more
‎Feb 12, 2025
07:56 AM
How were those extensions installed, on that system?
... View more
‎Feb 12, 2025
06:20 AM
OTIO support will move from PPro beta to official releases, when the functionality and quality are up to a release standard. We're not there yet. 🙂 After Effects has no current plans to support OTIO; if that'd be useful to you, request it on the AE forums!
... View more
‎Feb 11, 2025
04:40 PM
Makes sense; could you send us one such file? [I DM'd you my email address]
... View more
‎Feb 11, 2025
03:18 PM
That's quite a list! Based on what you've described, there is no C++ plugin type that will do what you want. A CEP extension can do much of what you've requested; here's the PProPanel example. Panels can (among other things):
render a sequence using a specific output preset
identify trackItems in the sequence (useful, if you're going to segment your analysis)
add sequence markers
report bad frames (or anything you like) in PPro's Events panel
The only way to get source frames from a sequence, before they're exported to an output format (all of which have limitations), is through a C++ Exporter; that would make for a pretty strange workflow, for users.
> Optimised operation so that analysis does not slow down editing. Analysis will always require time; if you can violate the laws of physics in that way, you're definitely onto something. 🙂
... View more
‎Feb 11, 2025
01:50 PM
It sounds as though you don't have the Insta360 plugins installed...?
... View more
‎Feb 11, 2025
12:11 PM
Premiere Pro has no Python API; the fact that Pymiere works at all, should be considered a 'happy accident'. 🙂 We're happy to help with any questions regarding PPro's CEP+ExtendScript APIs...
... View more
‎Feb 11, 2025
11:32 AM
1 Upvote
I don't see "PrSDKPlugIn.h" referenced, within the PPro 24.0 SDK. What type of plugin are you building?
... View more
‎Feb 11, 2025
07:55 AM
1 Upvote
Specifically, which SDK are you using?
... View more
‎Feb 11, 2025
07:24 AM
1 Upvote
>...now or in the future?
We can't comment on the future; what does your testing show you, in the present? The SDK Guide discusses saving sequence data, and indicating whether or not it was saved 'big endian': https://ae-plugins.docsforadobe.dev/effect-details/global-sequence-frame-data/?h=#flattened-and-unflattened-sequence-data
... View more
‎Feb 11, 2025
07:14 AM
1 Upvote
Acknowledged. 🙂 This is unlikely to change; no further CEP releases are planned or scheduled.
... View more
‎Feb 10, 2025
02:46 PM
1 Upvote
If your total audience for your extension is one, then things become much simpler. 🙂 If you put your extension into the aforementioned directories, and enable the loading of unsigned panels, it Should Just Work™.
... View more
‎Feb 10, 2025
11:04 AM
We've confirmed with the Graphics Engine (.mogrt) team that there is no know workaround for this behavior; no changes to ExtendScript API behavior are planned or scheduled, as we continue to focus on PPro's UXP extensibility.
... View more
‎Feb 10, 2025
07:53 AM
1 Upvote
Are you hoping to use your extension on just one system, or would you like it to work on any system? >I am having considerable difficulty in loading it into the app Specifically, what are those difficulties? > I have conflicting suggestions as to where it should go
Windows: C:\Program Files (x86)\Common Files\Adobe\CEP\extensions
Mac: /Library/Application Support/Adobe/CEP/extensions
Even if you put extensions in the correct directory, they won't be loaded, unless 1. You've installed them correctly, or 2. You've enabled the loading of unsigned extensions. >I am having no luck with ZXP Installer when I zip it to that format... Specifically, what problems did you encounter? UPIA (ships as part of Creative Cloud Desktop) can install valid signed .zxp's; no third party software (like ZXPInstaller) is necessary.
... View more
‎Feb 09, 2025
12:29 PM
Confirming: Do all the video source items play great, outside of multicam sequences?
... View more
‎Feb 07, 2025
10:02 AM
Do you have a Production open? In PPro beta 25.2.0x104 (most recent), the submenu items of File --> Production Settings work correctly...if I have a Production open.
... View more
‎Feb 06, 2025
04:32 PM
Working with AJA, we figured out this is our issue. 🙂 We'll have a look!
... View more
‎Feb 06, 2025
02:19 PM
Thanks for the details. > A day or two later when they opened up Premiere the project wasn't listed anywhere. Confirming: Even when the students view their CC files in a web browser, there are no .prproj or .mov files? >Auto-save is currently set to: user/Library/Application Support/Adobe/Common/Team Projects Local Hub/Auto Saves Any local auto-save'd projects, from which the student(s) could recover?
... View more
‎Feb 06, 2025
08:27 AM
> How do I get in touch with the Exchange team? Use the same email address they include, with all communications around posting extensions on the store. > Also, do you have any more information about this point? https://helpx.adobe.com/enterprise/using/package-apps-admin-console.html
... View more
‎Feb 06, 2025
08:18 AM
That makes more sense now; the Title of the thread is unrelated to the actual problem. 🙂 Hopefully, the Exchange team can help update the version offered, in that case. > some of our users are enterprise customer of Creative Cloud Apps and their administrator
> will not let them load Creative Cloud Desktop on their PC. Potentially helpful: extensions can also be included in deployment packages, created by the enterprise Admin.
... View more
‎Feb 06, 2025
06:22 AM
> Can you please advise what to do?
If the problem is with Anastasiy's Extension Manager...have you contacted Anastasiy? If your extension is available via the Adobe Exchange, 3rd party extension managers are unnecssary.
... View more