|
@@ -148,7 +148,6 @@ watch(activeAttrib, (_a, _b, onCleanup) => {
|
|
|
const updateFocus = () => {
|
|
|
const rang = [cur.time, cur.time + (cur.duration || 0)];
|
|
|
|
|
|
- console.log(rang, cur, cur.time);
|
|
|
if (currentTime.value < rang[0] || currentTime.value > rang[1]) {
|
|
|
activeAttrib.value = undefined;
|
|
|
}
|
|
@@ -181,7 +180,6 @@ const add = <T extends Active["key"]>(
|
|
|
...preset,
|
|
|
} as any);
|
|
|
if (key === "frames") {
|
|
|
- console.log(preset, item);
|
|
|
asyncOper(
|
|
|
focusAM.value!,
|
|
|
(am3d) => (item.mat = JSON.parse(JSON.stringify(am3d.getModelPose())))
|