|
maxVR.qt creates a so called TrackView node in 3ds max to store the settings with the scene. Any 3ds max that has not maxVR.qt installed will show an error message informing the user about this. This is not a bug of the plug-in itself! It is the suggested method of Autodesk of how plug-ins must behave in 3ds max. Usually this error message is not problematic and the settings will not be lost when saving the scene again. However, for network rendering machines this might cause a render abort. To avoid this problem, use the following max script command to "clean" the scene from any sign of maxVR.qt. Open the max listener and type the following line.
deletetrackviewnode trackviewnodes.maxvr2_qt
Use the ENTER key on the numpad to execute the command. BEWARE! You will lose all settings of the maxVR.qt plug-in.
|