Search Criteria
Package Details: blender-plugin-manuelbastionilab 1.6.0-1
Git Clone URL: | https://aur.archlinux.org/blender-plugin-manuelbastionilab.git (read-only, click to copy) |
---|---|
Package Base: | blender-plugin-manuelbastionilab |
Description: | powerful 3d humanoids creator |
Upstream URL: | http://www.manuelbastioni.com |
Licenses: | |
Groups: | |
Submitter: | fab31 |
Maintainer: | fab31 |
Last Packager: | fab31 |
Votes: | 9 |
Popularity: | 0.000000 |
First Submitted: | 2016-01-29 21:18 |
Last Updated: | 2017-10-29 09:54 |
Latest Comments
Mouath commented on 2019-05-19 02:00
The add-on have been forked here -> https://github.com/animate1978/MB-Lab Docs: https://mb-lab.readthedocs.io/en/latest/
as of now it seems under active development.
TailRed commented on 2019-01-03 17:37
Source download URL is dead, seems to be hosted on the author's website at http://www.manuelbastioni.com/download/manuelbastionilab_161.zip now.
Cebtenzzre commented on 2018-10-28 06:59
Version 1.6.1a is available.
underpants commented on 2018-07-23 22:47
Could you amend the source in the PKGBUILD to use https rather than http? Thanks
Anonymous comment on 2017-01-06 20:41
Is this v1.4.0 or v1.4.0a ?
P.S.
Your Sources link is still at 1.3.0.
Roken commented on 2016-07-27 20:40
I've already marked this out of date. 1.3 has been released, and I don't want to reinvent the wheel, but 1.3 has, apparently, some major improvements. Any chance of an update?
artemka91 commented on 2016-03-21 13:53
new version:
pkgname=blender-plugin-manuelbastionilab
pkgver=1.1.0
pkgrel=2
pkgdesc="powerful 3d humanoids creator"
url="http://www.manuelbastioni.com/manuellab.php"
license=("AGPL")
arch=('any')
depends=('blender')
groups=('blender')
makedepends=('unzip')
source=("http://download.tuxfamily.org/manuellab/manuelbastionilab_110.zip")
md5sums=('b791d4f80616c7c3e239aa59d79bded7')
package() {
addons="$pkgdir/usr/share/blender/$(blender -v | head -n1 | cut -f2 -d ' ')/scripts/addons/"
if [ ! -d "$addons" ]; then
mkdir -p "$addons"
fi
unzip manuelbastionilab_110.zip" -d "$addons"
}
artemka91 commented on 2016-03-21 13:52
fix license.
license=("AGPL") instead license="AGPL"
xDShot commented on 2016-03-18 08:59
Consider switching to .tar.gz package compression as it's being packaging too long with tar.xz without big difference in size of complete package.