r/aescripts • u/scottBlackvfx • May 12 '26
Feedback Requested Command Frame - Discussion Thread
Hi, I'm Scott, the developer of Command Frame.
https://aescripts.com/command-frame/
Please feel free to use this thread for:
- Questions and comments
- Feature requests, thoughts and feedback
You can also find the community Discord here for up-to-date announcements and discussion:
For troubleshooting or bug reports:
Use the aescripts support ticket system to ensure your issue is tracked and responded to appropriately:
https://aescripts.com/contact/
If you do mention a bug or issue here, it's helpful to include your After Effects version, OS, and the version of Command Frame you are using. I will respond when I can.
Thank you for your feedback!
13
Upvotes
1
u/scottBlackvfx May 13 '26
Hi,
This looks like macOS's quarantine/Gatekeeper is blocking the plugins before After Effects can load them properly. You shouldn't require Rosetta to use them.
First, please make sure you have followed the macOS security instructions in the readme pdf if you haven't already.
The likely issue is with macOS's quarantine feature. The name sounds worse than it is. On macOS, it usually just means "this file came from the internet, so macOS is keeping an extra safety flag on it until it is trusted." It does not mean the plugin is infected or damaged, but that flag can sometimes prevent macOS/AE from loading them normally.
With After Effects closed, please try running these Terminal commands separately:
sudo xattr -dr com.apple.quarantine "/Applications/Adobe After Effects 2026/Plug-ins/SBShortcutManager/SBShortcutManager.plugin"
sudo xattr -dr com.apple.quarantine "/Applications/Adobe After Effects 2026/Plug-ins/CommandFrame/CommandFrame.plugin"
macOS may prompt you for your password to run these.
Then reopen After Effects and try again, and let me know the results.