This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/python/intern
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-03-16 15:54:43 +00:00
2009-03-16 15:54:43 +00:00
2009-03-16 15:54:43 +00:00
2009-03-16 15:54:43 +00:00
2008-11-29 13:36:08 +00:00
2009-03-13 13:38:41 +00:00
2009-01-04 18:16:34 +00:00