Changeset 1084 for trunk/modules/abstract.tcl
- Timestamp:
- 08/28/10 19:46:27 (21 months ago)
- File:
-
- 1 edited
-
trunk/modules/abstract.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/abstract.tcl
r1051 r1084 73 73 set BMOTION_MIXIN_NONE 2 74 74 set BMOTION_MIXIN_BOTH 3 75 set BMOTION_MIXIN_FEMALE 4 76 set BMOTION_MIXIN_MALE 5 75 77 76 78 if { [bMotion_setting_get "abstractMaxAge"] != "" } { … … 435 437 } 436 438 } 439 5 { 440 if [bMotion_abstract_exists "${abstract}_male"] { 441 bMotion_putloglev 1 * "mixing in male version of $abstract" 442 set final_version [concat $final_version [bMotion_abstract_all "${abstract}_male"]] 443 } 444 } 445 4 { 446 if [bMotion_abstract_exists "${abstract}_female"] { 447 bMotion_putloglev 1 * "mixing in female version of $abstract" 448 set final_version [concat $final_version [bMotion_abstract_all "${abstract}_female"]] 449 } 450 } 451 437 452 default { 438 453 putlog "bMotion ERROR: unknown mixin type $mixin_type for abstract $abstract"
Note: See TracChangeset
for help on using the changeset viewer.
