Related Objects
Related Objects
- Mentioned Here
- T54810: Port operators to use COW (Parent Task)
Event Timeline
Comment Actions
Script to extract all operators in Blender's source code. Run using Python 2 from root of Blender source code tree (beside the make.bat), and type 'y' to confirm that it's got the right directory for the "editors" folder:
Initial list of all operators in Blender's C code (includes many that we won't need to be converting):
Comment Actions
I'd stick to the version of Python that's used by Blender itself, so that people don't have to install yet another version just to run this script.