nutti
nutti
I submitted the issue to D.B.O. https://developer.blender.org/T103122 @AlexHolly If this issue is not accepted to the official, this issue will not be solved because of the technical reason.
@EeJayKay Not yet. This can not be fixed from the add-on side. If it is a critical issue, ping this issue. https://developer.blender.org/T103122
@JonathanPlasse Yes, go ahead. Currently, we use Python 3.9 for the generation which does not support these syntax. You many need to change Python version as well. https://github.com/nutti/fake-bpy-module/blob/97f5da91c52f9cab440e16c60cdd1eed5b68329e/.github/workflows/fake-bpy-module-ci.yml#L69
@JonathanPlasse #207 is merged now. Will you also tackle the remain (PEP695) as wall?
@JonathanPlasse Should this issue be still opened? I think some features have already merged.
No, I just would like to know the current status and the future plan. We welcome your contribution.
@JonathanPlasse Ruff linter is now merged to the master branch. You can tackle the remaining task now.
@JonathanPlasse > Can I suggest [PEP 673](https://peps.python.org/pep-0673/)'s `Self` type as a related change? > > Presently `ID.evaluated_get()` returns `ID`, but if this were changed to `Self` then I believe `Object.evaluated_get()`...
@JonathanPlasse I think below item seems to have already been resolved by the ruff linter introduced. * Add Ruff and enable linter rules to avoid regression we encountered How do...
I fixed the issues mentioned by @JonathanPlasse. @Road-hog123 @JonathanPlasse I'm not sure how to `foreach_get()`. What is the proper data type for it?