56 lines
1 KiB
XML
56 lines
1 KiB
XML
<?xml version="1.0"?>
|
|
|
|
|
|
<PropertyList>
|
|
|
|
<animation>
|
|
<type>select</type>
|
|
|
|
<condition>
|
|
<not-equals>
|
|
<property>sim/model/crew/pilot/enabled</property>
|
|
<value>0</value>
|
|
</not-equals>
|
|
</condition>
|
|
</animation>
|
|
|
|
<model>
|
|
<name>male</name>
|
|
<path>Aircraft/Generic/Human/Models/male-pilot.xml</path>
|
|
</model>
|
|
|
|
<animation>
|
|
<type>select</type>
|
|
<object-name>male</object-name>
|
|
<condition>
|
|
<equals>
|
|
<property>sim/model/crew/pilot/gender</property>
|
|
<value>0</value>
|
|
</equals>
|
|
</condition>
|
|
</animation>
|
|
|
|
<model>
|
|
<name>female</name>
|
|
<path>Aircraft/Generic/Human/Models/female-pilot.xml</path>
|
|
</model>
|
|
<animation>
|
|
<type>select</type>
|
|
<object-name>female</object-name>
|
|
<condition>
|
|
<equals>
|
|
<property>sim/model/crew/pilot/gender</property>
|
|
<value>1</value>
|
|
</equals>
|
|
</condition>
|
|
</animation>
|
|
<animation>
|
|
<type>scale</type>
|
|
<object-name>female</object-name>
|
|
<x-offset>1.05</x-offset>
|
|
<y-offset>1.05</y-offset>
|
|
<z-offset>1.05</z-offset>
|
|
</animation>
|
|
|
|
|
|
</PropertyList>
|