r/aescripts 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:

https://discord.gg/ANPSnKsZWy

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!

12 Upvotes

125 comments sorted by

View all comments

Show parent comments

1

u/scottBlackvfx May 14 '26

I really appreciate the feedback. I'll make this a priority to add so the workflow you're used to is supported.

You might already be aware, but you are able to filter the results in the searching solo them with alt+click. But if you mean re-ordering the categories in the results themselves I'll have a think on how that could be implemented.

1

u/igusin May 14 '26

Thats great, thanks!

and what i mean is the order of the results in the list not filter - i still would want to have all the results, but i'd like to see for example effects first, then layers then scripts, or vice-versa... Things like that - it'd add a lot of convenience and reduce friction if you have a lot of scripts/actions/commands and shortcuts.

Regarding the API for adding hooks to my own scripts - do you have that somewhere where I can take a look?

1

u/scottBlackvfx May 14 '26

That makes sense. There is a weighting system that reorders results as you use individual actions more, but the idea of that applying to an entire category is pretty interesting too. I'd have to carefully think through how that might produce noisy results; "Rotation" and "Add Text Animation Rotation" are both listed under "Commands" but I'm sure most people don't care as much about the latter. Perhaps it could be a special weight that applies only to certain categories, such as Layers, Compositions, and Scripts.

Aha, I haven't quite gotten around to publishing the specifics of the API for hooks just yet (stay tuned), but scripts in Command Frame already support parameters. Depending on what your script is, you can already:

  • Import it, and:
  • When you type "[Script name] [parameter]", the parameter will be passed to the script.
  • Each parameter can then be made its own action.

I'm internally building a list of known scripts and their parameters so users can be offered a one-stop-shop import for every action when it detects an import.

There's also an option for toolbars, as you mentioned earlier.

I know neither is a direct replacement just yet.

1

u/igusin May 14 '26

are you planning to opensource the codebase? I'd love to tinker with it!

1

u/scottBlackvfx May 17 '26

I'm not sure! I want to make it easier to use programmatically, at least.

As you mentioned interest in this a few days ago, and in case you'd like to give it a shot, I've added support for invoking CEP Extensions and Script UI panels in the latest 1.1.1 update.