Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-12Py API doc: Add warning that py-defined property accessor callbacks may be ↵Bastien Montagne
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.
2018-06-26Cleanup: pep8 function indentationCampbell Barton
2011-06-21pep8 complianceCampbell Barton
2011-06-20- add example for python rna property updateCampbell Barton
- edit the copyright for blender specific cmake find modules