Just in case you are not aware, your PR as it is right now is missing the addition of TEXT_BEGIN
& TEXT_END
to the enun in curve_intern.h at about line 45, so it won't compile. It was in my…
Hey, that seems to work really well!
Following might be picky (or wrong), but you've made a change to do_outliner_object_select_recursive
, passing in a subtree and a sync_select bool. When…
@ideasman42 - I'd rather avoid setlocale...
Makes sense.
Looking into this further, the upper/lower mappings do not actually differ depending on locale. It is just that towupper and…
It looks like it, but what I don’t understand is that the new modes I introduced don’t suffer from this lag
I noticed the same thing. I tried to see the lag with your patch but could not.…
Yes, this certainly looks like behavior that is on spec. Closing
@JulienDuroure ...I do think this is required by the specification.
Oh yes, I see that. The bin file is referenced in the gltf file as a "uri" and that percent-encoding is definitely a "MUST"…
I wonder why—that is, how do people enter exotic characters? Do they just not? :D
The main thought is that most people don't remember Unicode characters. So if they have to look them up…
Proper Unicode entry would be very cool though!
I haven't been able to convince anyone else of that yet, but I might dust off that patch and see how it could work with text objects. The idea…