code-google-com / opencollada

Automatically exported from code.google.com/p/opencollada
0 stars 0 forks source link

Bake animation does not work with maya 2011 64bit, operCollada 1.3.0rc1 #96

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open Maya 2011 64bit.
2. Create joints, rig them so they controlled by objects with constrains.
3. Create animation on control objects (not on joints).
4. Try to export with "bake transforms".

What is the expected output? What do you see instead?

You will have no baked animation. Just the first frame.

What version of the product are you using? On what operating system?

Windows 7 64bit, Maya 2011 64bit, OpenCOLLADA_Maya_1.3.0rc1.

Please provide any additional information below.

Usuallu you see how currentTime indicator runs through time slider, bakeing all 
keyframes. Now it does not happening. And you dont have animation in dae-file 
after export.

script editor reads (paths deleted by *****):

===========================
file -force -options 
"bakeTransforms=1;relativePaths=0;copyTextures=0;exportTriangles=1;cgfxFileRefer
ences=0;isSampling=1;curveConstrainSampling=0;removeStaticCurves=1;exportPolygon
Meshes=1;exportLights=1;exportCameras=1;exportJointsAndSkin=1;exportAnimations=1
;exportInvisibleNodes=0;exportDefaultCameras=0;exportTexCoords=1;exportNormals=1
;exportNormalsPerVertex=1;exportVertexColors=1;exportVertexColorsPerVertex=1;exp
ortTexTangents=1;exportTangents=1;exportReferencedMaterials=0;exportMaterialsOnl
y=0;exportXRefs=0;dereferenceXRefs=1;exportCameraAsLookat=0;cameraXFov=0;cameraY
Fov=1;doublePrecision=0;" -type "OpenCOLLADA exporter" -ea "D:/*****/tanya.dae";
fileCmdCallback;
about -application;
// Result: maya // 
about -product;
// Result: Maya 2011 // 
about -version;
// Result: 2011 Hotfix 2 x64 // 
about -cutIdentifier;
// Result: 201006030309-775258 // 
about -osv;
// Result: Microsoft Windows 7 Ultimate Edition, 64-bit Windows 7  (Build 7600)
 // 
file -q -ns;
// Result: Pioneer_Animated_4 // 
file -q -exn;
// Result: D:/*******/tanya.mb // 
currentUnit -q -linear -fullName;
// Result: meter // 
file -q -ns;
// Result: Pioneer_Animated_4 // 
// Error: Export of constraints not supported: bn_Head_01_orientConstraint1 // 
// Error: Export of constraints not supported: bn_l_Hand_01_orientConstraint1 
// 
// Error: Export of constraints not supported: bn_l_Collar_01_orientConstraint1 
// 
// Error: Export of constraints not supported: bn_r_Hand_01_orientConstraint1 
// 
// Error: Export of constraints not supported: bn_r_Collar_01_orientConstraint1 
// 
// Error: Export of constraints not supported: bn_l_Foot_01_orientConstraint1 
// 
// Error: Export of constraints not supported: bn_r_Foot_01_orientConstraint1 
// 
memory -he;
// Result: 620.914063 // 
memory -fr;
// Result: 910.402344 // 
memory -pf;
// Result: 713497 // 
// Result: D:/*****/tanya.dae // 

Original issue reported on code.google.com by neolyn...@gmail.com on 16 Jul 2010 at 10:13

GoogleCodeExporter commented 9 years ago

Original comment by opencollada2@googlemail.com on 25 Jan 2011 at 12:17