Oh this is embarrassing, I had weeks to notice that my fix doesn't work as intended, and didn't. Sure it no longer gives an error, but the check is incorrect, so it always resets the subtype to…
I didn't intend to close it, guess messing with branches locally broke something.
Is there anything I need to do here?
@HooglyBoogly Alright done, XYZ_LENGTH
is no more.
That makes sense, I'll remove XYZ_LENGTH
then.
Tomorrow because I've already shut off for the night.
Looks good. How is
XYZ_LENGTH
different fromTRANSLATION
though?
They're the same, but XYZ_LENGTH
is used for dimensions while TRANSLATION
is used for offset.
I suppose you could get…
Blender is fine with any subtype for any property, but not all of them make sense to use. If a subtype doesn't make sense to use (for example PASSWORD for a float property), it behaves the same…
Here is the PR that adds more subtypes for float array: blender/blender#112583