将日志消息打印到MotionBuilder

时间:2015-06-22 17:17:40

标签: c++ autodesk motionbuilder

我想使用MotionBuilder 2013 API将消息从C ++记录到MotionBuilder控制台。

Example image

我想要显示一条消息,显示“Hello”的打印位置。或者如果在运动建造者的其他地方那是不可能的话。该消息已在python中显示为print语句。

在Maya中,您使用:MGlobal::displayInfo(msg);

在3ds Max中你可以使用:

the_listener->edit_stream->wputs(wcharConverter);
the_listener->edit_stream->flush();

是否有动画制作版本?我搜索过api但似乎无法找到电话。 http://docs.autodesk.com/MB/MB2013/ENU/MotionBuilder-SDK-Documentation/index.html

1 个答案:

答案 0 :(得分:0)

您是否尝试过FBTrace("Message")

签入以下文档:C ++ API - >模块 - >跟踪实用程序功能