-
Extendscript syntax for disabling stopwatch on layer property
I cant seem to find the property that will allow disabling the stopwatch or keyframes on a layer property. I found “app.project.item(index).layer(index).propertySpec.isTimeVarying” but it is only read-only.
I am currently working on an extendscript that will supplement clean up of an imported Maya ASCII File.
When a Maya ASCII is imported all properties are keyed on every frame. I would like to disable Time-vary from some of the properties after the file is imported.Thanks