Blender Kitsu: Add Operator to Push Frame Start #98
@ -59,13 +59,12 @@ class KITSU_PT_vi3d_anim_tools(bpy.types.Panel):
|
||||
box = layout.box()
|
||||
box.label(text="Scene", icon="SCENE_DATA")
|
||||
|
||||
# Pull frame range.
|
||||
row = box.row(align=True)
|
||||
row.operator(
|
||||
col = box.column(align=True)
|
||||
col.operator("kitsu.push_frame_range", icon="TRIA_UP")
|
||||
col.operator(
|
||||
"kitsu.pull_frame_range",
|
||||
icon="TRIA_DOWN",
|
||||
)
|
||||
row.operator("kitsu.push_frame_range", icon="TRIA_UP", text="")
|
||||
|
||||
# Update output collection.
|
||||
row = box.row(align=True)
|
||||
|
Loading…
Reference in New Issue
Block a user