From c5a11f0c9f49e48b535bf5edc8cbfc2ea1a53482 Mon Sep 17 00:00:00 2001 From: Alexei Kotov Date: Mon, 13 May 2024 00:49:10 +0300 Subject: [PATCH] Read BSRotAccumTransfInterpolator --- components/nif/niffile.cpp | 3 +++ components/nif/record.hpp | 1 + 2 files changed, 4 insertions(+) diff --git a/components/nif/niffile.cpp b/components/nif/niffile.cpp index 1948018212..017978e4c9 100644 --- a/components/nif/niffile.cpp +++ b/components/nif/niffile.cpp @@ -186,6 +186,9 @@ namespace Nif { "NiPoint3Interpolator", &construct }, { "NiTransformInterpolator", &construct }, + // Interpolators, Bethesda + { "BSRotAccumTransfInterpolator", &construct }, + // DATA // 4.0.0.2 diff --git a/components/nif/record.hpp b/components/nif/record.hpp index 1c96d26ee4..50f2d0083e 100644 --- a/components/nif/record.hpp +++ b/components/nif/record.hpp @@ -127,6 +127,7 @@ namespace Nif RC_BSStripPSysData, RC_BSRefractionFirePeriodController, RC_BSRefractionStrengthController, + RC_BSRotAccumTransfInterpolator, RC_BSSegmentedTriShape, RC_BSShaderNoLightingProperty, RC_BSShaderPPLightingProperty,