MCPcopy
hub / github.com/thygate/stable-diffusion-webui-depthmap-script / translate

Method translate

inpaint/mesh.py:2393–2394  ·  view source on GitHub ↗
(self, trans=[0,0,0])

Source from the content-addressed store, hash-verified

2391 self.view_changed()
2392
2393 def translate(self, trans=[0,0,0]):
2394 self.tr.translate(trans)
2395
2396 def rotate(self, axis=[1,0,0], angle=0):
2397 self.tr.rotate(axis=axis, angle=angle)

Callers 2

__init__Method · 0.95
output_3d_photoFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected