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

4.0 Dev Branch #400

Merged
merged 5 commits into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ Runblender.bat.lnk
/.vscode/settings.json
/.vscode/launch.json
/.vscode
notes.txt
mb-lab_updater/MB-Lab_updater_status.json
data/humanoid_library.blend1
29 changes: 29 additions & 0 deletions CHANGELOG.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@

All changes will be documented here

# MB-Lab 1.8.0

## Requirements

- 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

## 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.7.8

## Added
Expand Down
51 changes: 19 additions & 32 deletions README.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,61 +2,48 @@

Character creation tool for Blender

## Blender 2.8 Support
## Blender 4.0 Support

MB-Lab has been developed to work with Blender 2.80
MB-Lab has been developed to work with Blender 4.0

## Contributors wanted!

We are a small bunch of developers and artists but we always need more! MB-Lab's code is quite complex and needs work, to either fix bugs or to add new features, Python programmers are always welcome! Do you have other skills? We need modelers to help with future base models for instance. Are you a specialist in rigging? We could use some help improving the rigs for MB-Lab. There are lots to do in this project, we can only do so much at a time so please feel free to join us, fork the repository and then make something cool.

## About

MB-Lab is a community developed and supported project based off ManuelBastioniLAB.

If you're interested in helping this project Financially or to see behind the scenes information of this plugin's Development, Please support our [**Patreon**](https://www.patreon.com/mblab_development).
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.7.8
# MB-Lab 1.8.0

## Requirements

- MB-Lab now requires Blender 4.0.0 +

## Added
### Added

- MB-Dev Character Development Framework introduced
- Hair Engine now adds hair shaders to Cycles and EEVEE
- Melanin map added that adds variance to the skin pigment

## Changed

- MBLabSkin2 uses Principled BSDF yet again
- Removed SSS scale group, replaced with Vector Math node
- Bump map added, Thickness map removed
- Modified skin oil maps
- Eyelash shader now has bump and gloss
- ExpressionEngine class now in it's own file
- Blush map converted to grayscale
- Modified Albedo maps
- Bump maps now 4k resolution
- Modified Freckle masks
- Modified Material Engine
- Changed lighting code
- MB-Lab has new version numbering scheme. Last number for dev purposes
- Sliders are now highlighted
- GUI update
- MBLab Pupil use Diffuse Node instead of Emission
- SSS Radius changed to more accurate values
- Freckles now include two colors
- 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

- Poses don't show when user selects IK model
- Preserve Phenotype random function code fix
- Typo: Hands_Lenght, fixed in transformation and measurements JSON
- Typo: Various names in transformation files fixed
- Hair Dynamics bug fix for Nvidia GPU cards
- Fixed bugs in various files to make it work with Blender 4.0

## 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

## ManuelBastioniLAB 1.6.1a

Expand Down
Loading
Loading