Biped Display Preferences
Displays the Biped Display Preferences dialog.
Method
biped.displayPrefsDlg <biped_ctrl>
<biped_ctrl> -- Controller which is attached to the transform track of the Biped root objects.
A Biped Vertical_Horizontal_Turn(Body):Matrix3 Controller
The following example will display the Biped Display Preferences dialog:
EXAMPLE:
|
bipObj = biped.createNew 100 100 [0,0,0]
select bipObj
bip = bipObj.controller
-- Display properties
biped.displayPrefsDlg bip
|