Search Criteria
Package Details: blender-plugin-bligify 1.3.7-1
Package Actions
| 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 |
| Groups: | blender |
| 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-gitAUR, blender-2.93-gitAUR, blender-2.83-gitAUR, upbge-binAUR, upbge-gitAUR, blender-gitAUR, blender-develop-gitAUR, blender-binAUR)
- gifsicle (gifsicle-gitAUR)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR)
- unzip (unzip-zstdAUR, unzip_pAUR, unzip-natspecAUR) (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
pkgvervariable.