mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Fix error editing lighting style attributes 08e38c6
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user