-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Recompute Wedge path after change of attributes. #1635
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
Conversation
Maybe these new set functions should be implemented as properties so as not to change the interface? |
This partly harkens back to an issue I have been mulling over in that there needs to be a common interface across all artists to get/set the "data" of the artist. And it should probably be implemented as properties so that each subclass of artist can trigger any other appropriate recalculations as needed. |
Well, the common interface already exists in the getp and setp On Fri, Jan 04, 2013 at 06:19:52AM -0800, Benjamin Root wrote:
|
What I mean is a common property/attribute name across all artists. Some artists call it "data", while others call it "vertices", and others call it "xy". I should note that this qualm of mine shouldn't hold up this PR. It just that this PR highlights my qualm. There is no current policy. |
@WeatherGod: do you agree this is good to go -- despite your qualm, which I share? |
It looks good to me. I see no reason not to take it. But it looks like it needs a rebase. |
@anntzer : Would you mind rebasing your branch on the current master and repushing it to github? |
Here we go. |
Recompute Wedge path after change of attributes.
I changed some code for the Wedge patch to allow "draggable" wedges. Otherwise, the wedge's path was set in stone at initialization.