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...
Show off your group to the world. Share a photo of your group with us.

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 67 - 117 of 248   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
67
I updated 2 Makefiles for compilation on Ubuntu with python2.5. When I execute dance the grid display comes up but buttons are missing. I then get messages...
tnnetter
Offline Send Email
Jun 12, 2007
3:10 pm
68
I'm going to be posting a new version of DANCE with a lot of linux build problems fixed soon. I don't have a Ubuntu box, but perhaps when I post the new...
shapiroari
Offline Send Email
Jun 17, 2007
7:54 pm
69
I am attempting to compile the entire solution in Visual Studio 2005 and am receiving the following error: "C:\Program Files\Microsoft Visual Studio...
David Chandler
djchandlerman
Offline Send Email
Jul 18, 2007
4:06 pm
70
To fix this problem: In dance_v3/core/src/dancePython.h: Change lines 45 - 49 from: #ifdef _DEBUG #undef _DEBUG #include <Python.h> #define _DEBUG #elseto to: ...
shapiroari
Offline Send Email
Jul 19, 2007
10:48 am
71
Missed one - theres one more place to add the #define: in: dance_v3/controllers/PosePDController/PoseInterpreter.h at lines 8 - 13, replace: #ifdef _DEBUG ...
shapiroari
Offline Send Email
Jul 19, 2007
10:53 am
72
Here are some steps to compile DANCE on Visual Studio 2005: 1) Download latest ImageMagick from www.imagemagick.org In: Tools/Options/Projects and...
shapiroari
Offline Send Email
Jul 19, 2007
10:59 am
73
It looks like the Python.h file is in a few more places, so make sure to add: #undef _CRT_MANIFEST_RETAIL after the #define _DEBUG to the following...
shapiroari
Offline Send Email
Jul 19, 2007
11:09 am
74
It looks like the Python.h file is in a few more places, so make sure to add: #undef _CRT_MANIFEST_RETAIL after the #define _DEBUG to the following...
shapiroari
Offline Send Email
Jul 19, 2007
11:10 am
75
When I import a 3DS or OBJ model it will show up, but as soon as I check the "Geometry Affected" check box in the "ODECollision" tab (generated by the...
Dave
djchandlerman
Offline Send Email
Aug 1, 2007
1:20 pm
76
Dave, It looks like a bug in the collision code. If you have access to the code, you can add to the file dance_v3/actuators/ODECollision/ODECollision.cxx at...
shapiroari
Offline Send Email
Aug 2, 2007
5:29 am
77
Thanks so much for the info! I think I will wait for the next release. Dave ... sizeof(wchar_t) );...
Dave
djchandlerman
Offline Send Email
Aug 9, 2007
6:06 pm
78
I am having trouble compiling in Ubuntu as well. My error is as follows... CRSpline3D.cxx: In constructor `CRSiterator::CRSiterator(CRSpline3D*)': ...
Damian
vitaebello78
Offline Send Email
Aug 15, 2007
2:11 am
79
That particular plugin (CRSpline3D) isn't necessary for DANCE to operate, so you can rename Makefile in the geometries/CRSpline3D directory to Makefile.nobuild...
shapiroari
Offline Send Email
Aug 15, 2007
4:20 pm
80
Hi dancedev Group I am starting a project that should be a virtualization of Karate katas (a predefined movement sequence, perhaps more people know Tai Chi,...
Gregory Bleiker
gregory_bleiker
Online Now Send Email
Sep 17, 2007
9:15 pm
81
You might want to try Poser again. It is designed for what you are describing. Unfortunately, it is difficult with any tool to generate human-like animation -...
shapiroari
Offline Send Email
Sep 19, 2007
4:19 pm
82
Hi Gregory, Being able to script natural looking animations is a very interesting concept, but quite an endeavour! You cannot simply interpolate in XYZ space...
Sébastien Quirion
squirion@...
Send Email
Sep 20, 2007
2:53 am
83
Hi all-- For what it's worth, I think there was a poster at SCA this year about putting together Ballet movement animations for teaching purposes. If I...
Brian Allen
dexter_allen
Offline Send Email
Sep 20, 2007
3:06 am
84
I have retreived some of the papers from the project you are refering to: http://www.ncd.matf.bg.ac.yu/casopis/08/NCD08067.pdf (free) ...
Sébastien Quirion
squirion@...
Send Email
Sep 20, 2007
2:49 pm
85
Dear group Thank you for your various input. I looked at your links and the "Grochow's work" one looks nice and close to what I'm looking for, although I never...
Gregory Bleiker
gregory_bleiker
Online Now Send Email
Sep 20, 2007
3:28 pm
86
Gregory, These are the current motion capture/keyframe features that you can do right now in DANCE without programming: - load mocap - play mocap - keyframe...
Ari Shapiro
shapiroari
Offline Send Email
Sep 20, 2007
3:41 pm
87
any idea why I'm getting this linker error (and one more like this) when trying to build the solution(sorry about the length): File: msvcprtd.lib "Error 1error...
mudmen7
Offline Send Email
Oct 28, 2007
6:56 am
88
In which project are you getting this linker error? Ari -- ... Ari Shapiro, Ph.D. ashapiro@... 310-429-1181...
Ari Shapiro
shapiroari
Offline Send Email
Oct 28, 2007
5:43 pm
89
I just uploaded a version of the 2006 DANCE version that compiles cleanly with Visual Studio 2005. Also, I updated the ODE version to 0.9. The file can be...
shapiroari
Offline Send Email
Oct 30, 2007
7:06 am
97
Hi! How can I connecte the articulated object to a static position.For example I want to let the left hand of the human hold the some static object and move...
cxyzhao
Offline Send Email
Jan 23, 2008
8:28 am
98
The version of DANCE that is currently available online (dance_v3_binary_072506.zip & dance_v3_072506_1625.zip) cannot perform that function, although I do...
shapiroari
Offline Send Email
Jan 24, 2008
6:01 am
99
Thank you! Hope to see the new vision in time , I have waited for it for a long time:) By the way , I can help you to do something if you need some help for...
cxyzhao
Offline Send Email
Jan 24, 2008
11:52 pm
102
I've successfully compiled DANCE in VC9 (Visual C++ 2008). Hereafter the troubles I had, and how I solved them. But: last trouble is not solved yet :-( 1....
ciapistess
Offline Send Email
Feb 24, 2008
1:02 am
109
Hi All, I've downloaded DANCE visual studio 2005 source code and it have compiled ok, but I've got the same problem as Andrea in tutorial 6. Any idea? Thanks a...
xavierllrod
Offline Send Email
Apr 9, 2008
2:06 pm
110
The crash can be fixed by changing the code in Sensor/Sensor.cpp at line 87 from: danceInterp::OutputMessage("Sensor '%s' has been enabled."); to ...
shapiroari
Offline Send Email
Apr 10, 2008
6:21 pm
117
I downloaded dance_v3_072506_1625_vs2005, ImageMagick-6.2.8-5-Q8-windows-dll and python-2.4.3 to compile. when i compiled it in VS 2005 i got the following...
muniraj_143
Offline Send Email
May 30, 2008
8:37 pm
Messages 67 - 117 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