#include "ScriptingCommon.h" #include "Scene/PatchNode.h" WRAP(PatchNode) { class_("PatchNode", no_init) .def("getMaterialRuntime", (MaterialRuntime& (PatchNode::*)())( &PatchNode::getMaterialRuntime), return_value_policy()) ; }