mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 15:08:51 +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
|
# to fit blender.bim.helper.draw_attribute
|
||||||
is_uri = False
|
is_uri = False
|
||||||
is_optional = False
|
is_optional = False
|
||||||
|
special_type = ""
|
||||||
|
|
||||||
def get_value_name(self):
|
def get_value_name(self, *args, **kwargs):
|
||||||
return "color_value"
|
return "color_value"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user