|
I try MatchMover 2011.
First: I can’t start the 32Bit one, see: http://area.autodesk.com/for...atchmover-is-not-running/
But i can start the 64Bit version.
I tracked a scene and will export it to 3dsmax 2011.
It seems i didn’t get a max script file, if i use “3D Studio Max (*.ms)”
The generated file looks like this:
-- REALVIZ software exported file -- (c) REALVIZ 1999-2003 -- Export tag: $Revision: 1.18 $
-- Creation date : Fri May 07 09:44:03 2010
frameRate = 25
animationRange = interval 0f 1573f
-- The camera and its keyframes
animate on (
c = freecamera name:"REALVIZ" at time 0f c.rotation = quat 0 0.988771 0.149438 0
at time 0f c.position = [0,12.4481,-27.5519]
at time 0f c.fov = 35.4893
at time 1f c.rotation = quat 0 0.988771 0.149438 0
at time 1f c.position = [0,12.4481,-27.5519]
at time 1f c.fov = 35.4893 ... )
-- The 3D Points (declaration)
-- The SubGroups of Points
sg1= group $Track1* name:"GAuto Tracks" sg1.position = [0,0,0]
-- The Group of Points (root)
g= group $G* name:"rzGroup" g.position = [0,0,0]
-- The 3D Points (naming)
-- The groups (naming)
sg1.name= "Auto Tracks" -- The 3D Points (position and scale)
If i use FBX export, i will get the error: “Can’t open file...”
|
|
|
|
I never got the FBX export to work either. I use the maxscript exporter. What you have there looks like a maxscript from MM, but it is only 2 frames long. I only see camera info for frames 0 and 1. Did you solve for a longer sequence?
EDIT: Looking again, there does not appear to be any tracking points defined either. Are you sure you did track the sequence properly? Did you do the tutorials that come with MM? Also see these tutorials.
|
|
|