Search the web
Sign In
New User? Sign Up
dancedev · DANCE software development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 31 - 60 of 248   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
31
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...
ellisondavid2000
ellisondavid...
Offline Send Email
May 2, 2006
10:33 am
32
... 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...
shapiroari
Online Now Send Email
May 4, 2006
6:21 am
33
Hi DANCE-Users, has anyone already achieved to install the Linux-DANCE-version properly? I have several problems: 1. #include <gl/glut.H> needed by...
gerrit.schultz
Offline Send Email
May 11, 2006
10:19 am
34
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 ...
shapiroari
Online Now Send Email
May 11, 2006
7:52 pm
35
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...
gerrit.schultz
Offline Send Email
May 12, 2006
2:55 pm
36
It looks like the motion capture data wasn't included in the distribution. For the most part, I am using the mocap data from CMU's mocap website...
shapiroari
Online Now Send Email
May 12, 2006
9:11 pm
37
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...
gerrit.schultz
Offline Send Email
May 15, 2006
5:07 pm
38
... 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...
shapiroari
Online Now Send Email
May 17, 2006
6:59 pm
39
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...
chinyohan
Online Now Send Email
Jul 21, 2006
9:31 pm
40
What version of Python are you using? Ari...
shapiroari
Online Now Send Email
Jul 24, 2006
11:05 pm
41
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...
chinyohan
Online Now Send Email
Jul 25, 2006
12:52 am
42
Can you try downloading the new version of DANCE and tell me if you still have the same problem? Ari ... __cdecl ... static int ... static...
shapiroari
Online Now Send Email
Jul 26, 2006
2:37 am
43
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...
shapiroari
Online Now Send Email
Jul 26, 2006
2:37 am
44
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_bakkal
Offline Send Email
Aug 5, 2006
8:27 pm
45
... 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...
shapiroari
Online Now Send Email
Aug 5, 2006
8:44 pm
46
All, If you are having trouble running Tutorial 4 - Many Skeleton Ragdolls from the new DANCE release, perform the following change: In...
shapiroari
Online Now Send Email
Aug 6, 2006
11:13 pm
47
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@...
Send Email
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@...
Send Email
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...
Brian Allen
dexter_allen
Offline Send Email
Aug 23, 2006
9:12 pm
50
Sébastien, I just checked in the corrected version of ModelWindow.cxx to CVS. Thanks for the fix! brian ... -- Brian Allen vector@... ...
Brian Allen
dexter_allen
Offline Send Email
Aug 23, 2006
9:15 pm
51
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...
shapiroari
Online Now Send Email
Aug 23, 2006
9:54 pm
52
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@...
Send Email
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@...
Send Email
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...
shapiroari
Online Now Send Email
Aug 25, 2006
6:03 pm
55
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...
fan_opencv
Offline Send Email
Feb 15, 2007
12:17 pm
56
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 Moraitis
fan_opencv
Offline Send Email
Feb 15, 2007
12:21 pm
57
Fanouris, It appears that the FindMatch() method declaration includes the scoped name AnimationSequence:: in the .h file by mistake. Change it from: int...
shapiroari
Online Now Send Email
Feb 15, 2007
4:32 pm
58
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 ...
fan_opencv
Offline Send Email
Feb 16, 2007
11:12 am
59
Hi, I am running the latest binary version of DANCE under Windows XP. I noticed that files 17.asf and 17_10.amc are missing from ...
elayoubii
Offline Send Email
Mar 6, 2007
1:33 pm
60
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...
Ari Shapiro
shapiroari
Online Now Send Email
Mar 6, 2007
4:07 pm
Messages 31 - 60 of 248   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help