Forum Replies Created
-
Adrián Wulfrath
March 31, 2016 at 8:25 pm in reply to: How to create a button to change text with prompt toolkitI made this to prove the Dropdown menu and it works with the Tint Effect but, always change the value to 0, but how can i work with the PseudoEffect???? and detect the dropdown menu list???
//Creating My Window
var myWin = new Window (“palette”,”Canal 5 Controles”,undefined);
myWin.orientation = “row”;var groupOne = myWin.add(“panel”,undefined,”MasterControles”);
groupOne.orientation = “column”;
groupOne.add (“image”,undefined,”~/Desktop/LogoC5Ctrl.png”)
groupOne.add(“statictext”,undefined,”Primer Grupo”)
var dd = groupOne.add(“dropdownlist”,undefined,[“OFF”,”Amarillo”]);
dd.selection = 0;
groupOne.add(“checkbox”,undefined,”Caritas”);//Action of my DropDownMenu
dd.onChange = updateProject;
var lis = dd.selection = 0;
lis = app.project.item(1).layer(1).property(“Effects”).property(“Tint”).property(“Amount to Tint”).setValue([100]);
var lis1 = dd.selection = 1;
lis1 = app.project.item(1).layer(1).property(“Effects”).property(“Tint”).property(“Amount to Tint”).setValue([0]);myWin.center();
myWin.show(); -
Adrián Wulfrath
March 31, 2016 at 8:04 pm in reply to: How to create a button to change text with prompt toolkitSomething like this will change the dropdown menu inside my Effect panel according to the dropdown menu in MyWindow?????:
//Creating My Window
var myWin = new Window (“palette”,”Canal 5 Controles”,undefined);
myWin.orientation = “row”;var groupOne = myWin.add(“panel”,undefined,”MasterControles”);
groupOne.orientation = “column”;
groupOne.add (“image”,undefined,”~/Desktop/LogoC5Ctrl.png”)
groupOne.add(“statictext”,undefined,”Primer Grupo”)
var dd = groupOne.add(“dropdownlist”,undefined,[“OFF”,”Amarillo”]);
dd.selection = 0;
groupOne.add(“checkbox”,undefined,”Caritas”);//Action of my DropDownMenu
dd.onChange = updateProject;function updateProject(){
(update project to match new state of dropdown)
}myWin.center();
myWin.show(); -
Adrián Wulfrath
March 31, 2016 at 7:44 pm in reply to: How to create a button to change text with prompt toolkitReally Cool, actually i made a Dropdown menu in my Script, but how can i connect that dropdown menu to another dropdownmenu inside AfterEffects of another controller. Here is my Screen Shot and actually i want to link the dropdown menu from myWindow to the DropdownMenu from the Effect Panel inside after effects.
The first layer never going to move. So i think the Array always can be [1] for that layer that have the Dropdown Menu inside the Effects Panel.
-
Adrián Wulfrath
March 30, 2016 at 12:36 am in reply to: How can i add an Expression to define OutRender Point like the tag with letter “N”?well thank you anyway. NP, but is there an expression to trim?? or otherway to resolve that?
-
Adrián Wulfrath
March 30, 2016 at 12:23 am in reply to: How can i add an Expression to define OutRender Point like the tag with letter “N”?That effects its a pseudo effect, the missing alert doesnt matter because as you can see that effects is working perfectly.
-
Adrián Wulfrath
March 30, 2016 at 12:13 am in reply to: How can i add an Expression to define OutRender Point like the tag with letter “N”?Ok, here is the .AEP 9930_test.aep.zip
I want to change the render time depending on the dropdown menu selection.
-
Adrián Wulfrath
March 29, 2016 at 11:24 pm in reply to: How can i add an Expression to define OutRender Point like the tag with letter “N”?im just turn on / off different comps in the dropdown menu, but each comp have different number of frames, so when i select one option in the dropdown menu i want to change the in/out render trim (i dont know what is the name of that render bar).
-
Adrián Wulfrath
March 28, 2016 at 10:02 pm in reply to: How can i add an Expression to define OutRender Point like the tag with letter “N”?But where i apply that Expression???
-
Adrián Wulfrath
August 25, 2015 at 8:30 pm in reply to: How can i add an image to my effect panel with javascript in ExtendScript ToolKit?and with Javascript? Like the plugins Chameleon etc.
-
Adrián Wulfrath
August 25, 2015 at 5:57 pm in reply to: How can i add an image to my effect panel with javascript in ExtendScript ToolKit?


