I'm trying to find the keyframe of the first key for a selection of objects.
This is what I have so far and it's chucking up a few errors.
Figured I would get some other eyes on this.
if selection.count >= 1 then
(
for i=1 to selection.count do
(
obj = selection[i]
if obj.controller != undefined and obj.isAnimated then
(
getKeyTime obj.controller 1
)
)
)
By JokerMartini · 2011-02-23
pfbelesa · 2016-01-18
Anubis · 2011-02-23