on_operator_post: add warning to docstring

This commit is contained in:
Moritz Brückner 2020-08-09 02:22:13 +02:00
parent 11f3f6da62
commit e8e07f4e41

View file

@ -51,7 +51,8 @@ def on_depsgraph_update_post(self):
def on_operator_post(operator_id: str) -> None:
"""Called after operator execution. Does not work for operators
executed in another context."""
executed in another context. Warning: this function is also called
when the operator execution raised an exception!"""
# 3D View > Object > Rigid Body > Copy from Active
if operator_id == "RIGIDBODY_OT_object_settings_copy":
# Copy armory rigid body settings