This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/windowmanager
Campbell Barton 16fe92f868 2.5 PyAPI
Support for subclassing blenders operator, to be registered as a new operator.

Still need to... 
* add constants like Operator.FINISHED
* wrap context (with rna?)
* poll() cant work right now because there is no way to access the operatorType that holds the python class.
* Only float, int and bool properties can be added so far.

working example operator.
http://wiki.blender.org/index.php/BlenderDev/Blender2.5/WinterCamp/TechnicalDesign#Operator_Example_Code
2009-03-16 15:54:43 +00:00
..
2009-03-16 15:54:43 +00:00
2009-02-28 23:33:35 +00:00
2009-03-11 20:22:06 +00:00
2009-01-23 03:52:52 +00:00
2.5
2009-02-16 12:14:04 +00:00
2009-03-01 01:50:21 +00:00
2.5
2008-12-19 14:14:43 +00:00
2009-02-28 23:33:35 +00:00
2009-03-11 20:22:06 +00:00
2.5
2009-02-02 14:13:14 +00:00