mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 14:02:27 +00:00
Small Change
https://github.com/IfcOpenShell/IfcOpenShell/issues/2409#issuecomment-1246767831
This commit is contained in:
committed by
Dion Moult
parent
b299694ca0
commit
8fe9ddd599
@@ -1151,14 +1151,14 @@ class VisualiseWorkScheduleDateRange(bpy.types.Operator):
|
|||||||
def animate_input(self, obj, product_frame):
|
def animate_input(self, obj, product_frame):
|
||||||
if product_frame["type"] in ["LOGISTIC", "MOVE", "DISPOSAL"]:
|
if product_frame["type"] in ["LOGISTIC", "MOVE", "DISPOSAL"]:
|
||||||
self.animate_movement_from(obj, product_frame)
|
self.animate_movement_from(obj, product_frame)
|
||||||
|
elif product_frame["type"] in ["DEMOLITION", "DISMANTLE", "DISPOSAL", "REMOVAL"]:
|
||||||
|
self.animate_destruction(obj, product_frame)
|
||||||
else:
|
else:
|
||||||
self.animate_consumption(obj, product_frame)
|
self.animate_consumption(obj, product_frame)
|
||||||
|
|
||||||
def animate_output(self, obj, product_frame):
|
def animate_output(self, obj, product_frame):
|
||||||
if product_frame["type"] in ["CONSTRUCTION", "INSTALLATION", "NOTDEFINED"]:
|
if product_frame["type"] in ["CONSTRUCTION", "INSTALLATION", "NOTDEFINED"]:
|
||||||
self.animate_creation(obj, product_frame)
|
self.animate_creation(obj, product_frame)
|
||||||
elif product_frame["type"] in ["DEMOLITION", "DISMANTLE", "DISPOSAL", "REMOVAL"]:
|
|
||||||
self.animate_destruction(obj, product_frame)
|
|
||||||
elif product_frame["type"] in ["ATTENDANCE", "MAINTENANCE", "OPERATION", "RENOVATION"]:
|
elif product_frame["type"] in ["ATTENDANCE", "MAINTENANCE", "OPERATION", "RENOVATION"]:
|
||||||
self.animate_operation(obj, product_frame)
|
self.animate_operation(obj, product_frame)
|
||||||
elif product_frame["type"] in ["LOGISTIC", "MOVE", "DISPOSAL"]:
|
elif product_frame["type"] in ["LOGISTIC", "MOVE", "DISPOSAL"]:
|
||||||
|
|||||||
Reference in New Issue
Block a user