While I see the point of the patch, I am not so convinced by the solution proposed here.
Having to add such clutter to all RNA string accessors does not really sounds good to me, to say the…
@HooglyBoogly thanks for the heads up, from the patch description it looks like a nice improvement!
But indeed am not in touch with this area of code anymore, so would rather let the Modeling…
The Cube object should also be used by the collection which owns it? Will check what happens here.
@pioverfour I was not clear enough here, my concern is that the current regex will not match on multi-parameters cases. The r"\s*\)"
part of the regex requires zero or more 'space-like' chars…
Also commented in the issue, TL; DR: I would not accept that patch, imho current behavior is correct and does not require to be fixed.
I am also not convinced that current behavior needs to be fixed. If view is locked to camera, then changing the view is editing the camera Object, regardless of the fact that this last operation…
This doesn't seem reliable, but if it helps unblock production I guess it's fine?
As I understand, if there are for example "Object.001" and "Object.002" it will not be able able to find…