Hello! I modified for me commenting two lines one of the exporter I found in Blender's forums. It works for me and I posted it in the community's forums.
the file: http://www.geocities.com/inkoia/project/blender2cal3d_4.zip the code: http://www.geocities.com/inkoia/project/blender2cal3d_4.py.txt I don't remember if the file there is changed or not, anyway, this is the change I did: original: ---------------------------------------------------------------------------------- ... if outputuv: vertex.maps.append(Map(*uv)) ... if outputuv: vertex.maps.append(Map(*uv)) ... ------------------------------------------------------------------------------------- changed: ------------------------------------------------------------------------------------ ... #if outputuv: vertex.maps.append(Map(*uv)) ... #if outputuv: vertex.maps.append(Map(*uv)) ... --------------------------------------------------------------------------------- 2006/7/14, Jörg Sesterhenn <[EMAIL PROTECTED]>: > Hi, > > I want to export some animations which I did in Blender to CAL3D. I am aware > that there is an exporter script for that purpose, however I tried several > versions of this script (and there are quite a lot floating around in the > net...) and none seems to work for me - either there are errors while > exporting, or the resulting files from export contain no animation. > > I'm using Blender 2.41, CS (SVN snapshot of 2006-05-31) and Win32libs > (0.99r0_021 including a cal3d CVS snapshot of 2006-04-06) all under WinXP. > > What version-combination of Blender and CAL3D-exporter is working and in use > in > current projects? > > The instructions I followed to do my animation are these: > http://community.crystalspace3d.org/tiki-read_article.php?articleId=16 > > If anyone could also provide a working blender-examplefile for his > blender/exporter combination, that would realy help me to rule out > any mistakes I made following the above instructions. > > TIA > Jörg Sesterhenn > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Crystal-main mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/crystal-main > Unsubscribe: mailto:[EMAIL PROTECTED] > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[EMAIL PROTECTED]
