Revision: 4509
          http://sourceforge.net/p/smartbody/code/4509
Author:   arishapiro
Date:     2013-05-21 19:30:53 +0000 (Tue, 21 May 2013)
Log Message:
-----------
Fixed problem with <event>s not being fired.
Events will use Python commands and not send to the VH message bus by default.
Old method will still work, so using:

<event stroke="1" message="bml char ...."/> 

will use old style command, whereas using 'start':

<event start="1" message="bml.execBml(......."/> 

will use Python commands. In addition, the text block can be used instead of 
the message attribute for longer commands:

<event start="1">
<![CDATA[
def myfunc():
   x = 5
myfunc()
]]>
</event>

Modified Paths:
--------------
    trunk/core/smartbody/smartbody-lib/src/bml/bml_event.cpp
    trunk/core/smartbody/smartbody-lib/src/bml/bml_event.hpp
    trunk/core/smartbody/smartbody-lib/src/bml/bml_locomotion.cpp
    trunk/core/smartbody/smartbody-lib/src/bml/bml_noise.cpp
    trunk/core/smartbody/smartbody-lib/src/bml/bml_saccade.cpp
    trunk/core/smartbody/smartbody-lib/src/bml/bml_states.cpp

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
Smartbody-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/smartbody-svn

Reply via email to