[Synfig-devl] Tweening basic C++ types

2014-05-25 Thread Charlie Murphy
never have to touch tweening code, and we could use basic C++ types in drawing functions. Please see the attached code. I hope to hear your opinions! :-) -Charlie Murphy /* tweener.c - Public domain, CC-0, or WTFPL */ /* See main(). */ #include stdio.h #include stdlib.h typedef struct Keyframe

Re: [Synfig-devl] Value Node from File

2014-05-25 Thread Charlie Murphy
d/j/a/y is free wrote: Hello, About this feature, talking with a friend, i got an idea. Catch a poses / mouvements from an external device (kinect / webcam ) generate the file and then connect it to a shape/layer in synfig by this Value Node from file feature. This could be

Re: [Synfig-devl] Value Node from File

2014-04-06 Thread Charlie Murphy
Konstantin Dmitriev wrote: Hello! After thinking about file format I have one more idea: It would be nice to have a support for several input formats. For example the convert type could have a parameter - Format - with a dropdown list, where user can choose the import format. So the

Re: [Synfig-devl] Value Node from File

2014-04-02 Thread Charlie Murphy
Carlos López González wrote: For example if it finds this entry for a string type: 24 This is a example of string with ease meaning... clamp, clamp, clamp! HALT Would parse as: At frame 24 value for string is This is a example of string with ease meaning... clamp, clamp, clamp! HALT,

Re: [Synfig-devl] Value Node from File

2014-03-31 Thread Charlie Murphy
Carlos López González wrote: I'm going to start developing a new convert type that would allow to read the values for a parameter or value node from a text file. I want to make it the simplest way possible so I've narrowed the format of the file and the supported types to this: Supported

Re: [Synfig-devl] Opacity vs Amount (of layer)

2014-02-23 Thread Charlie Murphy
David wrote: I think we need to make the different setting files accessible within Synfig so we can easily load and save different UI setups, tool setups, keyboard shortcuts etc. People can then easily share and download great setups, enabling everyone to contribute (easily, without coding

[Synfig-devl] Does imagemagick obsolete mod_png and mod_jpeg?

2014-01-01 Thread Charlie Murphy
If imagemagick loads most images, why do we need mod_png and mod_jpeg? ~Charlie -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application

Re: [Synfig-devl] Thanks for the good work!

2013-11-06 Thread Charlie Murphy
Carlos wrote: Static layers should be rendered only once for a certain render description. Your idea could really save time! :-) Locked layers or groups could be stored on a Cairo recording surface[1]. -Charlie [1]: http://cairographics.org/manual/cairo-Recording-Surfaces.html