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
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
..
2008-12-23 21:20:34 +00:00
2009-03-14 13:12:11 +00:00
2008-12-23 21:20:34 +00:00
2009-03-03 10:24:06 +00:00
2009-03-15 11:30:02 +00:00
2.5
2009-02-17 13:37:06 +00:00
2009-03-16 15:54:43 +00:00
2.5
2009-01-04 19:16:13 +00:00
2.5
2009-02-19 16:22:07 +00:00
2009-03-16 15:54:43 +00:00
2.5
2009-01-22 14:59:49 +00:00