Remove the register function
This commit is contained in:
parent
42d2a17a6a
commit
0f80487dfc
@ -53,12 +53,6 @@ init 5 python:
|
|||||||
def poses(self):
|
def poses(self):
|
||||||
return __poses[self.name]
|
return __poses[self.name]
|
||||||
|
|
||||||
def register(self, pose, frames, size):
|
|
||||||
self.poses[pose] = (frames, size)
|
|
||||||
|
|
||||||
if config.developer:
|
|
||||||
print(f"Registered \"{pose}\" pose for {self.name}")
|
|
||||||
|
|
||||||
@functools.cache
|
@functools.cache
|
||||||
def build_image(self, hash, pose):
|
def build_image(self, hash, pose):
|
||||||
states = self.char.states
|
states = self.char.states
|
||||||
|
Loading…
Reference in New Issue
Block a user