recommit ALL

This commit is contained in:
2025-11-27 14:08:14 -07:00
parent 69b9d1ad9f
commit ce848eac15
5080 changed files with 85351 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
}
}
}