Thanks for this ... I started again and I have now done this. libc was already in the ... so ... still ... I have added c:/Python24/include again (as I did...
... I would check Linker/input/Additional Dependencies and see if python24_d.lib appears somewhere. If so, change it to python24.lib. Alternatively, you could...
Gerrit, It looks like there is a small problem with the distribution: 1) In core/src/GLutilities.cxx You should change the line: #include <gl/glut.H> to ...
Ari, thanks! I don't get any segmentation faults anymore. Unfortunately there is another problem, but this problem can be solved easily. All the data has the...
Hello Ari, I like the skeleton model very much. I would really like to animate my motion capture data as a skeleton. I haven't really understood yet, how I...
... There are two ways to animate motion capture data: 1) You can render them directly from the screen or to a POVRay file. There is a default appearance to...
I'm trying to compile 'DANCE' with .NET2005. and, I've also got the same error process(?) as previous messages. after fixing "dancePython.h" file and changing...
Hi, shapiroari I've checked the python version, it was 2.4.1 Thus, I removed it and re-installed 2.4.2 version. Tried to compile. but, I've got same error...
All, I have created an updated DANCE version. I recommend that you upgrade your code to this version. The ODE simulation is much more stable and is able to...
Hi , I'm new to this list I'm involved in the production of 3D content Does dance license prohibits its use in a production environment ? Serge Bakkal...
... Serge, The DANCE license allows you to use the program for academic or non-commercial purposes. If you have a commercial/production use, then we'll have to...
Hi! Just a little note for those of you who are trying to build DANCE under .NET 2005: - You will want to rebuild 'ode.dll' with .NET 2005 as the ode.dll file ...
Sébastien Quirion
squirion@...
Aug 23, 2006 8:15 pm
48
Hi! At page 75 of the DANCE manual, there is a description of a MocapTrakingController plugin. However, this plugin does not seem to be present in the latest...
Sébastien Quirion
squirion@...
Aug 23, 2006 8:30 pm
49
Hi Sébastien, There are a couple of projects that are included, but not actually added to the solution. You should be able to right-click on dance_v3 in the...
Sébastien, The MocapTrackingController code is a little buggy and the interface is a little sloppy. I'm retooling it as a physically-based retargeting plugin...
Thank you! ... From: "Brian Allen" <chokma@...> To: <dancedev@yahoogroups.com> Sent: Wednesday, August 23, 2006 4:56 PM Subject: Re: [dancedev]...
Sébastien Quirion
squirion@...
Aug 24, 2006 2:45 pm
53
Hi Ari! When you talk about physically-based retargeting, is it correct to understand that you want to create a controller able to move the character under...
Sébastien Quirion
squirion@...
Aug 24, 2006 3:22 pm
54
Sébastien, ... character ... The current plugin has code for both, although neither piece works very well right now. I have been changing the code to make the...
Hi all, I am trying to install the latest version of DANCE in ubuntu but I have the following error ../../core/src/AnimationSequence.h:103: error: extra...
Hi all, I am trying to install the latest version of DANCE in ubuntu but I have the following error ../../core/src/AnimationSequence.h:103: error: extra...
Fanouris, It appears that the FindMatch() method declaration includes the scoped name AnimationSequence:: in the .h file by mistake. Change it from: int...
Hi, Also I had the same error in the file ODEManagerWindow.h at line 44 and I did the same, so the compiler passed that error but now I have the following ...
Thanks for the fix! I have a new version of DANCE coming out soon, so I'll make sure that problem is taken care of. If you have a chance, please give me...