Blender Kitsu: Fix Frame Range Warning #126
@ -50,6 +50,10 @@ def draw_error_invalid_playblast_root_dir(
|
||||
def draw_error_frame_range_outdated(
|
||||
box: bpy.types.UILayout,
|
||||
) -> bpy.types.UILayout:
|
||||
row = box.row(align=True)
|
||||
row.alert = True
|
||||
row.label(text="Frame Range Outdated")
|
||||
row.operator("kitsu.pull_frame_range", icon="TRIA_DOWN")
|
||||
|
||||
|
||||
def draw_error_no_kitsu_context(
|
||||
|
Loading…
Reference in New Issue
Block a user