Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #411 from animate1978/4_0_dev_branch
Browse files Browse the repository at this point in the history
MB-Lab 1.8.1
  • Loading branch information
animate1978 authored Jun 8, 2024
2 parents 7f684c8 + d1f2341 commit 063bff0
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 15 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

All changes will be documented here

# MB-Lab 1.8.1

Final version of MB-Lab as development has moved onto Charmorph

## Requirements

- Requires Blender 4.0.0 +

## Added

- UCSS CEL Shader added to Anime models

## Changed

## Bug Fixes

## Known Issues

- MB-Dev tools may contain bugs that are unknown at this time
- Importing BVH animation files is buggy
- Hair presets have the old PrincipledHairBSDF which will result in incorrect rendering
- Skin color and bump mapping change slightly when finalizing

# MB-Lab 1.8.0

## Requirements
Expand Down
18 changes: 4 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,17 @@ MB-Lab is a community developed project based off ManuelBastioniLAB.

This fork is an attempt to keep this addon going forward as the original author is no longer developing ManuelBastioniLAB

# MB-Lab 1.8.0
# MB-Lab 1.8.1

Final version of MB-Lab as development has moved onto Charmorph

## Requirements

- MB-Lab now requires Blender 4.0.0 +

### Added

- Melanin map added that adds variance to the skin pigment

## Changed

- MBLabSkin3 is a now based off of the 1.7.6 shader with modifications
- AutoUpdater is disabled
- SubD levels have increased for better visuals
- Some menus rearranged for better workflow
- Added new license types in MB-Dev, also removed AFPL due to restrictive nature

## Bug Fixes

- Fixed bugs in various files to make it work with Blender 4.0
- UCSS CEL Shader added to Anime models

## Known Issues

Expand Down
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
bl_info = {
"name": "MB-Lab",
"author": "Manuel Bastioni, MB-Lab Community",
"version": (1, 8, 0),
"version": (1, 8, 1),
"blender": (4, 0, 0),
"location": "View3D > Tools > MB-Lab",
"description": "Character creation tool based off of ManuelbastioniLAB",
Expand Down
Binary file modified data/humanoid_library.blend
Binary file not shown.

0 comments on commit 063bff0

Please sign in to comment.