Changeset View
Changeset View
Standalone View
Standalone View
doc/python_api/rst/info_gotcha.rst
| Context not available. | |||||
| ------------------------------ | ------------------------------ | ||||
| Python-defined RNA properties can have custom callbacks. Trying to perform complex operations | Python-defined RNA properties can have custom callbacks. Trying to perform complex operations | ||||
| from there, like calling an operator, may work, but is not officialy recommended nor supported. | from there, like calling an operator, may work, but is not officially recommended nor supported. | ||||
| Main reason is that those callback should be very fast, but additionally, it may for example | Main reason is that those callback should be very fast, but additionally, it may for example | ||||
| create issues with undo/redo system (most operators store an history step, and editing an RNA | create issues with undo/redo system (most operators store an history step, and editing an RNA | ||||
| Context not available. | |||||