mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
report maya version
This commit is contained in:
parent
4131f7f2d7
commit
1b31d63ef9
@ -156,6 +156,12 @@ open_api(string program_name) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_global_api = new MayaApi(program_name);
|
_global_api = new MayaApi(program_name);
|
||||||
|
|
||||||
|
if (maya_cat.is_debug()) {
|
||||||
|
maya_cat.debug()
|
||||||
|
<< "Using Maya library version " << MGlobal::mayaVersion().asChar()
|
||||||
|
<< ".\n";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return _global_api;
|
return _global_api;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user