From 75f35d6af6c5aaa12834f11b4d3a61eb6028a312 Mon Sep 17 00:00:00 2001 From: jonwd7 <jon.wd7@gmail.com> Date: Fri, 6 Oct 2017 21:20:31 -0400 Subject: [PATCH] Name-Type uniqueness changes for niflib --- nif.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nif.xml b/nif.xml index cbe393e..0e706dc 100644 --- a/nif.xml +++ b/nif.xml @@ -5013,11 +5013,11 @@ <add name="Shape Name" type="string" /> <add name="Non-Interacting Compartment Types" type="uint" ver1="20.4.0.0" /> <add name="Collision Bits" type="uint" arr1="4" /> - <add name="Shape" type="NxPlane" cond="Shape Type == 0" /> + <add name="Plane" type="NxPlane" cond="Shape Type == 0" /> <add name="Sphere Radius" type="float" cond="Shape Type == 1" /> <add name="Box Half Extents" type="Vector3" cond="Shape Type == 2" /> - <add name="Shape" type="NxCapsule" cond="Shape Type == 3" /> - <add name="Shape" type="Ref" template="NiPhysXMeshDesc" cond="(Shape Type == 5) || (Shape Type == 6)" /> + <add name="Capsule" type="NxCapsule" cond="Shape Type == 3" /> + <add name="Mesh" type="Ref" template="NiPhysXMeshDesc" cond="(Shape Type == 5) || (Shape Type == 6)" /> </niobject> <niobject name="NiPhysXMeshDesc" abstract="0" inherit="NiObject"> -- GitLab