MCPcopy Create free account
hub / github.com/csaez/mscreen / refresh

Method refresh

mscreen.py:604–608  ·  view source on GitHub ↗

Force a refresh of the Maya viewport.

(self)

Source from the content-addressed store, hash-verified

602 each.draw(self.view, self.renderer)
603
604 def refresh(self):
605 """
606 Force a refresh of the Maya viewport.
607 """
608 self.view.refresh(True, True)
609
610 def clear(self):
611 """

Callers 10

__init__Method · 0.95
test_points.pyFile · 0.80
test_bezier.pyFile · 0.80
test_parent.pyFile · 0.80
test_deform.pyFile · 0.80
test_readme.pyFile · 0.80
test_triangle.pyFile · 0.80
test_transforms.pyFile · 0.80
test_lines.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected