Files
gtav-src/tools_ng/techart/sandboxmotionbuilder/Stephen/RSGTOR_PlotToControlRig.py
T
2025-09-29 00:52:08 +02:00

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)