AEIO_FileExt
Hi all,I am writing an AEIO plugin.I would like to set the file extension to 4 characters : i.e .webmbut AEIO_FileExt's is a constant A_char extension[3];(i.e AE will show file type as .web)any...
View Articleプラグイン(TRAPCODE SUITE)が、正常に動作しない
AE5.0のプラグインの試用版をダウンロード、インストールしましたが、particularなどの機能を使用しようとするとエラーが発生します。 After Effects: effect cannot change non-dynamic flag bits during PF_Cmd_QUERY_DYNAMIC_FLAGS( 25 、 228 ) 色々と調べましたが、ほとんど情報がありませんでした。...
View ArticleHow can I create a plugin for After Effects 2015?
My question is very generic and I know that it could trigger a long discussion ... I'm in love with Video Copilot Plugins, and for many years I follow the company in their fantastic products. If I...
View ArticleHow to approach multithreading
Hello. I have created a box blur plugin using the following guide:http://elynxsdk.free.fr/ext-docs/Blur/Fast_box_blur.pdf Unfortunately it only uses one thread. My question is, would it be easier to...
View ArticleSave current AE composition as Jpg and process via Terminal Script
Hi guys,I'm delving into running a MacOSX terminal script I have from within AE as a plugin. Once the effect is applied to a layer or adjustment layer... 1) I need to write out data for the frame the...
View ArticleDeveloper license
Hi, I'm wondering if there's something like a special developer license for AE and PS to develop with. I don't want to screw with the pc in production, nor with the other pc that my account is...
View ArticleCreate Puppet Pin programmatically
Hi all, I'd like to ask whether is it possible to create puppet pins programmatically... I have tried to copy stream structure ("ADBE FreePin3", "ADBE FreePin3 Mesh", "ADBE FreePin3 PosPin Position",...
View ArticleCan plugin run a script?
Hello Is it possible that a plugin, write a script (in file, or in script console) and then run it? Thanks for your replies.
View ArticlePiPL and code version mismatch warning
Hey, I was hoping someone could help me understand PiPL versions. I have had some problems with a warning flag when I apply my plugin in after effects, getting a warning flag that says: "effect has...
View ArticleSetting A_UTF16Char to a file path
I'm trying to use AEGP_OpenProjectFromPath to open a manualy specificed .aep I've tried this with error: const A_UTF16Char *pathZ = reinterpret_cast<const A_UTF16Char *>(L"/transfer_test.aep");...
View ArticleHiding layers, seems possible, but getting errors
Me again, asking weird questions... I would like to hide some utility layers in a comp, generated by my plugin. There are a couple threads related to this topic:Hiding layers using shyguy and...
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 ArticleTransform_world and motion blur
Hi! I'm trying to apply a motion blur on one of my effects.To do so, I use Transform_world() with 2 matrices. And there start the troubles.The most logical to me was to set it like so: (&beforeMat,...
View ArticleReload plugins without restarting AE CC
Is is possible to reload effect plugins in After Effects CC without restarting the whole application? I am developing a new effect and would like to be able to load a new build of the effect without...
View ArticleAEGP_SetStreamValue returns error 6 on CC15
Hi There! Today I updated AE to CC 2015 and my plugin started to launch this strange error:After Effects warning: A plugin is attempting to do an invalid operation: modifying a locked project ( 1 :: 0...
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 ArticleHow Is Xcode Configured For AE Plugin Developement?
Although there is plenty of great information in the SDK document, I haven't come across much specifically focusing on the configuration of Xcode (6.4) for plugin development. I have created a copy of...
View ArticleUsing std::vector in sequence_data
Hi everyone! To start this new year, I have a tricky question:_what's the way to handle sequence_data memory when it contains std::vector? My sequence looks like that: struct SeqData{...
View ArticleBuild plugins with JetBrains CLion
Hi everyone! Is someone using JetBrains's CLion IDE?Or that everyone just use Visual Studio? I try to use CLion, because I have better experience with other JetBrains IDE's. Just need a guidance to...
View ArticleAE plugin in Premier Pro
Can I make a plug-in using AE SDK, but have it work in Premier Pro? I don't want the user to switch to AE just to apply the plug-in.I don't want to use Premier Pro SDK, as it does not have much motion...
View Article