mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
add missing Props request
This commit is contained in:
committed by
Dion Moult
parent
0b57d5fc5f
commit
ac2db7b4c9
@@ -48,7 +48,8 @@ class Pset(blenderbim.core.tool.Pset):
|
||||
return bpy.context.scene.ProfilePsetProperties
|
||||
elif obj_type == "WorkSchedule":
|
||||
return bpy.context.scene.WorkSchedulePsetProperties
|
||||
|
||||
elif obj_type == "Group":
|
||||
return bpy.context.scene.GroupPsetProperties
|
||||
@classmethod
|
||||
def get_pset_name(cls, obj, obj_type):
|
||||
pset = cls.get_pset_props(obj, obj_type)
|
||||
|
||||
Reference in New Issue
Block a user