Related Objects
Related Objects
- Mentioned Here
- T54810: Port operators to use COW (Parent Task)
Event Timeline
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):
See the parent task - T54810