How can I get the name of an instance of the applied effect?

We have a plug-in effects after (written using the SDK), and we would like to get the name of an instance of an effect applied. For example, if my name of the installed effect is "FoofooBerry", and the customer applied two effects of FoofooBerry, it would be named "FoofooBerry" and the other named "FoofooBerry 2".

In the documentation, it is said:


«To get the name of the instance of the effect (as renamed by the user), get the AEGP_StreamRef for the effect itself and call AEGP_GetStreamName.»

Which seems to be what I want to do, but how we "get the AEGP_StreamRef for the effect itself" escapes me.

I have tried iterating over all flow on the effect and control of these devices, but I don't see anything useful. Someone knows how to get the ref to flow for effect (not a stream on this effect)?

I also asked this question on StackOverflow, but unsurprisingly, had no luck (not a bunch of AE experts out there).

Thank you.

Hey,.

You can do this for examlpe of this way:

get plugin_id with AEGP_RegisterWithAEGP, if you probably already know how to

then

AEGP_GetNewEffectForEffect

AEGP_GetNewEffectStreamByIndex, say for the parameter index 1

AEGP_GetNewParentStreamRef

AEGP_GetStreamName

AEGP_LockMemHandle - This is your wchar_t instance name!

welcome them

Tags: After Effects

Similar Questions

  • How can I get the address book to sort by the name of 'Family' (using v 31.3.0).

    After a computer crash, I had to load Thunderbird (v31.3.0) in my computer running Windows 8.1, and I managed to import my address book backup file in Thunderbird (v31.3.0).
    My problem is that I don't see an option to sort the address book by name of 'Family', which was available with the version of Thunderbird, I had before the crash.
    How can I get the address book to sort by the name of "family"?

    "Address book".
    Select address book
    "View' > 'Show name as' > last/first". "

    You can sort by name.
    Click on the 'Name' column header to change the sort order,
    Reversed, then click on the 'Name' column header again to reverse the order.

    Or
    'View' > ' sort by ' > select 'Name' and 'Crescent '.

  • When I click on an address, instead of the name of domain appearing in the url field, only the IP address appears. How can I get the real domain to pop?

    When I click on an address, instead of the name of domain appearing in the url field, only the IP address appears. How can I get the real domain to pop?

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the extensions or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox/tools > Modules > appearance/themes).

    You can attach a screenshot?

    Use a type of compressed as PNG or JPG image to save the screenshot and make sure that you do not exceed the maximum file size (1 MB).

  • How can I get a name of table 1, column A, if column B is a negative number and insert the names of table 2?

    How can I get a name of table 1, column A, if column B is a negative number and insert the names of table 2?

    What is the formula?

    You can do this with a column of "index" in table 1, as this assistance:

    The formula in C2, filled to the bottom:

    IF (B =<>

    That increments a counter each time that it finds a negative number in column B.

    In the second table, you can retrieve a list of negative values in this way:

    The formula in A2, filled to the bottom:

    = INDEX (array 1::A, CORRESPONDENCE (LINE (−1, Table 1::C), 0))

    It takes the line number, the formula is activated, subtracts 1 to the header line and look up the result in the column of table 1 C.  If it finds a match, it feeds the line number to the INDEX page with retrieves the value of the column of table 1A.

    To hide the red triangles of signage wrap the IFERROR formula, like this:

    = SIERREUR (INDEX (table 1::A, CORRESPONDENCE (LINE (−1, Table 1::C), 0)),"")

    Of course, you can also simply filter on column B without the need to set up a column from another table or index.

    SG

  • How can I get the name of the song to appear in Windows Live Messenger "show what I'm listening to '?"

    How can I get the name of the song I am listening, to see where it says show comes into contact with the song I listen to, it worked before but not now

    Please make sure that show what I'm listening is also enabled in Live Messenger itself. See the following screenshot:

    http://static.commentcamarche.NET/en.kioskea.NET/FAQ/images/0-BeQo7AgV-John-s-.PNG

  • How can I get the HBA iScsi IQN name

    How can I get the HBA iScsi IQN name?

    How to use the following object:

    I tried this:

    var myVcHostInternetScsiHba = new VcHostInternetScsiHba();

    IQN = VcHostInternetScsiHba.iScsiName;

    But it does not work.

    regards Denis

    findiSCSIDevice action () returns the string iSCSI device, and not as an object.

    You can duplicate this action (say under a name findiSCSIName) and change its script code by replacing the following line:

    return busAdapter.device;
    

    with

    return busAdapter.iScsiName;
    

    and then use it in your workflow and actions of something like

    var hbaScsiName = System.getModule("com.vmware.library.vc.storage").findiSCSIName(host);
    
  • How can I get the Organizer to display file names?

    I'm lost and confused in Photoshop 13. How can I get the names of files to display in the menu Organizer? I chose to keep the old version of the display "grid" and miss having the names of all files. I searched the manual online, but can't seem to find what I need!

    Please check options in the menu organizer of the following elements:

    View > Details

    View > Filenames

  • How can I get the name of the procedure

    Hello

    With the help of our application, we update a table (P_Balance) in the statement of account and date thanks to certain procedures.

    in some column of status situation alone expects to obtain the correct value, but the date column with the value NULL.

    Now, we have decided to follow this through which procedure to get this updated value null date column.

    To do this, I decided to write a trigger for the table 'P_BALANCE' by what procedure, this update going on.

    How can I get the name of the procedure.

    Hello

    You can write the call stack in a log whenever the value of the column is null. See

    DBMS_UTILITY. FORMAT_CALL_STACK

    This will give you the name of the object and the line numbers of the update program.

    Concerning

    Marcus

  • How can I get the name of rulefiles in application with the help of custom java code.

    Hello.
    I want to get the names of rulefiles of analytical service with the help of java api.
    How can I get the name of rulefiles. What api should I use for this problem?

    Hello

    IEssCube.getOlapFileObjects () api allows you to retrieve files of rules.
    Insert this code snipid in your code, it will list all the rules files.

    IEssCube cube = olapSvr.getApplication("Sample").getCube ("Basic");
    ITR IEssIterator = cube.getOlapFileObjects (IEssOlapFileObject.TYPE_RULES);
    RFS [] IEssBaseObject = itr.getAll ();
    System.out.println ("rule file count:" + rfs.length);
    for (int i = 0; i)< rfs.length;="" i++)="">
    System.out.println ("RuleFile" + i + ":" + ((EssOlapFileObject)rfs). getName() ' ");
    }

    You can also list the data files and other objects in file by changing the IEssOlapFileObject.TYPE in getOlapFileObjects()

    Concerning
    Rajeev Singh

  • How can I get the 6 digit number to associate my watch.  It doesn't give me a 5-digit number?

    When I try to manually associate my watch it only gives me a 5 digit number, but not the number 6 to complete the pairing.  How can I get the 6 digit number?

    Hello

    When pairing manually, you must press the name of 5 digits on the screen of your iPhone (when he shows the same device name that is shown on your watch, after typed it on your watch's 'i'):

    Your watch then displays a six-digit code, you will then enter on your iPhone:

    More information:

    Set up your Apple Watch - Apple Support

  • How can I get the address of the memory of a table?

    Hi all

    Please bear with me, as this can be confusing. Let me know if you have any questions.

    I have a CCD of Hamamatsu and an external DLL that comes with it that I use. I call the "DcamCapture" function - this sends the capture command to the CCD.

    Its documentation:

    "BOOL DcamCapture (LPVOID pImageBuff, INT nBuffSize)

    [Summary]
    Begins to capture an image of the device.

    [Arguments]
    pImageBuff specifies the start address of the buffer where the image data is
    to be stored.

    nBuffSize specifies the size of the buffer (number of bytes).

    [Note]
    (1) this function emits an instruction to begin to capture the image. Since the image
    capture is not complete even when the function is completed, use the DcamWait

    function to check if the image capture is complete. »

    The "BOLD" is my own. So after that I called this function, I have to call DcamWait. The problem is, from this point, labview has already written the pImageBuff to its indicator variable - in fact, he wrote immediately after the return of this function. But before that data has even written to memory! So I go out exactly what I put in - an empty array.

    In C++, this isn't a problem. What they do in their code for the example is call DcamCapture, DcamWait in a loop, and then dereference the pointer pImageBuff once all this is done.

    I don't know how to dereference the pointer of table in Labview.

    So I have to, as a clumsy hack, call DcamCapture TWICE. I first call DcamCapture, then DcamWait, then DcamCapture again - this time, I use the FCM to dereference the pointer, pImageBuff, which has the correct data (now).

    -How can I get the location of the memory of the pImageBuff? And then, how can I access it?

    Thanks for your help. I called NOR and they 'think' about my problem - I would see if anyone here can come up with a solution.

    You can do this by using the functions of the memory manager of LabVIEW, you call by setting the name of the library to 'LabVIEW' in the call library function node.  The functions you need are DSNewPtr, MoveBlock (which in fact copy of data) and DSDisposePtr.  There are short documents on these functions using LabVIEW.  You need to call DSNewPtr to allocate the memory, switch to the DCamCapture, loop on DCamWait, use MoveBlock to copy this pointer data in a table that manages LabVIEW and finally free the pointer.  Here is an example of a similar sequence: http://forums.ni.com/t5/LabVIEW/array-pointer-from-dll/m-p/1217453#M519958.

  • How can I get a name of another widget setting?

    I'm new to coding. I apologize now for any ignorance shown!

    I am trying to create a picture button widget which, on mouse down, load a URL into a widget of the iFrame. Who will be on the same page as the button.

    How can I get the two images to load URLtoTarget into iFrameURL on the mouse down? Thank you

    Settings button:

    < Parameters >

    < file name = "img1" label = 'Location of the before Image' filterLabel = 'Images' file types = "*.jpg; *.JPEG; *.gif, *.png"fileRequiredForOutput ="true"/ >

    < name of text = "desc1" multiline = "true" label = "Description" defaultValue = "Before" / >

    < file name = "img2" label = 'Return Image location' filterLabel = 'Images' file types = "*.jpg; *.JPEG; *.gif, *.png"fileRequiredForOutput ="true"/ >

    < name of text = 'desc2' multiline = "true" label = "Description" defaultValue = "Return" / >

    "< name of text ="URLtoTarget"label ="Target URL"defaultValue ="http://www.hotgeckomedia.com"/ > " "

    < name of text = "iFrameTargetName" label = "iFrame target name" defaultValue = "myiFrame" / >

    < name builtIn = "width" / >

    < name builtIn = 'height' / >

    < / Parameter >

    <! [CDATA]

    < div class = "muFlipCard" >

    < img src = "{param_img1}" alt = "{param_desc1}" class = "muSide1" >

    < img src = "{param_img2}" alt = "{param_desc2}" class = "muSide2" >

    < / div >

    []] >

    iFrame parameters:

    < Parameters >

    "< name url ="iFrameURL"label ="iFrame URL"defaultValue ="http://www.hotgeckomedia.com"/ > " "

    < name builtIn = "width" / >

    < name builtIn = 'height' / >

    < / Parameter >

    Hey Ross,

    To target a class in Javascript using document.getElementByClassName ('class'). action or $('.class'). action in JQuery. You better use an ID, however, you would have only one instance per page. It would address using document.getElementById ('id'). action / $("#id"). action.

    David

    Creative muse

  • How can I get the version of VMware to virtual machines with powercli officer?

    How can I get the version of VMware View Agent running on a virtual machine with powercli or view Powercli?

    As much as I know there is no cmdlet PowerCLI for this, but you can use the Invoke-VMScript cmdlet and interrogate the Win32_Product class.

    By running the following. You can add a Where clause to return only the Agent of the view

    Get-WmiObject-class Win32_Product | Select the name, Version

  • How can I get the button 'send' on an application form to be sent to a specific e-mail address?

    Hi, I use cc DW and have created a Web site by using one of the models of "bootstrap". How can I get the button 'send' on an application form to be sent to a specific e-mail address? I put:

    " < button type ="submit"id ="feedbackSubmit"class =" btn-primary btn btn - lg "style =" margin-top: 10px; "method ="post"action =" mailto: [email protected] "enctype =" text/plain"> Send < / button > " "

    The source code for the model:

    "< button type ="submit"id ="feedbackSubmit"class =" btn-primary btn btn - lg "style =" margin-top: 10px; ' > Send < / button >

    Should I put in a new bootstrap or jquery function or change one for code work?

    See you soon

    Karen

    Take a look at this tutorial to see what it Alt-Web Design & Publishing: Contact form sensitive with 3.2 Bootstrap and PHP (part 1)

  • How can I get the list of data stores in a cluster data store?

    How can I get the list of data stores in a cluster data store? I mean the command line option.

    Hello

    by command line, you mean PowerCLI?

    If so, you can display data with this warehouses:

    Get-DatastoreCluster-name DSClustername | Get-Datastore

    Tim

    Edit: Moved the thread to the PowerCLI community

  • How can I get the type of device in ESXi5?

    In ESX or ESXi4, use dmicode | grep 'product name'-i to get the type of device. But this command is not found in ESXi5. So, how can I get the type of device in ESXi5? Thank you.

    The dmicode | grep 'product name'-i train ESX4.1 as follows:

    [root@host22 ~]# dmidecode | grep -i "product name"
     Product Name: CN21UPSA  
     Product Name: CN21UPSA

    Try the simple way: "esxcli hardware platform get."

    / Rubeck

Maybe you are looking for

  • Cannot display iOS device in El Capitan

    The option to display the screen of the iPhone with video recording does not work in El Capitan, as it did in previous versions of the operating system

  • dynamic runtime menu MClistbox

    Hello I wonder if it is possible to dynamically generate the context menu in a listbox to MC. I know that I'd use the primitives of menu, but I have not found any reference to the menu. Course, it is not possible :-(

  • W500: ati2dvag infinite loop

    I saw the blue screen many times after obtained my w500 He said ati2dvag blabla and blabla infinite loop can someone tell me how to fix it? Moderator Note: Type added to the line object for clarity.

  • solid color 1 color to the constants of red/blue/green

    Hello Does anyone know how to convert 1 color. Let's say ORANGE. his Red value = 16448250 its Green value = 29535 blue = value 16711680 is there a way to know that ORANGE and blue/green value? I suppose to do something like that? Thanks in advance

  • How to set the screen resolution and font size?

    I turned on my computer and it suddenly opted for the super big characters such as when it is running in safe mode. I entered the customization and tried to change the DPI (dots per inch) and it is said that I already use smaller size icons and only