XSegEditor: added view lock at the center by holding shift.

This commit is contained in:
Colombo 2020-04-15 22:12:54 +04:00
parent 6bbc607312
commit ea607edfc9
6 changed files with 116 additions and 53 deletions

View file

@ -120,6 +120,11 @@ class PackedFaceset():
samples_dat_path.unlink()
@staticmethod
def path_contains(samples_path):
samples_dat_path = samples_path / packed_faceset_filename
return samples_dat_path.exists()
@staticmethod
def load(samples_path):
samples_dat_path = samples_path / packed_faceset_filename