Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Table of Contents
maxLevel4

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.

...

  1. Go to File -> Open (or hit Ctrl + C)
  2. Wait 2 seconds for the dialog to appear
  3. 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

 

FAQ

FAQ