Update leenkx.py

This commit is contained in:
Onek8 2025-05-10 16:27:51 +00:00
parent 21a4ee0af7
commit f9a02f03cb

View File

@ -312,7 +312,7 @@ class LeenkxAddonPreferences(AddonPreferences):
# Compare version Blender and Leenkx (major, minor) # Compare version Blender and Leenkx (major, minor)
if bpy.app.version[:2] not in [(4, 4), (4, 2), (3, 6), (3, 3)]: if bpy.app.version[:2] not in [(4, 4), (4, 2), (3, 6), (3, 3)]:
box = layout.box().column() box = layout.box().column()
box.label(text="Warning: For Leenkx to work correctly, use a Blender LTS version such as 4.4 | 4.2 | 3.6 | 3.3") box.label(text="Warning: For Leenkx to work correctly, use a Blender LTS version")
layout.prop(self, "sdk_path") layout.prop(self, "sdk_path")
sdk_path = get_sdk_path(context) sdk_path = get_sdk_path(context)