Blender Kitsu: Fix Frame Range Warning #126

Closed
Nick Alberelli wants to merge 6 commits from (deleted):fix/frame-range-warning into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit 3befd90433 - Show all commits

View File

@ -50,6 +50,10 @@ def draw_error_invalid_playblast_root_dir(
def draw_error_frame_range_outdated( def draw_error_frame_range_outdated(
box: bpy.types.UILayout, box: bpy.types.UILayout,
) -> 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( def draw_error_no_kitsu_context(