diff --git a/.gitignore b/.gitignore index 4b28ea2622a2db20f82b2dba6be20fb8ce4e3183..69c5b310a90ffc7e7ca980429f2173184baea330 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,5 @@ backgrounds/* *png *.jpg *.jpeg -*.thumb \ No newline at end of file + +!assets/ \ No newline at end of file diff --git a/global_script.py b/global_script.py index d5bb452c8364ee38e43f9d4a7a83cbdd617f3d87..84c1ebe94adc8e0c5cb201dd76e5bf8c1fa48c22 100644 --- a/global_script.py +++ b/global_script.py @@ -12,7 +12,7 @@ from mathutils import Vector print('#' * 30) -WORKING_DIR = r"D:\Mingming\synthe_dripe" +WORKING_DIR = r"synthetic_drivers" os.chdir(WORKING_DIR) sys.path.append(WORKING_DIR) @@ -203,6 +203,7 @@ def main(): frame_rate = 25 nb_scene = 1 nb_pose = 3 + human_loader.max_len = min(human_loader.max_len, nb_scene) ratio_conf_man = int(nb_scene / len(human_loader.human_paths)) C.scene.frame_end = int(frame_rate * (nb_pose - 0.5)) diff --git a/mh_models/blender.thumb b/mh_models/blender.thumb new file mode 100644 index 0000000000000000000000000000000000000000..6f3fe1470195c3da011f49ca70844563dea838e6 Binary files /dev/null and b/mh_models/blender.thumb differ