After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 129379 - remember center of rotation
remember center of rotation
Status: RESOLVED WONTFIX
Product: GIMP
Classification: Other
Component: Tools
unspecified
Other All
: Normal enhancement
: Future
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2003-12-15 14:31 UTC by chris
Modified: 2006-06-15 23:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description chris 2003-12-15 14:31:14 UTC
Description of Problem:

To do animations in Gimp it would be useful to 
change the pivot point for a particular layer and 
have it remain changed and saved with the image 
info. Otherwise it always snaps back to the 
center of the layer.

Imagine having a tricep and a bicep that you 
wanted to move in a natural way over several 
frames. Currently you would have to reposition 
the pivot if you leave the current layer and 
return to it later.
Comment 1 Sven Neumann 2003-12-16 01:04:11 UTC
Would it really have to be saved with the image? Shouldn't it be
sufficient to have the rotate tool remember the rotation center?
Comment 2 chris 2003-12-16 13:23:47 UTC
It seems like saving it with the image is right. In the example i 
mentioned of a tricep and bicep i am imagining each on its own layer 
with individual pivot points. In doing "forward kinematics" (which 
is essentially what i am talking about) in a 3D animation 
application the pivot points for each bone or element are set to the 
desired location and saved with the object. And, wouldn't you loose 
the pivot data once you exited the Gimp? I am not a programmer so i 
don't know the practical end of all this, but that seems like the 
best way to do it if possible.
Comment 3 Sven Neumann 2003-12-16 13:32:10 UTC
We don't save any tool information with the image so this would be
rather unusual. I am not sure if this is a good idea.
Comment 4 Dave Neary 2004-02-06 14:54:51 UTC
Putting on Future milestone.

Dave.
Comment 5 weskaggs 2006-06-15 23:17:42 UTC
It does not seem that such a feature would be used sufficiently to justify including it in GIMP.  Note that it would be straightforward for a good C programmer, or maybe Python programmer, to write a plug-in that would accomplish this, allowing you to specify a rotation angle and pivot point, and save the pivot location as a layer attachment (a "layer parasite"), which would be saved in XCF files and could be read by the plug-in when it is run later.  No additional GIMP functionality would be required.  Therefore, it seems best to resolve this as WONTFIX.