|
From: <fli...@li...> - 2017-10-04 21:02:49
|
Revision: 3048
http://sourceforge.net/p/flightgear/fgaddon/3048
Author: lbrenta
Date: 2017-10-04 21:02:47 +0000 (Wed, 04 Oct 2017)
Log Message:
-----------
Mirage-2000: hide various parts from the preview of fgrun.
Modified Paths:
--------------
trunk/Aircraft/Mirage-2000/Models/Effects/chute/parachute.xml
trunk/Aircraft/Mirage-2000/Models/Effects/flammes/NO_ALS/combustion.xml
trunk/Aircraft/Mirage-2000/Models/Effects/flammes/combustionALS.xml
trunk/Aircraft/Mirage-2000/Models/Effects/fx/fx.xml
trunk/Aircraft/Mirage-2000/Models/Exhausts/exhaust.xml
trunk/Aircraft/Mirage-2000/Models/lights/light-cone.xml
Modified: trunk/Aircraft/Mirage-2000/Models/Effects/chute/parachute.xml
===================================================================
--- trunk/Aircraft/Mirage-2000/Models/Effects/chute/parachute.xml 2017-10-04 20:40:25 UTC (rev 3047)
+++ trunk/Aircraft/Mirage-2000/Models/Effects/chute/parachute.xml 2017-10-04 21:02:47 UTC (rev 3048)
@@ -3,6 +3,7 @@
<PropertyList>
<path>parachute.ac</path>
+ <nopreview/>
<animation>
<!-- Objets opaques -->
Modified: trunk/Aircraft/Mirage-2000/Models/Effects/flammes/NO_ALS/combustion.xml
===================================================================
--- trunk/Aircraft/Mirage-2000/Models/Effects/flammes/NO_ALS/combustion.xml 2017-10-04 20:40:25 UTC (rev 3047)
+++ trunk/Aircraft/Mirage-2000/Models/Effects/flammes/NO_ALS/combustion.xml 2017-10-04 21:02:47 UTC (rev 3048)
@@ -3,6 +3,7 @@
<PropertyList>
<path>combustion.ac</path>
+ <nopreview/>
<animation>
<object-name>ReheatInner</object-name>
Modified: trunk/Aircraft/Mirage-2000/Models/Effects/flammes/combustionALS.xml
===================================================================
--- trunk/Aircraft/Mirage-2000/Models/Effects/flammes/combustionALS.xml 2017-10-04 20:40:25 UTC (rev 3047)
+++ trunk/Aircraft/Mirage-2000/Models/Effects/flammes/combustionALS.xml 2017-10-04 21:02:47 UTC (rev 3048)
@@ -3,6 +3,7 @@
<PropertyList>
<path>combustion.ac</path>
+ <nopreview/>
<animation>
<object-name>ReheatInner</object-name>
Modified: trunk/Aircraft/Mirage-2000/Models/Effects/fx/fx.xml
===================================================================
--- trunk/Aircraft/Mirage-2000/Models/Effects/fx/fx.xml 2017-10-04 20:40:25 UTC (rev 3047)
+++ trunk/Aircraft/Mirage-2000/Models/Effects/fx/fx.xml 2017-10-04 21:02:47 UTC (rev 3048)
@@ -3,6 +3,7 @@
<PropertyList>
<path>effect.ac</path>
+ <nopreview/>
<!-- ******************************************************************* -->
<!-- Condensation -->
Modified: trunk/Aircraft/Mirage-2000/Models/Exhausts/exhaust.xml
===================================================================
--- trunk/Aircraft/Mirage-2000/Models/Exhausts/exhaust.xml 2017-10-04 20:40:25 UTC (rev 3047)
+++ trunk/Aircraft/Mirage-2000/Models/Exhausts/exhaust.xml 2017-10-04 21:02:47 UTC (rev 3048)
@@ -3,6 +3,7 @@
<PropertyList>
<path>exhaust.ac</path>
+ <nopreview/>
<animation>
<!-- opaques objects -->
Modified: trunk/Aircraft/Mirage-2000/Models/lights/light-cone.xml
===================================================================
--- trunk/Aircraft/Mirage-2000/Models/lights/light-cone.xml 2017-10-04 20:40:25 UTC (rev 3047)
+++ trunk/Aircraft/Mirage-2000/Models/lights/light-cone.xml 2017-10-04 21:02:47 UTC (rev 3048)
@@ -3,7 +3,8 @@
<PropertyList>
<path>light-cone.ac</path>
-
+ <nopreview/>
+
<animation>
<object-name>Cone</object-name>
<object-name>Cone-texture</object-name>
|