fabex.compatibility#

Classes#

Module Contents#

class Fabex_Compatibility_Panel[source]#

Bases: bpy.types.Operator

bl_idname = 'fabex.compatibility'[source]#
bl_label = ''[source]#
os[source]#
architecture[source]#
python_version[source]#
python_executable = '/opt/hostedtoolcache/Python/3.11.14/x64/bin/python'[source]#
correct_python_version = '3.11.13'[source]#
string_1 = Multiline-String[source]#
Show Value
"""Hello and welcome to Fabex!
This popup will check your system for compatibility and assist with issues in the installation process."""
string_2 = Multiline-String[source]#
Show Value
"""Fabex officially supports Blender 4.2+ using Python 3.11.13.
We recommend downloading Blender from blender.org so it comes with the correct version of Python."""
string_3 = Multiline-String[source]#
Show Value
"""Linux users may install Blender with a Package Manager then find that Fabex will not install / work correctly.
apt, dnf, pacman, zypper etc. will provide copies of Blender that use your system's Python install.
If your Python version is not ⚠️⚠️⚠️ EXACTLY 3.11.13 ⚠️⚠️⚠️ then Fabex will not install / work correctly.
    """
string_4 = Multiline-String[source]#
Show Value
"""                OS: Uninferable
Architecture: Uninferable
        Blender: Uninferable
         Python: Uninferable
      Location: /opt/hostedtoolcache/Python/3.11.14/x64/bin/python"""
compatible[source]#
title: StringProperty(default='Fabex Compatibility Check')[source]#
text_1: StringProperty(default=string_1)[source]#
text_2: StringProperty(default=string_2)[source]#
text_3: StringProperty(default=string_3)[source]#
text_4: StringProperty(default=string_4)[source]#
execute(context)[source]#
invoke(context, event)[source]#
draw(context)[source]#