Blender Kitsu: Refactor Shot Builder #183
@ -88,7 +88,7 @@ def get_3d_start(shot: Shot):
|
|||||||
if shot.data and shot.data.get("3d_start"): # shot.data and
|
if shot.data and shot.data.get("3d_start"): # shot.data and
|
||||||
return int(shot.data.get("3d_start"))
|
return int(shot.data.get("3d_start"))
|
||||||
else:
|
else:
|
||||||
return 101 # TODO Set in Constants
|
return bkglobals.FRAME_START
|
||||||
|
|
||||||
|
|
||||||
def set_frame_range(shot: Shot, scene: bpy.types.Scene):
|
def set_frame_range(shot: Shot, scene: bpy.types.Scene):
|
||||||
|
Loading…
Reference in New Issue
Block a user