from pyfbsdk import * import RS.Utils.Scene.Plot lApp = FBApplication() lCurrentCharacter = lApp.CurrentCharacter if lCurrentCharacter: RS.Utils.Scene.Plot.PlotOnCharacterSkeleton(lCurrentCharacter)