Docs: Project Tools Update #156
@ -37,8 +37,7 @@ def shot_meta(strip: bpy.types.Sequence, shot: Shot) -> None:
|
||||
try:
|
||||
kitsu_3d_start = shot.data["3d_start"]
|
||||
except:
|
||||
kitsu_3d_start = 101 # TODO REPLACE WITH BAKED GLOBAL VALUE
|
||||
|
||||
kitsu_3d_start = bkglobals.FRAME_START
|
||||
shot.name = strip.kitsu.shot_name
|
||||
shot.description = strip.kitsu.shot_description
|
||||
shot.data["frame_in"] = strip.frame_final_start
|
||||
@ -70,9 +69,7 @@ def new_shot(
|
||||
nb_frames=strip.frame_final_duration,
|
||||
frame_in=frame_range[0],
|
||||
frame_out=frame_range[1],
|
||||
data={
|
||||
"fps": bkglobals.FPS,
|
||||
},
|
||||
data={"fps": bkglobals.FPS, "3d_start": bkglobals.FRAME_START},
|
||||
)
|
||||
|
||||
if add_tasks:
|
||||
|
Loading…
Reference in New Issue
Block a user