diff --git a/kivy/factory_registers.py b/kivy/factory_registers.py index e020e7ce5..484ebec20 100644 --- a/kivy/factory_registers.py +++ b/kivy/factory_registers.py @@ -67,6 +67,7 @@ r('Ellipse', module='kivy.graphics.vertex_instructions') r('Line', module='kivy.graphics.vertex_instructions') r('Point', module='kivy.graphics.vertex_instructions') r('Bezier', module='kivy.graphics.vertex_instructions') +r('Mesh', module='kivy.graphics.vertex_instructions') r('MotionEventFactory', module='kivy.input.factory') r('MotionEventProvider', module='kivy.input.provider') r('Shape', module='kivy.input.shape')