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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 178 - 207 of 248   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
178
Hi, I have been trying to install dance software in Ubuntu 8.10. But after solving all the compiler errors, the make command finally worked. But there is still...
Sinan Mutlu
sinanmut
Offline Send Email
Mar 9, 2009
9:04 am
179
That's a very unusual problem, particularly the log off. Question for you: 1) What changes did you have to make to get the compilation and building to work? 2)...
Ari Shapiro
shapiroari
Online Now Send Email
Mar 9, 2009
5:28 pm
180
It had problems about the headers such that it was giving errors for "atoi" and "atof". Maybe the errors are coming from the other packages, I do not clearly...
Sinan Mutlu
sinanmut
Offline Send Email
Mar 9, 2009
10:12 pm
181
Sinan, Have you tried running DANCE in debug mode with gdb? Build with 'make debug' instead of 'make', then run 'gdb bin/dance' (from the DANCE_DIR directory)...
Ari Shapiro
shapiroari
Online Now Send Email
Mar 10, 2009
3:58 pm
182
Yes, I tried know, and same thing happened again. Maybe it is because of my graphic card but other 3D applications are working at least blender. I do not know...
Sinan Mutlu
sinanmut
Offline Send Email
Mar 10, 2009
11:07 pm
183
I've hobbled together a Ubuntu 8.10 box and have been trying to build DANCE on it. Here are some changes that need to be made to the DANCE code to build on...
shapiroari
Online Now Send Email
Mar 12, 2009
7:15 am
184
In another computer I am getting the following error. the processor in this machine is 64bits. How can I solve the problem when compiling. I am beginner in...
Sinan Mutlu
sinanmut
Offline Send Email
Mar 12, 2009
3:15 pm
185
You need to rebuild with the -fPIC. Make sure that your $DANCE_DIR/Makefile.inc file has the following lines: CFLAGS=-Wall -fPIC Also, you might need to...
Ari Shapiro
shapiroari
Online Now Send Email
Mar 12, 2009
4:43 pm
186
Hi again, Now I am getting the fallowing errors that you can find in the attached file. Thank you very much for your time. ________________________________ ...
Sinan Mutlu
sinanmut
Offline Send Email
Mar 12, 2009
7:25 pm
187
Make sure that you have a directory called: $DANCE_DIR/plugins/linux That looks like the problem where the Makefile isn't properly detecting the $OSTYPE (which...
Ari Shapiro
shapiroari
Online Now Send Email
Mar 12, 2009
7:31 pm
188
Hi has anyone trid to add a mesh over the skeleton to give a more realistic body? If not then I will attempt to do this at some point. I noticed there is code...
nathanael_inkson
nathanael_in...
Offline Send Email
Mar 16, 2009
3:35 pm
189
Hi. Does anyone know the script commands for changing view and zoom? I can't find these in the manual. Thanks, Yejin...
yejink76
Offline Send Email
Mar 16, 2009
11:26 pm
190
If you look in the commandPlugIn function in DView.cxx you will see all the possible commands. I believe "target" will allow you to change the position of the...
tylernm@...
tylernm...
Offline Send Email
Mar 17, 2009
12:33 am
191
You can also change the camera distance with the "distance" command: dance.view("view_perspective", "distance", 100) if you don't put in the third parameter,...
Ari Shapiro
shapiroari
Online Now Send Email
Mar 17, 2009
1:51 am
192
You'll need to fix a couple lines of code to get the mesh skinning working: In modifiers/LinearSkinning.cxx, line 2771, change from: m_skinWeights.reserve(5 *...
shapiroari
Online Now Send Email
Mar 22, 2009
6:44 pm
193
Hey Ari, Thank you so much for taking the time to instruct me. I'll give it a go later this week. Do you know if there an easy way that I can display the...
Nathanael inkson
nathanael_in...
Offline Send Email
Mar 23, 2009
9:40 am
194
The Simulator UI tab has a checkbox that will let you display the center of mass of the each body on the skeleton. If you run Tutorial 7, there is a controller...
Ari Shapiro
shapiroari
Online Now Send Email
Mar 23, 2009
5:55 pm
195
Hi Ari, As you may remember I am using Dance v3 because Michael Neffs custom plugins only work with DANCE v3 at the moment. Unfortunately DANCE hangs when I...
tylernm@...
tylernm...
Offline Send Email
Apr 8, 2009
3:52 am
196
Hi Tyler, I took a brief look yesterday, and tracked down the problem on Windows, but didn't find a solutions (something to do with corrupt memory). I'm...
Ari Shapiro
shapiroari
Online Now Send Email
Apr 8, 2009
8:31 pm
197
Hi I created a simple pendulum in Dance. I need to generate graphs like Displacement Vs Time. So i need the values of the displacement and time. what should i...
muniraj_143@...
muniraj_143
Offline Send Email
Apr 9, 2009
3:41 pm
198
Ok, I figured out the problem: The MotionPlayer plugin was not deleting the Characters, and during the Debug execution of DANCE, I dump out all the memory that...
Ari Shapiro
shapiroari
Online Now Send Email
Apr 9, 2009
4:28 pm
199
Hi Muniraj, A relatively easy way to accomplish this is to use the controller scripting interface. There are functions in the scripting interface that can read...
Ari Shapiro
shapiroari
Online Now Send Email
Apr 9, 2009
9:45 pm
200
I've attached the DumpData.py file in case there is any problem in copy/pasting this file. Ari ________________________________ From: "muniraj_143@..."...
Ari Shapiro
shapiroari
Online Now Send Email
Apr 9, 2009
9:46 pm
201
I added that bit to the destructor for MotionPlayer but there a still maaaany undelete objects getting dumped. In CharJoint.cxx I modified the destructor so...
tylernm@...
tylernm...
Offline Send Email
Apr 9, 2009
10:42 pm
202
The fastest way to avoid this problem is to change eliminate the debug checking by changing dance_v4/core/src/main.cxx from: #ifdef _DEBUG // Memory leaks...
Ari Shapiro
shapiroari
Online Now Send Email
Apr 10, 2009
12:13 am
203
Hi thanx for the reply and help. I get the following error. Please can u help me to resolve it thanx Muniraj Pose #0 - 'DumpData' added... Pose 'DumpData' has...
Muniraj
muniraj_143
Offline Send Email
Apr 10, 2009
10:21 am
204
It looks like you have the DANCE version 3 code (dance_v3), which doesn't have the python scriptiing interface.The dance_v4 version of the code includes the...
Ari Shapiro
shapiroari
Online Now Send Email
Apr 10, 2009
3:03 pm
205
If you rebuild the ImageMagick library with the configure option: --with-quantum-depth=8 you should be able to see the textures properly. So you might do: ...
shapiroari
Online Now Send Email
Apr 10, 2009
9:08 pm
206
Hi, Ari. I have rebuilt ImageMagick library (in debug mode as I am running DANCE codes in debug mode) with #define MAGICKCORE_QUANTUM_DEPTH 8 by using...
yejink76
Offline Send Email
Apr 23, 2009
12:11 am
207
When you enter the command: identify -list format do you see GIF as a valid format? Does this only happen for .gif files or for others as well? (say, .jpg) ...
Ari Shapiro
shapiroari
Online Now Send Email
Apr 23, 2009
2:21 am
Messages 178 - 207 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