Inside Sabertooth
Learn how Sabertooth uses 3ds Max to create 3D interactive projects, including HBO Go’s Game of Thrones interactive experience
  • 1/3
You are here: Forum Home / Autodesk® MotionBuilder® / Open Reality / ShowTool + FBtool ==> not working
  RSS 2.0 ATOM  

ShowTool + FBtool ==> not working
Rate this thread
 
59381
 
Permlink of this thread  
avatar
  • Total Posts: 4
  • Joined: 26 June 2008 09:02 PM

Hi All!

I created a tool which is working pretty well when you use it from the OpenReality Menu.
Now I would like to call my FBTool using the ShowTool python function.

What should I pass to the function as a parameter?

After that I try to create a c++ function that I called in Python.

void PythonShowToolvoid )
{
    ORTool myTool
;
    
myTool.FBCreate();
}

But it crashes when reaching this line :

FBToolImplementation(    ORTOOL__CLASS    );

Do you have any idea?

Thanks
François



Replies: 0