Files
2025-09-29 00:52:08 +02:00

7 lines
211 B
Python
Executable File

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