dalboris / vpaint

Experimental vector graphics and 2D animation editor
http://www.vpaint.org
Apache License 2.0
731 stars 54 forks source link

Keep rotation center #70

Open algorev opened 7 years ago

algorev commented 7 years ago

The rotation center should be kept between two operations on an edge, as it would be more practical for rigging, etc.

dalboris commented 7 years ago

Yes that could be useful, though we will have to carefully think about how exactly to achieve this. Random thoughts to think about:

At a higher-level, I feel that if the use case is for rigging, then maybe this functionality should be provided per-group/layers, once groups/layers are implemented. It would probably a better way to achieve the same functionality. Or or course, skeletons (#71) are the most natural choice to achieve this functionality.

algorev commented 7 years ago

Yes, maybe you're right. I think #71 supersedes this. Shall we close this issue?

dalboris commented 7 years ago

No, let's leave it open for now, skeletons won't be implemented any time soon, and we need to some up with a reasonable solution for this functionality in the meantime.