Skip to content
Snippets Groups Projects
Commit 4e6355fa authored by Amorilia's avatar Amorilia
Browse files

contrib/niflib/pywrap:

* NiSkinInstance hiding fix
* looks like everything works; now DEBUG=False in scons to reduce library size
parent f339ac19
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,9 @@ public:
* This constructor is called by NiTriBasedGeom when it creates a new skin
* instance using the BindSkin function.
*/
#ifndef SWIG // for some reason SWIG cannot properly hide this function in NiSkinInstanceRef
NIFLIB_HIDDEN NiSkinInstance( Ref<NiNode> skeleton_root, vector< Ref<NiNode> > bone_nodes );
#endif
NIFLIB_API ~NiSkinInstance();
//Run-Time Type Information
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment