7 lines
221 B
Python
Executable File
7 lines
221 B
Python
Executable File
from pyfbsdk import *
|
|
import RS.Utils.Scene.Plot
|
|
|
|
lApp = FBApplication()
|
|
lCurrentCharacter = lApp.CurrentCharacter
|
|
if lCurrentCharacter:
|
|
RS.Utils.Scene.Plot.PlotOnCharacterCtrlRig(lCurrentCharacter) |