Table of Contents | ||
---|---|---|
|
Deprecated
NOTE - The SBMonitor is now deprecated, deferring it's functionality to the SBGui in Monitor Mode. Will have documentation for this soon.
Overview
The SmartBody Monitor (SBMonitor) can connect to any actively running SmartBody process in order to easily interact with and debug it.
...
- Go to File -> Open (or hit Ctrl + C)
- Wait 2 seconds for the dialog to appear
- Select the desired SmartBody process to connect to and click the "Connect" button
...
Used for viewing all the resources that SmartBody is currently loaded, including .sk's, skm's, characters, services, events, face definitions, sequence and python files, paths, etc.
...
Facilitates the issuing of python, sequence, and VHMsg commands to SmartBody
Python Command format
Code Block |
---|
<return value type> <python command> int scene.getNumCharacters() Possible return types: int, float, bool, string, int-array, float-array, string-array |
...
Provides an easy to use interface for commonly used SmartBody functionality such as playing animations, setting postures, sending bml, gazing at targets, and text to speech commands.
...
- sbmdebugger
Known Issues