Page Menu
Home
Search
Configure Global Search
Log In
Files
F92014
keyframe-torture.py
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Authored By
Robert Forsman (mutantbob)
May 30 2014, 5:03 PM
Size
322 B
Subscribers
None
keyframe-torture.py
View Options
import
bpy
import
random
random
.
seed
(
420
)
print
(
random
.
randrange
(
100
))
obj
=
bpy
.
context
.
active_object
todo
=
[]
for
t
in
range
(
1
,
36
):
for
idx
in
range
(
3
):
todo
.
append
(
[
t
,
idx
]
)
while
0
<
len
(
todo
):
q
=
todo
[
random
.
randrange
(
len
(
todo
))]
todo
.
remove
(
q
)
print
(
q
)
keyframeFor
(
q
[
0
],
q
[
1
])
File Metadata
Details
Mime Type
text/plain
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
4b/3c/6027aebb97281c3a44552b817fe0
Event Timeline
Log In to Comment