Package Details: blender-plugin-manuelbastionilab 1.7.8.5-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: https://mb-lab-community.github.io
Licenses: GPL
Submitter: fab31
Maintainer: bartus
Last Packager: bartus
Votes: 9
Popularity: 0.000000
First Submitted: 2016-01-29 21:18 (UTC)
Last Updated: 2022-02-09 14:32 (UTC)

Pinned Comments

bartus commented on 2022-03-14 10:32 (UTC)

Sorry lads, I'm at the Polish Ukraine border helping allocate refugees. Expect no update until this hell is over, wish us luck. Have no time nor access to my rig and AUR keys to test/post updates. If you have a patch, ping me on email - I'll add you as co-maintainer. Posted with my old script - https://github.com/bartoszek/aur-post

Latest Comments

1 2 Next › Last »

bartus commented on 2022-03-14 10:32 (UTC)

Sorry lads, I'm at the Polish Ukraine border helping allocate refugees. Expect no update until this hell is over, wish us luck. Have no time nor access to my rig and AUR keys to test/post updates. If you have a patch, ping me on email - I'll add you as co-maintainer. Posted with my old script - https://github.com/bartoszek/aur-post

bartus commented on 2021-07-02 11:11 (UTC)

Patch for latest version: http://ix.io/3rJn/diff

Apply with git am -s < <(curl -s http://ix.io/3rJn)

Mouath commented on 2019-05-19 02:00 (UTC)

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 (UTC)

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 (UTC)

Version 1.6.1a is available.

underpants commented on 2018-07-23 22:47 (UTC)

Could you amend the source in the PKGBUILD to use https rather than http? Thanks

<deleted-account> commented on 2017-01-06 20:41 (UTC)

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 (UTC)

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 (UTC)

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 (UTC)

fix license. license=("AGPL") instead license="AGPL"