overte-org / overte

Overte open source virtual worlds platform.
https://overte.org/
Other
132 stars 48 forks source link

Flow bone names conventiuons are case sensitive and case insensitive in different parts of the code #783

Open ksuprynowicz opened 6 months ago

ksuprynowicz commented 6 months ago

For example bones named Flow_tail_01, Flow_tail_02, and so on will work in Flow app but will fail later when loading avatar with flow. Changing "Flow" keyword to lowercase fixes this. Current situation can be very confusing - it should be case-insensitive in my opinion.