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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 117 - 146 of 248   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
118
Assuming that you have the directory c:\dance_v3, try setting: DANCE_DIR to c:/dance_v3 (note the forward slashes, not backwards) and FLTK_DIR to...
shapiroari
Offline Send Email
May 31, 2008
7:45 pm
119
I got bvh from somewhere on the web, loaded on "MotionPlayer" by "Load Motion" option, then converted it to simulated character by clicking on "Convert to...
jlastsong
Offline Send Email
Jun 1, 2008
5:58 am
120
hi, could anyone give me tips on how to make skeleton model kick a ball ( from tutorial 3)? I want to make two characters pass balls to each other.. any help...
jlastsong
Offline Send Email
Jun 1, 2008
11:37 am
121
when I save a session of working ragdoll simulation, and reload it again, the system crashes and closes. How can I fix this? Also, how do I incorporate...
jlastsong
Offline Send Email
Jun 2, 2008
10:17 pm
122
hi I deleted everything and reinstalled again and it works well thanks for the help Regards Muniraj shapiroari <shapiroari@...> wrote:...
muni raj
muniraj_143
Offline Send Email
Jun 3, 2008
1:14 pm
123
This is an extremely difficult task if you want to do it during physical simulation. You would need to write a controller (look at TestController) that would...
shapiroari
Offline Send Email
Jun 5, 2008
5:06 pm
124
The sessions are saved as python commands in the .dpy file. If you open that file, you will see all the DANCE commands that are necessary to reconstruct your...
shapiroari
Offline Send Email
Jun 5, 2008
5:11 pm
125
Thank you for your help. Can I ask one more question? How can I make a ragdoll hang onto a bar that will be hanging in the midair? When I throw a ball at it...
Jamie Park
jlastsong
Offline Send Email
Jun 8, 2008
5:43 am
126
Thank you very much for your help. I attached the dpy file. I loaded the Tutorial 3 script "Skeleton with Pose control and collision" and just added another...
Jamie Park
jlastsong
Offline Send Email
Jun 8, 2008
8:12 am
127
I have a newer version of DANCE that allows you to attach bones to other characters or to fixed points in the scene. You cannot do it easily with this version...
shapiroari
Offline Send Email
Jun 10, 2008
4:37 am
128
Jamie, Can you send me the entire dancesession.test directory as well? That contains the specific poses and geometry of each skeleton. Regards, Ari Shapiro ......
shapiroari
Offline Send Email
Jun 10, 2008
4:41 am
129
OMG I am very interested in the new version!!! I am so eager to try it! I think the new version will help me greatly!! Thank you ... From: shapiroari...
Jamie Park
jlastsong
Offline Send Email
Jun 13, 2008
7:46 am
130
I attached the entire dance session. Thank you so much for your help. ... From: shapiroari <shapiroari@...> To: dancedev@yahoogroups.com Sent: Monday,...
Jamie Park
jlastsong
Offline Send Email
Jun 13, 2008
7:49 am
131
I'm very interested in the new version. I'm trying to apply DANCE in the biomechanics field so these new functionalities look useful. Thank you. Andrea....
andrea.chiodi@...
ciapistess
Offline Send Email
Jun 13, 2008
1:36 pm
132
It looks like there is some error with the 'smiley' material on the ball. Edit the file test.dpy and change line 43 from: dance.geometry("sphere", "material",...
shapiroari
Offline Send Email
Jun 17, 2008
3:08 am
133
hi I am very interested in making very natural human motion simulation by combining physic-based dynamic simulation and motion capture data. Could you give me...
Jamie Park
jlastsong
Offline Send Email
Jun 20, 2008
8:54 am
134
Do you know about "inverse dynamics"? You should be more specific about what you want to achieve. Is the mocap data for learning only, or is it the "framing"...
Lukasz Stafiniak
lukstafi@...
Send Email
Jun 21, 2008
8:16 pm
135
Hi I download dance_v3 2005, when I am building it, the following error exists numerous times. 3>c:\dance_v3\core\src\defs.h(45) : fatal error C1083: Cannot...
forestluozq
Offline Send Email
Dec 5, 2008
9:52 am
136
Did you set your DANCE_DIR environment variable like: c:/dance_v3 (using forward slashes) before you opened Visual Studio? Ari Shapiro...
shapiroari
Offline Send Email
Dec 5, 2008
10:09 pm
137
Hi Ari I have set DANCE_DIR in winXP, in control panel>system>advance>environmental variable, add DANCE_DIR c:/dance_v3 But I still meet the same error. Do I...
forestluozq
Offline Send Email
Dec 6, 2008
3:04 am
138
I was able to elicit the same error as you report when my DANCE_DIR variable is not set to the dance_v3 directory properly. Where is the path to DANCE that you...
shapiroari
Offline Send Email
Dec 6, 2008
7:11 pm
139
Hi Ari I extract DAnce to the folder c:/dance_v3, that means the dance_v3.sln lies in this folder (c:/dance_v3). I then add the DANCE_DIR in windoww XP as...
forestluozq
Offline Send Email
Dec 7, 2008
6:51 am
140
Try this: Right click on the dance_v3 project, the choose Properties. Under Configuration Properties / C/C++ / Command Line, send me the contexts of the text...
Ari Shapiro
shapiroari
Offline Send Email
Dec 7, 2008
8:06 pm
141
Hi The context in Command Line is following: /Od /Ob1 /I "c:/dance_v3/libinclude" /I "c:/dance_v3/core/math" /I "c:/dance_v3/extensions/fltk-2.0.x-r4773" /I...
forestluozq
Offline Send Email
Dec 8, 2008
2:38 am
142
There's an extra space between the DANCE_DIR variable (notice on the first line after the /I) which is preventing Visual Studio from finding the right path. ...
Ari Shapiro
shapiroari
Offline Send Email
Dec 8, 2008
3:06 am
143
Hi Ari It is the point you point out, although this can not be found in the Additional Include Directories. I just rewrite the $(DANCE_DIR)/core/math in the...
forestluozq
Offline Send Email
Dec 8, 2008
5:11 am
144
All, I have posted a new version of DANCE with updated code at: http://www.magix.ucla.edu/dance/#download The new version is: dance_v4_012109.zip This version...
shapiroari
Offline Send Email
Jan 21, 2009
10:45 pm
145
Hi, I try to compile with VS2005 and I get the following errors when I compile fltk library. I honestly cannot figure them out. All Include files are correctly...
dmarisol_03
Offline Send Email
Jan 22, 2009
7:14 pm
146
What specific version of Visual Studio 2005 are you using (Help -> About Visual Studio)? Ari...
shapiroari
Offline Send Email
Jan 23, 2009
12:34 am
Messages 117 - 146 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