bvhsdk.gui package

bvhsdk.gui.main module

class bvhsdk.gui.main.GUIPlayer(animation)[source]

Bases: object

Plot animation as skeleton

Parameters:

animation (Animation class object) – Animation to be draw

click_backward(event)[source]
click_forward(event)[source]
click_onebackward(event)[source]
click_oneforward(event)[source]
click_pause(event)[source]
funcplay()[source]
onchange_textbox_framedisplay(event)[source]
update(frame)[source]
class bvhsdk.gui.main.GUIShowInfo(animation)[source]

Bases: object

bvhsdk.gui.main.showinfo(animation)[source]
bvhsdk.gui.main.start(animation)[source]