Revision: 5505
          http://sourceforge.net/p/smartbody/code/5505
Author:   fastict
Date:     2014-03-18 23:55:35 +0000 (Tue, 18 Mar 2014)
Log Message:
-----------
branch - merge of r5502.  Not a complete merge.  me_ct_motion_graph.cpp didn't 
exist in this revision.  And there were conflicts in FaceViewer.cpp/.h that I 
didn't merge.  Library functionality is retained though.


Merged revision(s) 5502 from trunk:

Added function to FaceDefinition: addDefaultFacePose() which allows you to set 
various blends on the face and those effectively become the 'neutral face'. For 
example, you can add a small smile to the character, a furrowed brow, etc. and 
that configuration will be reset every time an interruptFace() call is made.
Usage:

# set of face poses
s = StringVec()
s.append("au_6_right")
# set of face values
v = FloatVec()
v.append(1.0)
fd.setDefaultFacePose(s, v)
brad.updateFaceDefinition()


........

Revision Links:
--------------
    http://sourceforge.net/p/smartbody/code/5502

Modified Paths:
--------------
    
branches/fast/smartbody-toolkit-4830/core/smartbody/SmartBody/src/sb/SBCharacter.cpp
    
branches/fast/smartbody-toolkit-4830/core/smartbody/SmartBody/src/sb/SBCharacter.h
    
branches/fast/smartbody-toolkit-4830/core/smartbody/SmartBody/src/sb/SBFaceDefinition.cpp
    
branches/fast/smartbody-toolkit-4830/core/smartbody/SmartBody/src/sb/SBFaceDefinition.h
    
branches/fast/smartbody-toolkit-4830/core/smartbody/SmartBody/src/sb/SBPython.cpp
    
branches/fast/smartbody-toolkit-4830/core/smartbody/SmartBody/src/sb/SBPythonCharacter.cpp
    
branches/fast/smartbody-toolkit-4830/core/smartbody/SmartBody/src/sb/sbm_character.cpp

Property Changed:
----------------
    branches/fast/smartbody-toolkit-4830/
    branches/fast/smartbody-toolkit-4830/core/smartbody/
    branches/fast/smartbody-toolkit-4830/core/smartbody/sbgui/

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


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Smartbody-svn mailing list
Smartbody-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/smartbody-svn

Reply via email to