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": "Afro Dreads.blend",
"hair_systems": {
"hair_afro": {
"length": 1.0,
"children_amount": 150,
"path_steps": 6
}
}
}

Binary file not shown.

View File

@@ -0,0 +1,15 @@
{
"blend_file": "Afro.blend",
"hair_systems": {
"hair_afro_base": {
"length": 1.0,
"children_amount": 100,
"path_steps": 5
},
"hair_afro_strands": {
"length": 1.0,
"children_amount": 30,
"path_steps": 6
}
}
}

Binary file not shown.

View File

@@ -0,0 +1,15 @@
{
"blend_file": "Curls High Top Fade.blend",
"hair_systems": {
"hair_top_curly": {
"length": 1.0,
"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": "Curly Afro.blend",
"hair_systems": {
"hair_afro_curly_base": {
"length": 1.0,
"children_amount": 150,
"path_steps": 5
},
"hair_afro_curly_strands": {
"length": 1.0,
"children_amount": 20,
"path_steps": 6
}
}
}

Binary file not shown.

View File

@@ -0,0 +1,10 @@
{
"blend_file": "Dreadlocks.blend",
"hair_systems": {
"hair_dreads": {
"length": 1.0,
"children_amount": 130,
"path_steps": 6
}
}
}