xuv's notebook

Side notes, howtos and random bits of information related to Julien Deswaef's projects

User Tools

Site Tools


projects:blender_export_to_gif

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
projects:blender_export_to_gif [2014/10/07 19:07] Julien Deswaefprojects:blender_export_to_gif [2014/11/07 13:11] (current) Julien Deswaef
Line 2: Line 2:
  
 For the http://blender-brussels.github.io/articles/addons-with-benoit-bolsee/, I'm planning to work on a GIF exporter for Blender. For the http://blender-brussels.github.io/articles/addons-with-benoit-bolsee/, I'm planning to work on a GIF exporter for Blender.
 +
 +===== Preparation =====
  
 Possible ways of doing: Possible ways of doing:
Line 11: Line 13:
    * http://blender.stackexchange.com/a/1936    * http://blender.stackexchange.com/a/1936
    * http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Render/Spritify    * http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Render/Spritify
 +
 +===== Notes: =====
 +Actually, [[http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Render/Spritify|Spritify]] is a great working addon. No need to improve it. The addon is intended to generate sprite sheets. But it also can generate an animated gif. And there is a possibility to deactivate the sprite sheet generation. It requires ImageMagick to be installed. The only thing that could be done to improve the addon is maybe verify that ImageMagick is already installed before activating the addon.
 +
 +In the quest of having an addon independent from any other installation, We've looked into the FFMpeg gif exporter, which is not producing any quality gif.
 +
 +We could not also find any good Python 3.4 library that could do the trick either.
 +
 +
  
projects/blender_export_to_gif.1412701658.txt.gz · Last modified: 2014/10/07 19:07 by Julien Deswaef