Remove the register function
This commit is contained in:
parent
42d2a17a6a
commit
0f80487dfc
@ -53,12 +53,6 @@ init 5 python:
|
||||
def poses(self):
|
||||
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
|
||||
def build_image(self, hash, pose):
|
||||
states = self.char.states
|
||||
|
Loading…
Reference in New Issue
Block a user