Blender Git Loki
Git Commits -> Revision 1679cd7
Revision 1679cd7 by Bastien Montagne (master) August 26, 2013, 21:11 (GMT) |
This commit adds optional parameters for pyfunc implementations of RNA API (i.e. callbacks, e.g. draw functions of panels, uiLists, or exec/poll/etc. of operators). Thanks to Brecht for he review! Any parameter after the first flagged with PROP_PYFUNC_OPTIONAL will be considered as optional, hence the python code does not have to define/use it. This will ease API evolutions by avoiding to break existing code when adding non-essential new parameters. Note: this will need some update to API doc generation, patch is ready, will have it reviewed by Campbell asap. |
Commit Details:
Full Hash: 1679cd7f966b5441bd02e8960ece398ee1980c7f
SVN Revision: 59536
Parent Commit: 03dbae0
Lines Changed: +54, -17