Difference between revisions of "User:AkhIL"
From Synfig Studio :: Documentation
(my modules) |
|||
Line 26: | Line 26: | ||
</table> | </table> | ||
− | Things done with '''synfig''' | + | = Things done with '''synfig''' = |
*[http://video.google.com/videoplay?docid=-734521652669099419&hl=en "jedi's pencil"] | *[http://video.google.com/videoplay?docid=-734521652669099419&hl=en "jedi's pencil"] | ||
Line 33: | Line 33: | ||
*[http://video.google.com/videoplay?docid=1749189058929636634 "shot2 from canceled animation"] | *[http://video.google.com/videoplay?docid=1749189058929636634 "shot2 from canceled animation"] | ||
− | Synfig tools | + | = Synfig tools = |
*GIMP to synfig multilayer convertor | *GIMP to synfig multilayer convertor | ||
*synfig multilayer rendering tool | *synfig multilayer rendering tool | ||
− | |||
− | Screenshots of my modules | + | = Synfig modules = |
+ | == Compiling == | ||
+ | * Download newest [http://akhil.nm.ru/tools/synfig-modules/ synfig modules]. | ||
+ | * Extract "<modulename>-<date>/<modulename> directory to synfig-core/src/modules/<modulename> | ||
+ | * Add <modulename> to SUBDIRS in synfig-core/src/modules/Makefile.am | ||
+ | * Add <modulename> to synfig-core/src/modules/synfig_modules.cfg | ||
+ | * Find mod_filter in synfig-core/configure.ac and put below it | ||
+ | src/modules/<modulename>/Makefile | ||
+ | * Reconfigure, recompile and reinstall synfig-core | ||
+ | * Check modules with | ||
+ | % synfig --modules | ||
+ | |||
+ | == Screenshots of my modules == | ||
[http://img152.imageshack.us/my.php?image=colorrampyn8.png http://img152.imageshack.us/img152/7093/colorrampyn8.th.png] | [http://img152.imageshack.us/my.php?image=colorrampyn8.png http://img152.imageshack.us/img152/7093/colorrampyn8.th.png] | ||
[http://img89.imageshack.us/my.php?image=synfigcolorrampchromakesc5.png http://img89.imageshack.us/img89/1272/synfigcolorrampchromakesc5.th.png] | [http://img89.imageshack.us/my.php?image=synfigcolorrampchromakesc5.png http://img89.imageshack.us/img89/1272/synfigcolorrampchromakesc5.th.png] |
Revision as of 14:39, 1 May 2008
|
nickname: AkhIL firstname: Il'dar (Ильдар) lastname: Akhmetgaleev (Ахметгалеев) homepage: http://akhil.nm.ru |
---|
Contents
Things done with synfig
Synfig tools
- GIMP to synfig multilayer convertor
- synfig multilayer rendering tool
Synfig modules
Compiling
- Download newest synfig modules.
- Extract "<modulename>-<date>/<modulename> directory to synfig-core/src/modules/<modulename>
- Add <modulename> to SUBDIRS in synfig-core/src/modules/Makefile.am
- Add <modulename> to synfig-core/src/modules/synfig_modules.cfg
- Find mod_filter in synfig-core/configure.ac and put below it
src/modules/<modulename>/Makefile
- Reconfigure, recompile and reinstall synfig-core
- Check modules with
% synfig --modules