After Effects error:creating resource file on Windows
Hi I have a problem with a set of plugins we are developing. We have about 20 different plugins. But after I apply the 10th plugin, it gives the following error on Windows only (CS6): After Effects...
View ArticleAfter Effects crash when calling ProjSuite5()->AEGP_OpenProjectFromPath
I'm running 12.2 I have code that opens a project.The only time this code doesn't make after effects crash is in the ImportFile command method; however, I'm trying to run a server ontop of my plugin so...
View ArticleExecuting AEGP from javascript
Hello guys,Thanks to Sacahr I understood how to execute Javascript from AEGP.There is two main problem to this method:-the aegp execution goes on without waiting the end of parameter setting through...
View ArticleVisual Studio 2010 with After Effects SDK?
The documentation explicitly references Visual Studio 2008 .NET (version 9.0) SP1 for Windows 7 (64). Is Visual Studio 2010 supported as well?
View Articlehow to install AE SDK in visual studio ultimate 2010
Hi, I want to make plugins from visual studio ultimate 2010 and i don't know how to integrate my visual studio with AE SDK it's like they are just files no package of setup so i can click and...
View ArticleOdd stripey artifact in my pulgin's output
Hey everybody, I've been experiencing an unpleasant bug in many of my plugins where I get an unpleasant stripey artifact in the output.This happens in my plugins which involove several PF_ITERATE steps...
View ArticleCan I create Paint Effect brush strokes from code?
Hi, Long time reader, first time poster. Will the SDK enable me to draw "Paint Effect" brush strokes from path data with per-vertex pressure information? I have been using ExtendScript to...
View ArticleAEGP_RenderQueueState_RENDERING status ignored on AE CC
I need to detect in my plugin if the composition in the rendering process.I use it like this: AEGP_SuiteHandlersuites(in_data->pica_basicP); AEGP_RenderQueueState rqState;...
View ArticleMake parameter disabled depending on layer type.
Is it possible to make a parameter disabled dependant on the type of layer it is applied to? For example, if I apply the plugin to a TextLayer can I disable certain params, but enable them if I apply...
View ArticleMy plugin just stopped loading (Windows)
Hi all. I've recently taken over a codebase for an AEGP plugin. I am also new to AE in general. I've written a bunch of plugins for 3DSMAX over the years so I have some knowledge about how DLLs work...
View ArticleAE SDK XCode 5
Hello I recently installed XCode 5 on my OS X 10.9. Suddeny i having problem compiliny ma projects. I also tried the example Projects but non of them seem to work. Is there a solution ? Will there be...
View ArticleUsing to Drawbot to render
Hi Shachar and everyone! I have a simple question: is it possible to use Drawbot during the Render call and / or render what's drawn on the layer / comp? Thanx,François
View ArticleExpanding Text Layer Size
It has been a while since I have asked a question so bare with me as I have been taking a break from AE development for a while Below are two images that show the standard blur effect in After Effects...
View ArticleProject files crash after adding new parameters to an effect plugin
Hi There, As I was developing an effect, I built projects to test things out. Now, however, I added a new parameter to an effect and when I open the projects that contain the old build of the same...
View ArticleBug related to text-layers when my plugin is applied.
Hi There, I've encountered a bug with my effect plugin that I've been able to reproduce step by step, but am unable to fix it. I thought I would post the question here to see if anybody could help...
View ArticleVersion of PF_ITERATE for 32bit (float) data?
Hello all, I've been using PF_ITERATE and PF_ITERATE16 for all my iterative needs. I figure there must be a 32-bit version, or at least a way to do the same thing with float pixels... Anyone knoe the...
View ArticleSave data to current project.
Hi, everyone, Now I am working on an After Effect plugin.Here is what I want to do.First I apply my plugin to a layer of a project. Then I can change some settings of the plugin.I want to save some...
View Articlei have started to try to write a plug-in,but i am in trouble
After a long time study,i start to write a plug-ins.I try to write the plug in this website [removed by moderator]But,i am in trouble now.There are many different place ,because this plug was written...
View ArticleManually trigger PF_Cmd_USER_CHANGED_PARAMS event
Hi! I'm quite new to AE programming and I have a problem with updating the UI controls. In particular, i have 2 float sliders that are the input parameters for my application. However, if the silders...
View ArticleHow to install AEX in Premiere Pro 2.0?
Hi,I copied my AEX (effect plugin) file into the following folder:Adobe Premiere Pro 2.0\Plug-ins\en_USand then started Premiere. But my plugin was nowhere to be found. Are there some installation...
View Article