Difference between revisions of "User:AkhIL"
From Synfig Studio :: Documentation
(synfig tools) |
(→Compiling) |
||
(2 intermediate revisions by one other user not shown) | |||
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 | ||
+ | |||
+ | = 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 | ||
+ | * For Windows compilers, locate win32inst.nsi and in the SectionGroup "Layers" add | ||
+ | !include "..\src\modules\mod_akhilfx\mod_akhilfx.nsh" | ||
+ | and in the SectionGroup "un.Layers" add | ||
+ | !include "..\src\modules\mod_akhilfx\unmod_akhilfx.nsh" | ||
+ | * 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://img89.imageshack.us/my.php?image=synfigcolorrampchromakesc5.png http://img89.imageshack.us/img89/1272/synfigcolorrampchromakesc5.th.png] |
Latest revision as of 07:40, 9 November 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
- For Windows compilers, locate win32inst.nsi and in the SectionGroup "Layers" add
!include "..\src\modules\mod_akhilfx\mod_akhilfx.nsh"
and in the SectionGroup "un.Layers" add
!include "..\src\modules\mod_akhilfx\unmod_akhilfx.nsh"
- Reconfigure, recompile and reinstall synfig-core
- Check modules with
% synfig --modules