Salome HOME
Fixes in python code to avoid modifications outside of a transaction:
authorsbh <sergey.belash@opencascade.com>
Mon, 24 Nov 2014 11:39:43 +0000 (14:39 +0300)
committersbh <sergey.belash@opencascade.com>
Mon, 24 Nov 2014 11:39:43 +0000 (14:39 +0300)
commit1b924118b0bae94721d1b1af799c8e37506ab7a4
tree4dcac8d463522692c26a4b98058598b0d9eca9cb
parentb2cbf117bd01fa9d1dfd486f01c30c2d9a3e59d8
Fixes in python code to avoid modifications outside of a transaction:

# Implicit calls of startOperation/finishOperation removed
# Method for "ConstraintLength" created inside of sketch API module
# C++ API corrected to avoid hangs on modifications outside of a transaction
src/Events/Events_Loop.cpp
src/PythonFeaturesPlugin/examples.py
src/PythonFeaturesPlugin/sketch.py