Ross Diankov
Ross Diankov
i would really like support for adding kinematics and physics elements to pycollada. For starters, just getting the following elements working would be awesome: ``` library_physics_scenes physics_scene physics_model instance_rigid_body articulated_system...
i see this pattern a lot in the code: ``` python url = node.get('url') if not url.startswith('#'): raise DaeMalformedError('Invalid url instance %s' % url) ``` which suggests that no one...
We extensively use the tags to annotate our collada scenes. What is a good strategy for having all elements be able to extract the extra tags, have a user edit...
The official ZeroMQ windows installable creates DLLs like ``` libzmq-v100-mt-3_2_3 ``` Added a new project setting called "LibZmqDllName" so that users can specify the name of the libzmq dll rather...
in 1.1.2 multiprocess plugin used to execute generators in a different process, now it executes all generated tests in the same parent process.. unfortunately this is not desired behavior. The...
get the following error ``` [environment-core.h:97] setting openrave home directory to /Users/ceppelli/.openrave [odecollision.h:119] ode will be slow in multi-threaded environments [environment-core.h:173] using ode collision checker [environment-core.h:786] setting ode collision checker...
when extracting the re-timed result itchunk->duration is negative (-7.8285737144529086e-06)
``` The Durand-Kerner method converges linearly when roots are repeating in an equation. This reduces the accuracy of results by half the significant digits, which is really really terrible. There's...