MCPcopy Index your code
hub / github.com/keystone-engine/keypatch / activate

Method activate

keypatch.py:1379–1381  ·  view source on GitHub ↗
(self, ctx)

Source from the content-addressed store, hash-verified

1377 # context menu for Patcher
1378 class Kp_MC_Patcher(Kp_Menu_Context):
1379 def activate(self, ctx):
1380 self.plugin.patcher()
1381 return 1
1382
1383 # context menu for Fill Range
1384 class Kp_MC_Fill_Range(Kp_Menu_Context):

Callers

nothing calls this directly

Calls 1

patcherMethod · 0.80

Tested by

no test coverage detected