Search Criteria
Package Details: blender-plugin-bligify 1.3.7-1
Git Clone URL: | https://aur.archlinux.org/blender-plugin-bligify.git (read-only, click to copy) |
---|---|
Package Base: | blender-plugin-bligify |
Description: | Export and import animated GIFs from the Blender VSE |
Upstream URL: | https://github.com/doakey3/Bligify |
Licenses: | GPL |
Submitter: | doakey3 |
Maintainer: | doakey3 |
Last Packager: | doakey3 |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2018-02-24 02:15 (UTC) |
Last Updated: | 2018-04-06 05:19 (UTC) |
Dependencies (4)
- blender (blender-3.0-git, blender-2.83-git, blender-2.93-git, blender-develop-git, upbge-git, blender-git)
- gifsicle (gifsicle-git)
- imagemagick (graphicsmagick-imagemagick-compat, imagemagick-git, imagemagick-full-git, imagemagick-no-hdri, imagemagick-fftw, imagemagick-full)
- unzip (unzip-natspec, unzip-zstd) (make)
Latest Comments
necauqua commented on 2020-10-18 21:43 (UTC)
At the moment it installs the addon in the /usr/share/blender/2.90.1/.. folder, while blender (which is indeed version 2.90.1) uses the ../2.90/.. folder.
Changing
blender -v | head -1 | cut -f2 -d ' '
toblender -v | head -1 | cut -f2 -d ' ' | cut -f1-2 -d '.'
so that it only uses MAJOR.MINOR (as blender apparently does) worked for medoakey3 commented on 2018-04-06 05:20 (UTC)
updated pkgver. Thanks @bartus for letting me know.
bartus commented on 2018-04-06 05:12 (UTC)
@doakey3: You forgot to update
pkgver
variable.