1
2
3
4
5
6
7
8
9from pyfbsdk import FBApplication, FBCharacter, FBMessageBox, FBSystem
10
11
12
14if CurrentChar!=None:
15 CurrentChar.GoToStancePose( True, True );
16else:
17 FBMessageBox(
"Character",
"There is no current Character in the scene",
"Ok")
18
19
20del( FBApplication )
FBApplication is used mainly to manage files.
Definition: pyfbsdk_generated.h:801
int FBMessageBox(str pBoxTitle, str pMessage, str pButton1Str, str pButton2Str=None, str pButton3Str=None, int pDefaultButton=0, int pScrolledMessage=0)
Dialog popup box.