[Synfig-devl] [ synfig-Bugs-1853486 ] libsynfig-0.dll not found

2007-12-18 Thread SourceForge.net
Bugs item #1853486, was opened at 2007-12-18 21:34
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=757416&aid=1853486&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: Binary Installation
Group: Latest release (0.61.06)
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: metzelos (metzelos)
Assigned to: Nobody/Anonymous (nobody)
Summary: libsynfig-0.dll not found

Initial Comment:
the application cannot be executed becaouse the file :
libsynfig-0.dll is missing. 

I do not know if it helps but my OS is Vista

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=757416&aid=1853486&group_id=144022

-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [ synfig-Bugs-1844764 ] Linear OffSet makes render artefacts an more...

2007-12-18 Thread SourceForge.net
Bugs item #1844764, was opened at 2007-12-05 12:54
Message generated for change (Comment added) made by dooglus
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=757416&aid=1844764&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: SVN version
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Linear OffSet makes render artefacts an more...

Initial Comment:
Using svn r1176

Using a linear Time OffSet of a Inline Canvas produces two effects:

1) Some render artefacts are produced (some frames are backward, and some 
"flicks" happens). It seems to repeat the current cursor frame when it fails.
2) The main window show the "Rendering..." & "Idle" messages several times but 
any refresh to the main window is needed. It also happen when preview.

See attached files.

-Sticky.sifz the sifz file
http://www.darthfurby.com/genete/synfig/sticky.avi the movie with render 
artefacts
http://www.darthfurby.com/genete/synfig/sticky-alone.avi The same but disabled 
the Offset time paste canvas layer. It renders OK.
http://www.darthfurby.com/genete/synfig/sticky-48fps.avi
Duplicate the frame rate makes it even worse.

--

>Comment By: dooglus (dooglus)
Date: 2007-12-18 13:41

Message:
Logged In: YES 
user_id=1546005
Originator: NO

Fixed in svn r1216 (by reverting r954).

--

Comment By: dooglus (dooglus)
Date: 2007-12-18 13:22

Message:
Logged In: YES 
user_id=1546005
Originator: NO

This seems to have been caused by r954.

In layer_pastecanvas.cpp:

// notify that the time_offset has changed so we can 
update the
// waypoint positions in parent layers
changed();

the changed(); call is causing studio::CanvasView::on_dirty_preview() to
be triggered, re-rendering the whole workarea.

--

Comment By: Genete (genete)
Date: 2007-12-05 13:03

Message:
Logged In: YES 
user_id=1874777
Originator: NO

Oops, sorry, I thought I was logged.
Also the uploaded file is not correct.
Please use this one instead:

http://www.darthfurby.com/genete/synfig/sticky.sifz
The avi files are OK.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=757416&aid=1844764&group_id=144022

-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [ synfig-Bugs-1844764 ] Linear OffSet makes render artefacts an more...

2007-12-18 Thread SourceForge.net
Bugs item #1844764, was opened at 2007-12-05 12:54
Message generated for change (Comment added) made by dooglus
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=757416&aid=1844764&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: SVN version
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Linear OffSet makes render artefacts an more...

Initial Comment:
Using svn r1176

Using a linear Time OffSet of a Inline Canvas produces two effects:

1) Some render artefacts are produced (some frames are backward, and some 
"flicks" happens). It seems to repeat the current cursor frame when it fails.
2) The main window show the "Rendering..." & "Idle" messages several times but 
any refresh to the main window is needed. It also happen when preview.

See attached files.

-Sticky.sifz the sifz file
http://www.darthfurby.com/genete/synfig/sticky.avi the movie with render 
artefacts
http://www.darthfurby.com/genete/synfig/sticky-alone.avi The same but disabled 
the Offset time paste canvas layer. It renders OK.
http://www.darthfurby.com/genete/synfig/sticky-48fps.avi
Duplicate the frame rate makes it even worse.

--

>Comment By: dooglus (dooglus)
Date: 2007-12-18 13:22

Message:
Logged In: YES 
user_id=1546005
Originator: NO

This seems to have been caused by r954.

In layer_pastecanvas.cpp:

// notify that the time_offset has changed so we can 
update the
// waypoint positions in parent layers
changed();

the changed(); call is causing studio::CanvasView::on_dirty_preview() to
be triggered, re-rendering the whole workarea.

--

Comment By: Genete (genete)
Date: 2007-12-05 13:03

Message:
Logged In: YES 
user_id=1874777
Originator: NO

Oops, sorry, I thought I was logged.
Also the uploaded file is not correct.
Please use this one instead:

http://www.darthfurby.com/genete/synfig/sticky.sifz
The avi files are OK.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=757416&aid=1844764&group_id=144022

-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl