Revision: 3138
          http://smartbody.svn.sourceforge.net/smartbody/?rev=3138&view=rev
Author:   arishapiro
Date:     2012-04-11 18:04:15 +0000 (Wed, 11 Apr 2012)
Log Message:
-----------
Added commands to return state from SmartBody via Pyton in smartbody-dll.
bool PythonCommandBool( const std::string & command );
int PythonCommandInt( const std::string & command );
float PythonCommandFloat( const std::string & command );
std::string PythonCommandString( const std::string & command );

Command should be sent as follows: bool int = PythonCommandBool("ret = 
scene.getNumCharacters()");

Added boolean return type for sbm-debugger.
Creating a skeleton via Python will also create a simple skeleton with one 
joint - previously, no skeleton was created.

Added missing .cpp and .h file for VS2010 build.

Modified Paths:
--------------
    trunk/core/smartbody/sbm/visualc9/sbm-fltk.vcxproj
    trunk/core/smartbody/smartbody-dll/include/smartbody-c-dll.h
    trunk/core/smartbody/smartbody-dll/include/smartbody-dll.h
    trunk/core/smartbody/smartbody-dll/smartbody-c-dll.cpp
    trunk/core/smartbody/smartbody-dll/smartbody-dll.cpp
    trunk/core/smartbody/smartbody-lib/src/sbm/SBScene.cpp
    trunk/core/smartbody/smartbody-lib/src/sbm/mcontrol_callbacks.cpp

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


------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Smartbody-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/smartbody-svn

Reply via email to