Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forgotten binding to space.elasticIterations #17

Closed
viblo opened this issue Oct 4, 2013 · 2 comments
Closed

Forgotten binding to space.elasticIterations #17

viblo opened this issue Oct 4, 2013 · 2 comments

Comments

@viblo
Copy link
Owner

viblo commented Oct 4, 2013

From jakob.fr...@gmail.com on February 18, 2009 03:31:50

What steps will reproduce the problem? 1. create a Space object
2. try to set space.elasticIterations What is the expected output? What do you see instead? The expected output is that it will work and things will now be bouncy
again (using Chipmunk 4.1.0 or newer). I see an error message. What version of the product are you using? On what operating system? I use pymunk 0.8.1 and Chipmunk 4.1.0. Please provide any additional information below. It works if I type:
space._space.contents.elasticIterations = 10
I think this makes more sense:
space.elasticIterations = 10

THANKS FOR THIS GREAT BINDING! :D

Original issue: http://code.google.com/p/pymunk/issues/detail?id=18

@viblo
Copy link
Owner Author

viblo commented Oct 4, 2013

From vb%viblo...@gtempaccount.com on February 17, 2009 13:03:06

In the svn version Ive added elastic_iterations as an argument to the Space
constructor in the same way as normal iterations are used. It will be included in the
next release.

I think it is both consistent with how the normal iterations work in the API, and
enough for 99.9% of the time for most if not all users. Therefor I will not change
anything else, at least not until you or someone else give me a good reason to expose
it as a property, but thanks for the report :)

(Maybe its time for that soon, there have been some fixes and at the same time
Chipmunk doesnt seem to be close to a major release)

Status:
Owner: v...@viblo.se

@viblo
Copy link
Owner Author

viblo commented Oct 4, 2013

From vb%viblo...@gtempaccount.com on February 17, 2009 13:03:40

Status: WontFix
Cc: v...@viblo.se

@viblo viblo closed this as completed Oct 4, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant