Revision: 3035
          http://smartbody.svn.sourceforge.net/smartbody/?rev=3035&view=rev
Author:   arishapiro
Date:     2012-03-21 00:14:08 +0000 (Wed, 21 Mar 2012)
Log Message:
-----------
Added per-character gaze attributes, which can be set once, then each gaze BML 
will automatically use those default settings, unless overwritten:

        gaze.speedEyes 1000
        gaze.speedNeck 1000
        gaze.limitPitchUpEyes -35.0
        gaze.limitPitchDownEyes  35.0
        gaze.limitHeadingEyes  40.0
        gaze.limitRollEyes  0.0
        gaze.limitPitchUpNeck -45.0
        gaze.limitPitchDownNeck 45.0
        gaze.limitHeadingNeck  90.0
        gaze.limitRollNeck 35.0
        gaze.limitPitchUpChest -6.0
        gaze.limitPitchDownChest 6.0
        gaze.limitHeadingChest 15.0
        gaze.limitRollChest 5.0
        gaze.limitPitchUpBack -15.0
        gaze.limitPitchDownBack 15.0
        gaze.limitHeadingBack 30.0
        gaze.limitRollBack  10.0

Made path names more generic. Can now use 'motion' instead of 'ME', and 
'script' instead of 'seq' when describing system paths.

Added SBAttributeInfo class to Python, can now query attribute information like 
so:
   info = attr.getAttributeInfo()
   info.getPriority()
   info.getHidden()
   info.getDescription()
   info.getReadOnly()

Slightly updated SmartBody documentation.

Modified Paths:
--------------
    trunk/SmartBodyManual.pdf
    trunk/core/smartbody/smartbody-lib/src/sbm/SBPython.cpp
    trunk/core/smartbody/smartbody-lib/src/sbm/SBScene.cpp
    trunk/core/smartbody/smartbody-lib/src/sbm/SBSteerManager.cpp
    trunk/core/smartbody/smartbody-lib/src/sbm/bml_gaze.cpp
    trunk/core/smartbody/smartbody-lib/src/sbm/mcontrol_callbacks.cpp
    trunk/core/smartbody/smartbody-lib/src/sbm/mcontrol_util.cpp
    trunk/core/smartbody/smartbody-lib/src/sbm/me_ct_gaze.cpp

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


------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Smartbody-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/smartbody-svn

Reply via email to