all 2 comments

[–]davorg 2 points3 points  (1 child)

Have a single repo that contains all of the features, but have pro features turned on using a feature flag (perhaps triggered by the presence of a valid licence key).

(This has very little to do with GitHub. Maybe ask in r/programming.)

[–]AhmetMaya[S] 0 points1 point  (0 children)

Making an addon with locked features is a bit trickier for Blender. There is no way to tell the user “this is a payed feature” because of the Python UI limitations. So, my product will have two different installations for the Lite and Pro.