Bugs item #2216665, was opened at 2008-11-02 08:58 Message generated for change (Comment added) made by zelgadis_ksee You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=757416&aid=2216665&group_id=144022
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: dooglus (dooglus) Assigned to: Nobody/Anonymous (nobody) Summary: gradient/color editor can corrupt parameter values Initial Comment: I was trying to edit the gradient of a curvegradient layer using the gradient editor, but clicked on a different layer part-way through. I ended up editing the antialias parameter (a binary value) to have a gradient as its value. Here are steps to reproduce: 1. run studio 2. make a new canvas 3. select the bline tool 4. in the tool options, select 'create region bline' and 'create curve gradient bline' 5. draw a bline using the tool 6. switch back to the 'normal' tool 7. switch to 'animate edit' mode 8. select the 'gradient' layer 9. in the 'params' panel, click the gradient twice to open the gradient editor 10. select the 'region' layer 11. look at the 'antialias' parameter - it's a checkbox 12. in the gradient editor, move one of the sliders 13. look again at the 'antialias' parameter - now it's a gradient ---------------------------------------------------------------------- Comment By: Konstantin Dmitriev (zelgadis_ksee) Date: 2012-12-26 04:16 Message: This bugtracker is no longer active. The issue is moved to the new bugtracker - http://synfig.org/issues/thebuggenie/synfig ---------------------------------------------------------------------- Comment By: Genete (genete) Date: 2008-11-02 14:43 Message: One interesting discovery: Why is antialiasing check box the modified parameter and not other? That's because antialiasing is the 7th parameter of the region layer and the gradient is the 7th parameter of the curved gradient layer. Repeat the recipe without the curved gradient, just a linear gradient. Then the modified parameter in the region layer is the 6th (invert) because the gradient parameter has the 6th position in the linear gradient layer. Same happen with Mandelbrot layer and others. If the parameter was animated previously (the antialiasing in your example) the recipe just insert a wrong waypoint (Unknown Data Type) the rest of the frames the parameter is OK (a boolean). Just delete the badly inserted waypoint and the problem disappears. ---------------------------------------------------------------------- Comment By: Genete (genete) Date: 2008-11-02 14:29 Message: Same happen with color editor following this recipe: 1. run studio 2. make a new canvas 3. select the bline tool 4. in the tool options, select 'create region bline' and 'create curve gradient bline' 5. draw a bline using the tool 6. switch back to the 'normal' tool 7. Goto caret menu>Layer>New Layer>Other>Text 8. select the 'text' layer 9. in the 'params' panel, click the color twice to open the color editor 10. select the 'region' layer 11. look at the 'origin' parameter - it's a vector 12. in the color editor, move one of the sliders 13. look again at the 'origin' parameter - now it's a color Comments: 1) Not need to go to "animation mode" 2) The recipe doesn't work if you don't do the curved gradient and the region together 3) If you just do the region and repeat the recipe then the region refuses the modified parameter (color) 4) Same recipe with a circle instead of a text layer (with or without curved gradient) produce normal results, the region accepts the parameter modification and modify its color properly. ---------------------------------------------------------------------- Comment By: dooglus (dooglus) Date: 2008-11-02 10:39 Message: I'm not sure if this is the same bug or not: 1. use the gradient tool to draw a gradient 2. select the gradient layer 3. click the gradient in the gradient layer twice to open the gradient editor 4. use the gradient editor to edit the gradient 5. leave the gradient editor open, and click the gradient in the studio toolbox the gradient in the gradient layer that we just edited will be changed to the gradient in the toolbox - we lose our edits ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=757416&aid=2216665&group_id=144022 ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ Synfig-devl mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synfig-devl
