Addon to convert blender 2.7 addons to 2.8

am not python expert by any means , though i saw a guy on youtube changing minor things like names and version number ,etc …
to vonvert 2.7 addons to 2.8 could there be an addon to convert them automatically.

so if theres addons that are abounded by there creators to be recoverd into 2.8 .

Never heard about it, but that would be nice.

Unity did automatically converted JS and UnityScripts to C# code when they deprecated JS. It wasn’t 100% correct, but it was enough most of the time.

1 Like

Some of the menial tasks like version number and naming changes could be done.

The problem is with instances like scene to view_layer, lamp to light, etc. You could theoretically get a 2.7 to convert with a simple script but many of the references and naming that are not necessarily incorrect would be changed regardless. Just today I had an issue when I converted all the context.scene references to context.view_layer but some of the original correct references were stuffed up in the process meaning the user would have to go in and check for all of these little issues.

With a proper algorithm it could be doable though.

1 Like
2 Likes