StudioMartillo
Engaged
I experimented with the problem of spaces in group names.
Just because of cat-like curiosity.
What is really happening is that if there is a space in the letters that follow the 'g ' in the obj file,
the letters on each side are treated as separate words. Just like in a sentence.
So the list of polys that follow that 'g ' statement are included in multiple groups.
For example, if the g statement looks like 'g pink nose' , then the polys will be in the groups 'pink' and 'nose'.
And the interesting thing is, if you re-export the prop to obj then the group statements will still look the same.
So I was wrong about the spaces being gone.
They are still there, but act as dividers between group names.
So you could rig the group with a bone named 'pink' and all would be well.
I tested this.
You could even make a bone named 'pink nose' but it's to no avail because that won't make the bone match up with
two different poly groups named 'pink' and 'nose'.
Haven't really run into this exact scenario before because my modeling tool won't let me put spaces in group names.
Just because of cat-like curiosity.
What is really happening is that if there is a space in the letters that follow the 'g ' in the obj file,
the letters on each side are treated as separate words. Just like in a sentence.
So the list of polys that follow that 'g ' statement are included in multiple groups.
For example, if the g statement looks like 'g pink nose' , then the polys will be in the groups 'pink' and 'nose'.
And the interesting thing is, if you re-export the prop to obj then the group statements will still look the same.
So I was wrong about the spaces being gone.
They are still there, but act as dividers between group names.
So you could rig the group with a bone named 'pink' and all would be well.
I tested this.
You could even make a bone named 'pink nose' but it's to no avail because that won't make the bone match up with
two different poly groups named 'pink' and 'nose'.
Haven't really run into this exact scenario before because my modeling tool won't let me put spaces in group names.