nutti / Screencast-Keys

Blender Add-on: Screencast Keys
GNU General Public License v3.0
1.27k stars 112 forks source link

Make separate branch with version for Blender 2.79 #1

Closed ghost closed 5 years ago

nutti commented 5 years ago

Thanks for the proposal.

I would like to know the intention about this proposal. This add-on can use in both Blender 2.7x and Blender 2.8 with same sources. I think this add-on isn't needed to separate branch.

ghost commented 5 years ago

I think this add-on isn't needed to separate branch.

Maybe, at this moment this still work, but sooner or later compatibility of addons API for 2.8x and 2.7x will be lost.

Look how BlenderGIS branches organized

nutti commented 5 years ago

Thanks, I can get your intention.

But I can handle both versions in one branch for now. For example, I separeted the code differences between Blender 2.7 and Blender 2.8 with the below scripts.

https://github.com/nutti/Screencast-Keys/blob/master/src/screencastkeys/utils/compatibility.py

If I will not be able to handle in future, I will create branch.

nutti commented 5 years ago

Close this issue for now.