nutti / fake-bpy-module

Fake Blender Python API module collection for the code completion.
MIT License
1.37k stars 97 forks source link

Update: Support fake-bpy-module-4.1 #206

Closed JonathanPlasse closed 4 months ago

JonathanPlasse commented 4 months ago

Purpose of the pull request

Add support for Blender 4.1

UuuNyaa commented 4 months ago

I think it is better to target the Blender 4.2 LTS API. Because API changes are already planned for 4.2 LTS.

see: https://developer.blender.org/docs/release_notes/4.2/python_api/

JonathanPlasse commented 4 months ago

I think it is better to target the Blender 4.2 LTS API. Because API changes are already planned for 4.2 LTS.

see: https://developer.blender.org/docs/release_notes/4.2/python_api/

Blender 4.2 is not out yet. This change adds 4.1 support, like for all previous versions. This mean publishing a PyPI package for 4.1. Latest should have the 4.2 API.

UuuNyaa commented 4 months ago

@JonathanPlasse Thank you for the reply and efforts 😀 You are right.

nutti commented 4 months ago

Thanks @JonathanPlasse for your contribution!

@UuuNyaa Thank you also for your comment. We will need to consider your idea for Blender 4.2.

JonathanPlasse commented 4 months ago

You are welcome!

JonathanPlasse commented 4 months ago

When do you expect fake-bpy-module-4.1 to be published on PyPI?

nutti commented 4 months ago

Before releasing new version, we consider to fix all current issues.

JonathanPlasse commented 4 months ago

Fine by me.

JonathanPlasse commented 4 months ago

Will we release for older version too, like 3.3, and 3.6?

nutti commented 4 months ago

Sure, we will release old version as well.