Hi there,
I have my own effect which has an arbritary data type for it's keyframes. When i want to copy all keyframes to another composition with the same effect, i can simply copy paste it with ctrl+c - ctrl+v.
But when i want to do that by script, ExtendScript Tookit is telling me that i cannot do that.
I'm trying to get or set the value of a keyframe with propertyType "CUSTOM_VALUE". Is there any way i can accomplish that or any way around this?
Another issue I'm running into are hidden properties. They can be read but not written. Is there any way I can set the value of a hidden property (like unhide it and hide it again) ?
Many thanks in advance!