Fix error editing lighting style attributes 08e38c6

This commit is contained in:
Andrej730
2024-12-09 16:05:12 +05:00
parent 77a4145dcf
commit 194e033662
+2 -1
View File
@@ -148,8 +148,9 @@ class ColourRgb(PropertyGroup):
# to fit blender.bim.helper.draw_attribute
is_uri = False
is_optional = False
special_type = ""
def get_value_name(self):
def get_value_name(self, *args, **kwargs):
return "color_value"