Skip to main content
Participant
May 20, 2025
Question

CEP panel for After Effects 2025

  • May 20, 2025
  • 3 replies
  • 1030 views

Hi everyone,

I'm trying to develop a CEP panel for After Effects 2025, but it's not showing up in the application. Here's what I've done so far:

I created the folder structure with manifest.xml, index.html, and main.js.

The manifest.xml is configured with:

xml
copy
Edit
<ExtensionBundleId>com.victor.elevenaudio</ExtensionBundleId>
<Extension Id="com.victor.elevenaudio.panel" Version="1.0"/>
<Host Name="AEFT" Version="[16.0,99.0]"/>
<RequiredRuntime Name="CSXS" Version="12.0"/>
I placed the folder at:
C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\com.victor.elevenaudio.panel

I enabled debug mode in the Windows registry:


[HKEY_CURRENT_USER\Software\Adobe\CSXS.12]
"PlayerDebugMode"=dword:00000001
I restarted After Effects and still don’t see the panel under Window > Extensions (Legacy).

I’ve also checked folder permissions and tried rebooting the machine, but nothing seems to work.

Is there anything else that needs to be done in AE 2025 to make unsigned CEP panels appear?

Thanks in advance!

3 replies

Pravesh.pandey
Participant
March 17, 2026

hope this will solve anyone else has same issue



1. Windows Complete Paths

CEP Extension (The main panel)

  • System Scope (Default/Elevated): C:\ProgramData\Adobe\CEP\extensions\com.letterblack.genai\
  • User Scope (Fallback/No Admin): C:\Users\<YourUsername>\AppData\Roaming\Adobe\CEP\extensions\com.letterblack.genai\

ScriptUI Panel (installed to all detected AE versions)

  • After Effects 2025: C:\Users\<YourUsername>\Documents\Adobe\After Effects 2025\Scripts\ScriptUI Panels\LB_DocablePanel.jsx
  • After Effects 2024: C:\Users\<YourUsername>\Documents\Adobe\After Effects 2024\Scripts\ScriptUI Panels\LB_DocablePanel.jsx (etc. for any other year found in Documents/Adobe)

2. macOS Complete Paths

CEP Extension (The main panel)

  • System Scope: /Library/Application Support/Adobe/CEP/extensions/com.letterblack.genai/
  • User Scope (Default for your Electron installer): /Users/<YourUsername>/Library/Application Support/Adobe/CEP/extensions/com.letterblack.genai/

ScriptUI Panel (installed to all detected AE versions)

  • After Effects 2025: /Users/<YourUsername>/Documents/Adobe/After Effects 2025/Scripts/ScriptUI Panels/LB_DocablePanel.jsx
  • After Effects 2024: /Users/<YourUsername>/Documents/Adobe/After Effects 2024/Scripts/ScriptUI Panels/LB_DocablePanel.jsx (etc. for any other year found in Documents/Adobe)
Pravesh.pandey
Participant
March 17, 2026

1. Windows Complete Paths

CEP Extension (The main panel)

  • System Scope (Default/Elevated): C:\ProgramData\Adobe\CEP\extensions\com.letterblack.genai\
  • User Scope (Fallback/No Admin): C:\Users\<YourUsername>\AppData\Roaming\Adobe\CEP\extensions\com.letterblack.genai\

ScriptUI Panel (installed to all detected AE versions)

  • After Effects 2025: C:\Users\<YourUsername>\Documents\Adobe\After Effects 2025\Scripts\ScriptUI Panels\LB_DocablePanel.jsx
  • After Effects 2024: C:\Users\<YourUsername>\Documents\Adobe\After Effects 2024\Scripts\ScriptUI Panels\LB_DocablePanel.jsx (etc. for any other year found in Documents/Adobe)

2. macOS Complete Paths

CEP Extension (The main panel)

  • System Scope: /Library/Application Support/Adobe/CEP/extensions/com.letterblack.genai/
  • User Scope (Default for your Electron installer): /Users/<YourUsername>/Library/Application Support/Adobe/CEP/extensions/com.letterblack.genai/

ScriptUI Panel (installed to all detected AE versions)

  • After Effects 2025: /Users/<YourUsername>/Documents/Adobe/After Effects 2025/Scripts/ScriptUI Panels/LB_DocablePanel.jsx
  • After Effects 2024: /Users/<YourUsername>/Documents/Adobe/After Effects 2024/Scripts/ScriptUI Panels/LB_DocablePanel.jsx (etc. for any other year found in Documents/Adobe)
Participant
October 20, 2025

im having the exact same issue, same version, everything. ridiculous i can't find an answer to this lol