Blender Git Loki
Git Commits -> Revision 8863222
Revision 8863222 by Lukas Toenne (master) May 8, 2013, 15:41 (GMT) |
A bit more pythonic way of using the items callback in node categories. The category.items attribute is now a function taking a context parameter instead of a property. This can be used for checking validity, e.g. for doing node group recursion checks, and filter out unusable items. |
Commit Details:
Full Hash: 8863222a905bba7e8cccd32d434a31a5d3654b6e
SVN Revision: 56594
Parent Commit: 8542d97
Lines Changed: +29, -28