This commit is contained in:
2025-08-19 01:51:35 -06:00
commit 23b76137cb
5225 changed files with 86293 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,10 @@
{
"blend_file": "Buzzcut Curly Fade.blend",
"hair_systems": {
"hair_short_fade": {
"length": 1.0,
"children_amount": 200,
"path_steps": 4
}
}
}

Binary file not shown.

View File

@@ -0,0 +1,10 @@
{
"blend_file": "Buzzcut Fade.blend",
"hair_systems": {
"hair_short_fade": {
"length": 1.0,
"children_amount": 400,
"path_steps": 4
}
}
}

Binary file not shown.

View File

@@ -0,0 +1,10 @@
{
"blend_file": "Short Combed.blend",
"hair_systems": {
"hair_short_combed": {
"length": 1.0,
"children_amount": 300,
"path_steps": 4
}
}
}

Binary file not shown.

View File

@@ -0,0 +1,15 @@
{
"blend_file": "Short Curly Fade.blend",
"hair_systems": {
"hair_top_curly": {
"length": 0.5,
"children_amount": 100,
"path_steps": 4
},
"hair_short_fade": {
"length": 1.0,
"children_amount": 100,
"path_steps": 4
}
}
}

Binary file not shown.

View File

@@ -0,0 +1,15 @@
{
"blend_file": "Short Side Part.blend",
"hair_systems": {
"hair_short_fade": {
"length": 1.0,
"children_amount": 150,
"path_steps": 3
},
"hair_parted_side": {
"length": 1.0,
"children_amount": 100,
"path_steps": 5
}
}
}