Bugs item #3405011, was opened at 2011-09-06 16:44 Message generated for change (Comment added) made by genete You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=757416&aid=3405011&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: Render Artifact Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: David Rylander (rylleman) >Assigned to: Genete (genete) Summary: Active points set to off with no indication of this. Initial Comment: I've come across situations where active point for vertices is set to off but there are no visual indication of the active point status. In the attached synfig file vertex001 is set to off from document start but there are absolutely no way of knowing this frrm within Synfig itself. ---------------------------------------------------------------------- >Comment By: Genete (genete) Date: 2011-09-16 17:45 Message: This bug was caused because it is coded that when user adds a new blinepoint in animation mode, there is created a 'off' point at start of times (time.begin()). This produced some weird results when the bline is calculated: The real 'on' time of the blinepoint is not exactly the time of the 'on active point but a bit earlier. It is due to that the code uses a very small number to check if the amount of the point (the number that governs the on/off status) is very close to one. For normal cases (off time and on time normal numbers) it works fine but when the off time is time.begin() (a time earlier than any other time) the calculation gives those weird results. Commenting the code that inserts that artificial 'off' active point solves the problem. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=757416&aid=3405011&group_id=144022 ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA http://p.sf.net/sfu/rim-devcon-copy2 _______________________________________________ Synfig-devl mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synfig-devl
