Notifications
Clear all

[Closed] Script to select objects with animation

Hi all

Is there a way to select objects with animated keys (just transform keys)?

I have 4000 odd objects to sift through, some with animations others without. I need to select all the objects without animation.

Any script that could do the selection process for me?

Thanks
Anim

5 Replies

:wise:


for o in objects where o.transform.isanimated == false do selectmore o

Oooh looks good, will try that in a bit, much appreciated decon.

Actually, it should be:

select (for o in objects where o.transform.isAnimated collect o)

cheers,
o

Ofer,
your code selects animated objs, my code non-animated… so, how should it be then ? :shrug: (just curious)

1 Reply
(@ofer_z)
Joined: 11 months ago

Posts: 0

I thought he asked for the selection of animated objects, but hey, now he can choose either way