Plug In Compilation - Switch to Release Mode - How?
Hello,I'm writing an AE Plug In.I'm using VS 2010 on Windows 7 64Bit. I'm using some optimizations which requires compilation in "Release Mode".Yet, all the Plug In samples in the SDK are given in...
View ArticleMultiple renders slowing my plugin
Hey guys.I use AE SDK to write a plugin for Premiere. I use my custom renderer to do OpenGL drawings. When I change current frame in Premiere - Render function is called about 30 times (full HD 24fps)....
View ArticleHow to read keyframeTangent values in Graph Editor for AE
When I Select a transformation of type - SCALE, ORIENTATION, ROTATION or Opacity, respective graph is displayed in the Graph Editor window.If I select Graph Type as Value Graph, I can see various...
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 ArticleTurn Down Opacity or Hide Layer
Hi @ everybody, 1) I would like to turn on/off the layer (toggle hide) or turn down the opacity to 100%. Can you explain me how i can do that? I did a littl research and found just one forum post...
View Articlewhen Markers moved...
I would like to ask if the following is possible: When a Marker is moved or deleted -> tell/register a selector callback. Otherwise some set of shot data (keyframes) has to be recalculated upon on...
View ArticleButton UI element stay depressed after clicking
Hi, I have several buttons on my filter plugins ui, PF_ADD_BUTTON("BLAH", "Blah", 0, PF_ParamFlag_SUPERVISE, PARAM_BLAH ); some of them do not refresh the ui after they are selected. ie the button...
View ArticleAEGP_GEOMETRYSUITE ?
Hi there, I'm trying to get the layers transform-info (rotation, translation).In the docu I found the AEGP_GEOMETRYSUITEThe problem is that I don't find a AEGP_GEOMETRYSUITE in AEGP_SuiteHandler.h Can...
View ArticleVUYA
'???.u.Id.data' seems to contain a value of ARGB when I acquire other field using 'iterate' function in a timing of Render command.How do you do it to acquire data of VUYA not ARGB?Or can you convert...
View ArticleHas the CC version of the SDK been released?
The blog here:http://blogs.adobe.com/aftereffects/2013/06/plug-ins-for-after-effects -cc-12-0.html Makes me think CC SDK has been released, but the link on the page goes to the where CS6 is the latest...
View ArticleImport effects-layers of a psd-file
Hi We want to rebuild/integrate the comp import functionality to fit our environment. We succeeded in creating the corresponding FootageItems and compositions (for groups) but we are stuck with effect...
View ArticleImage Buffer Pixel Array?
I have a little problem which I am unable to figure out. I need the image buffer with only pixels but not any padding. Currently I am using the following code. int num =...
View ArticleHow do I use AEIO_OutputFrame?
Hi,I am trying to write a new export plugin based on the FBIO sample for CS6.I am struggling to understand how to use the AEIO_Outputframe. I get the call and can see that this has already opened the...
View ArticleGetting project settings from an .aep file
Hi there,I am developing a very simple cocoa-applescript application to control a renderfarm. Actually, I already finished and it works. But now I am trying to make it smoother. I'd like to get basic...
View ArticleBlender to After Effects exporter
Hello!I'm working with a couple of people on a script that allow the exporting of camera data from Blender to After Effects, here ---> http://blenderartists.org/forum/showthread.php?t=70432 the...
View ArticleCalculations that work in After Effects but not in Premiere Pro
I'm developing another Premiere Pro plugin based on AE effects SDK. The plugin manipulates pixels in a very simple way - based on lift/gamma/gain controls it changes the values as such:...
View ArticleHow do you set the TimeCode for an import plugin?
Hey guys. How do you set the TimeCode for an importer plugin? I feel like I'm missing something. In Premiere Pro you can set the timecode when you get a call from imGetTimeInfo8. What's the...
View ArticlePixel data in AEGP plugin
Hi people,I am just researching the next step for the plugin I a, developing. I need to access the pixel data so I can write it out from an AEGP plugin. I can see that you can get the layer I'd and...
View ArticleHelp with AE camera matrix >> Opengl Matrix?
I've been toying with the SDK for a few weeks now, I'm finally getting somewhere, but I've gotten to a point that I can't figure out. I'm trying to use the After Effects camera data to move around in...
View ArticleAlternative to Artisans?
Greetings everyone, I'm new to AE plugin development and after going diagonally through the SDK documentation, I found that we could use the Artisans plugin architecture to render a 3D scenes...
View Article