Skip to content

Commit

Permalink
Merge branch 'useniftestinstead' into 'master'
Browse files Browse the repository at this point in the history
Remove write nif debug log setting

See merge request OpenMW/openmw!4468
  • Loading branch information
psi29a committed Nov 28, 2024
2 parents 7b992f9 + 95c38ba commit 064e3c7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 17 deletions.
1 change: 0 additions & 1 deletion apps/openmw/mwrender/renderingmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,6 @@ namespace MWRender
NifOsg::Loader::setHiddenNodeMask(Mask_UpdateVisitor);
NifOsg::Loader::setIntersectionDisabledNodeMask(Mask_Effect);
Nif::Reader::setLoadUnsupportedFiles(Settings::models().mLoadUnsupportedNifFiles);
Nif::Reader::setWriteNifDebugLog(Settings::models().mWriteNifDebugLog);

mStateUpdater->setFogEnd(mViewDistance);

Expand Down
1 change: 0 additions & 1 deletion components/settings/categories/models.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ namespace Settings
SettingValue<VFS::Path::Normalized> mWeatherblightcloud{ mIndex, "Models", "weatherblightcloud" };
SettingValue<VFS::Path::Normalized> mWeathersnow{ mIndex, "Models", "weathersnow" };
SettingValue<VFS::Path::Normalized> mWeatherblizzard{ mIndex, "Models", "weatherblizzard" };
SettingValue<bool> mWriteNifDebugLog{ mIndex, "Models", "write nif debug log" };
};
}

Expand Down
12 changes: 0 additions & 12 deletions docs/source/reference/modding/settings/models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ If enabled, this setting allows the NIF loader to make use of that functionality

**Do not enable** this if you're not so sure that you know what you're doing.

To help debug possible issues OpenMW will log its progress in loading
every file that uses an unsupported NIF version.

xbaseanim
---------

Expand Down Expand Up @@ -263,12 +260,3 @@ weatherblizzard
Path to the file used for the blizzard clouds weather effect in Morrowind.
OpenMW doesn't use this file, instead it renders a similar looking particle
effect. Changing this won't have any effect.

write nif debug log
-------------------

:Type: boolean
:Range: True/False
:Default: False

If enabled, log the loading process of NIF files.
3 changes: 0 additions & 3 deletions files/settings-default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1154,9 +1154,6 @@ weathersnow = meshes/snow.nif
# Blizzard weather effect
weatherblizzard = meshes/blizzard.nif

# Enable to write logs when loading NIF files
write nif debug log = false

[Groundcover]

# enable separate groundcover handling
Expand Down

0 comments on commit 064e3c7

Please sign in to comment.