HOW TO FIX THIS [PERCEIVED ISSUE WITH NUMBERING]???
blopblop_im_goldfish_cc21711573
Posts: 6
Why don't there exist numbers after 9 in daz? Why do bones or groups when you call them, for example, bone10 moves under bone1. And it looks like this
bone1
bone10
bone2
bone3
bone4
bone5
bone6
bone7
bone8
bone9
wtf????
Снимок экрана_20230221_225415.png
237 x 289 - 8K
Post edited by Richard Haseltine on
Comments
Because that is the correct way to sort those words?
If you want bone2 to appear before bone10 then you need to name it bone02.
This is so stupid, as if in real life I had to write instead of unit 01, so that I would not write, violating all the laws of logic 10 after 1
welcome to computers and technology
same thing happens with file names for example images in a series
it's how data is read
Well, in real life you cannot rearrange someone's bones without getting in a lot of trouble so I think you need to prepare yourself for many differences.
That might be "the laws of logic" when sorting numbers, but this is not sorting numbers, it's sorting alphanumeric strings, which means comparing characters by character starting from the left. The result is totally correct.
You made my day