-
Change property of the effect Set Matte2 by scripting
Hi everyone, I just need a little help.
On my script, I create a text then i want to hide it.
So i put the Set Matte Effect, but i don’t know how to change the properties.
Her is my code :
cache =MyComp.property(“Effects”).addProperty(“ADBE Set Matte2”);
MyComp.property(“Effects”).property(“ADBE Set Matte2”)(“Invert Matte”).setValue(1);Thanks a lot, and sorry for my english !
cache =MyComp.property("Effects").addProperty("ADBE Set Matte2");
MyComp.property("Effects").property("ADBE Set Matte2")("Invert Matte").setValue(1);