Thanks Dan,
at least I know I’m not missing something obvious. The rd_GimmePropPath script is a good source for the properties I may need to crawl through. It is also interesting to see different people’s coding styles. I thought this would be fairly simple…
As for moving the keyframes, I felt the easiest method would have been to read the keyframes for a property into an array, then delete them all, and then add them back (with their adjusted time) to the same property. Then go to the next property as needed.
However, your comment about some keyframes not being readable put some kinks into that plan…
Maybe I’ll just ask the user to select the keyframes they want to be adjusted and copied to the other layers. Then I can use the selectedKeyframes attribute. I hate to do that, though, since I hate having code dependent upon so many user actions, and then it still may have difficulty if the user selects keyframes that I can’t read from a script.
I’ll have to ponder.
Thanks again,
Pauley