mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 20:41:20 +00:00
Set playback/animation range to start from frame 1
This commit is contained in:
parent
ff5f9f1831
commit
33d114c09e
1 changed files with 2 additions and 0 deletions
|
@ -211,6 +211,8 @@ def build_shape_keys(mdl):
|
|||
make_shape_key(mdl, i)
|
||||
bpy.context.scene.frame_end += 1
|
||||
|
||||
bpy.context.scene.frame_start = 1
|
||||
|
||||
def set_keys(act, data):
|
||||
for d in data:
|
||||
key, co = d
|
||||
|
|
Loading…
Reference in a new issue