GPU accelerated AE/Premiere Pro plugin development?
Hello All, I'm the developer of a prototype video processing algorithm that is currently a standalone .NET executable. I want to create an After Effects or Premiere Pro compatible plugin version of...
View ArticleHow does a layer style like glow or stroke works in 3D rendering mode?...
I am working on OpenGL plugin for AE where I need to reproduce some of the layer styles. I have played around with stroke and outer glow styles in 3d mode and I can see that , if setting spread 100% ,...
View ArticleAfter Effects SDK Examples
Hi, I`m trying to develop plugins for After Effects but i can`t even open a project. I get this error :"The project consist entirely of configurations that require support for platfroms which are not...
View Articleeffect_index?
I know this must be simple, but I'm not finding it. How does an effect get its own effect_index? Dan
View ArticleAEIO plugin. Importing my multilayer file format.
Hello, I need help!! I'm using the IO sample to implement my file format importer, but in that example there are not pixel data loading from any file, only a "procedural" pixel data is created in the...
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 ArticleText justification using AEGP
Is it possible to retrieve the text justification of a text layer using AEGP suites ? The jsx equivalent isvar just = layer.property("ADBE Text Properties").property("ADBE Text...
View ArticlePlugin crashing by R6025: pure virtual function error
Hi, I've been writing an effects plugin for After Effects CS3, and encountered an assertion error saying "R6025: pure virtual function". I did some research on this, but I have no idea why this is...
View ArticleCallback when a layer/effect is deleted or when undo/redo is performed.
Hi, I need to get callback when I delete an effect or layer. Also I need to know when undo or redo is performed. Are there any methods for which I can register? I checked this thread :...
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 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 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 Articlemodifiers info seems to be lost ?
hi guys! i would like to change mouse cursor when the user presses some modifiers (eg ctrl, alt, shift). i try to implement this feature using PF_Event_ADJUST_CURSOR event, but themouse cursor was not...
View ArticleStandart painting and Tools
Hello! I'm interesting in way to get access to the standart panel "Tools". Is it possible to insert my custom mode(s) like paint in this toolbar?I'm coding the plugin which looks like the standart...
View ArticlePF_InvalidateRect
Hello Can you tel me how PF_InvalidateRect ( and painting engine in general ) works? PF_InvalidateRect clears rectangle specified on the context specified. Than I sould set PF_EO_UPDATE_NOW flag to the...
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 ArticleHow do I get AEGP time_step
I am doing an AEIO export of 23.976 frames per second, 40 frames. I call AEGP_GetOutSpecFPS() and I get the expected frame rate. I call AEGP_GetOutSpecDuration() and I get a duration.value of 5000...
View ArticleHow to compile .rc file?
Hi everyone. I'm trying to change a version of my plugin in the .r file, but it does not recompile the resource file - the version number stays the same. I tried copying custom build settings from...
View ArticleAEGP - How to get comp of active timeline, even if other comp is view-locked?
Hello! I'm creating an AEGP that needs to check flags and in/out of all layers in the active comp continuously. I loop through my layers in my IdleHook, and since there's no heavy processing (almost...
View ArticleError on exit: Leaked effect refs
Hello,I have error message "After Effects: AEGP Plugin Updater: Leaked effect refs (5027::12)"when exit AfterEffects with saved project. The error appears only if there are two or more instanses of...
View Article