How to edit AF files without open After Effects application
Hello, guys. I am trying to edit aep files without opening After Effects application? ,by CMD command or SDK whatever...My concern is that I open aep files without opening After Effects application.and...
View ArticleUsers receiving error: Couldn't find main entry point for myPlugin.plugin...
Hello all, I've recently released a plugin into the wild and a few (1/20) people have been receiving this error. A cursory search on that code doesn't really give me a lot of helpful information about...
View ArticleWhen is it OK to run a java script using AEGP_ExecuteScript.
Hello, I am writing a plugin using the c++ SDK which takes the fonts names of the current selected composition.Get the font name is done by executing a java script and this code is a part of the idle...
View Articlecan someone guide for after effects plugin development??
Can someone guide for after effects plugin development??Its very hard to find directions to do one. Have written some scripts in extended script with support of adobe community and online tutorials.But...
View ArticlerenderAsync() in AE SDK 2017.1 not working?
Hi, I'm working on an After Effects plugin using SDK 2017.1 (14.2). The code currently renders using the blocking call AEGP_SetRenderQueueState(AEGP_RenderQueueState_RENDERING). I replace that with the...
View Articlehow to pass value to other effects in background
Hi. i have a slider named VALUE. i wana link this slider to some other effects. i can link it with expressions but the problem is about user can see those effects in effect controller. i want make a...
View ArticleLooking for an after effects plugin developer
I have an idea for an AE plugin so I’m looking for an AE developer to assist with the build of the plugin. This is a paid gig and I would require quotes And possible examples of previous work. (email...
View ArticleHow to convert after effect plugin to premiere pro plugin?
Hello, everyone!. I hope everyone is well.I'd like to convert a after effect plugin to premiere plugin. Is it possible and easy?If so, how can I convert simply it? Thanks.Igor.
View ArticleHow to pass string param to After Effects c++ plug-in?
Hi All,I am new in After Effects. I just want to know, Is there any way to pass string parameters to After Effects plug-in from outside the application? Or is there any sample project or help file...
View ArticleMotion blur number of samples
Hi. I'm using transform world with two matrices to get motion blur. I'm inheriting the shutter angle and phase from the composition settings and that works well, but it's not taking into account the...
View ArticleRun a script from AEGP as soon as project is loaded
Hi,I have a very specific and maybe a little bit weird intention. I want a script to be executed inside aegp plugin as soon as project loaded. I tried registering an idlehook function and placing...
View ArticleAEGP_ExecuteScript
Hello I have a problem using script from sdk. When in script editor I run this code, my project load with any problem function openProject(filename) { if (app.project != NULL)...
View ArticleI can't implement a simple box blur
Hi, I'm very new to Adobe AE plug-in development and image processing in general, so I'm probably missing something very basic. I'm trying to implement a simple box blur using the supplied convolve...
View Article'AEGP_ExecuteScript': identifier not found
Hey guys, I'm trying to execute a script from withing the panelor example from sdk6. PanelatorUI_Plat.cpp ... case WM_COMMAND: if(HIWORD(wParam) == BN_CLICKED && LOWORD(wParam) == BtnID){...
View ArticleSupersampling
Hey everyone, I'm trying to implement something like RE:Map and I pretty much have it working close to perfect.The issue no is that even using 16 bit UV pass edges stay jagged and I'd like to do some...
View ArticleCEP Remote debugging is not working.
Hello All, I am working on a HTML5 Panel extension.I was able to debug the extension on chrome for few days, until one day it started behaving weird. i can open the devtools using the debug port, but...
View ArticleHow to force a rerender after PF_Cmd_SEQUENCE_RESETUP or PF_Cmd_SEQUENCE_SETUP
How can I force my frame to be rendered after a new effect instance has been added or my project was restored from disk, given that the content may have changed depending on whether a license overlay...
View Article.shape4ae Track Data
Hey everyone, Since this is kind of an unusual Question that doesn't fit in any category I'm not sure if this is the right place to post it, but I figured that the SDK Developer Community is the one...
View ArticlePlugin development step
Hi, everyone!.I hope you are doing well. I'd like to ask one question.I downloaded both AE SDK(CS6) and PPro SDK(CC).I'd like to make a AE plugin by AE SDK and after that, I'd like to make PPro plugin...
View Article