took changes from another branch, this should yeet
This commit is contained in:
989onan
2024-07-24 17:49:26 -04:00
parent ce7c6aa664
commit 6d4b115855
5 changed files with 3 additions and 451 deletions
+2
View File
@@ -5,6 +5,8 @@ from typing import Tuple
from bpy.types import Scene, PropertyGroup, Object, Material, TextureNode, Context, SceneObjects
from bpy.props import BoolProperty, EnumProperty, FloatProperty, IntProperty, CollectionProperty, StringProperty, FloatVectorProperty, PointerProperty
from bpy.utils import register_class
from ..functions.translations import t, get_languages_list, update_language
from ..core.addon_preferences import get_preference
class material_list_bool: