1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-31 14:36:39 +00:00

Merge pull request #3082 from akortunov/warnfix2

Add new scene nodes to scene graph serializer blacklist
This commit is contained in:
Bret Curtis 2021-05-10 09:21:42 +02:00 committed by GitHub
commit f84e9f5fb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -131,9 +131,11 @@ void registerSerializers()
"SceneUtil::StateSetUpdater", "SceneUtil::StateSetUpdater",
"SceneUtil::DisableLight", "SceneUtil::DisableLight",
"SceneUtil::MWShadowTechnique", "SceneUtil::MWShadowTechnique",
"SceneUtil::TextKeyMapHolder",
"Shader::RemovedAlphaFunc",
"NifOsg::LightManagerStateAttribute",
"NifOsg::FlipController", "NifOsg::FlipController",
"NifOsg::KeyframeController", "NifOsg::KeyframeController",
"NifOsg::TextKeyMapHolder",
"NifOsg::Emitter", "NifOsg::Emitter",
"NifOsg::ParticleColorAffector", "NifOsg::ParticleColorAffector",
"NifOsg::ParticleSystem", "NifOsg::ParticleSystem",
@ -147,6 +149,7 @@ void registerSerializers()
"NifOsg::VisController", "NifOsg::VisController",
"osgMyGUI::Drawable", "osgMyGUI::Drawable",
"osg::DrawCallback", "osg::DrawCallback",
"osg::UniformBufferObject",
"osgOQ::ClearQueriesCallback", "osgOQ::ClearQueriesCallback",
"osgOQ::RetrieveQueriesCallback", "osgOQ::RetrieveQueriesCallback",
"osg::DummyObject" "osg::DummyObject"