mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +00:00
Fix error starting Bonsai (77697aeef)
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with Bonsai. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import TYPE_CHECKING, Any, Optional
|
||||
|
||||
import bpy
|
||||
@@ -802,8 +804,8 @@ class BIM_UL_task_columns(UIList):
|
||||
self,
|
||||
context,
|
||||
layout: bpy.types.UILayout,
|
||||
data: "BIMWorkScheduleProperties",
|
||||
item: "Attribute",
|
||||
data: BIMWorkScheduleProperties,
|
||||
item: Attribute,
|
||||
icon,
|
||||
active_data,
|
||||
active_propname,
|
||||
@@ -901,8 +903,8 @@ class BIM_UL_tasks(UIList):
|
||||
self,
|
||||
context,
|
||||
layout: bpy.types.UILayout,
|
||||
data: "BIMTaskTreeProperties",
|
||||
item: "Task",
|
||||
data: BIMTaskTreeProperties,
|
||||
item: Task,
|
||||
icon,
|
||||
active_data,
|
||||
active_propname,
|
||||
|
||||
Reference in New Issue
Block a user