Campbell Barton
e436b9638e
Cleanup: replace references to "C" to C++ or the C-API
...
Also capitalize Blender, Python & API in docs & code-comments.
2025-03-26 17:23:33 +11:00
Bastien Montagne
fd57f520ac
Py API doc: Add warning that py-defined property accessor callbacks may be called in threaded context.
...
At least Depsgraph evaluation and liboverride diffing do process IDs in
parallel, so python code in py-defined properties should not access any
data outside of their owner ID.
Ref. T100203.
2022-08-12 16:23:12 +02:00
Campbell Barton
dd1132416e
Docs: update examples for 2.8x
...
Use fields for properties
2019-03-22 00:07:06 +11:00
Ines Almeida
324751259e
correcting typos in python api docs
2015-04-24 14:08:31 +01:00
Campbell Barton
251d27110b
examples for bpy.props
2011-02-18 14:27:18 +00:00