blender/release/scripts/modules/bl_app_override
Campbell Barton 4f69dca547 Fix 'bl_app_override' wrapping multiple times.
Calling `SomeClass.draw(self, context)` instead of `self.draw()`
would try to wrap the argument `self` multiple times, causing an error.
2017-03-29 14:31:14 +11:00
..
__init__.py Fix 'bl_app_override' wrapping multiple times. 2017-03-29 14:31:14 +11:00
helpers.py