mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-07-13 01:47:14 +08:00
Ruff
This commit is contained in:
parent
665a56faf6
commit
f1be65f914
@ -16,7 +16,7 @@ from __future__ import annotations
|
|||||||
|
|
||||||
import json
|
import json
|
||||||
import struct
|
import struct
|
||||||
from dataclasses import dataclass, field
|
from dataclasses import dataclass
|
||||||
from typing import Any, Dict, List, Optional, Tuple
|
from typing import Any, Dict, List, Optional, Tuple
|
||||||
|
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
|||||||
@ -219,7 +219,7 @@ def build_glb_skeletal(
|
|||||||
|
|
||||||
rig = Rig.from_pose_data(pose_data, model)
|
rig = Rig.from_pose_data(pose_data, model)
|
||||||
NJ = rig.num_joints
|
NJ = rig.num_joints
|
||||||
NV = rig.num_verts
|
# NV = rig.num_verts
|
||||||
NEXPR = rig.num_expr
|
NEXPR = rig.num_expr
|
||||||
parents = rig.parents
|
parents = rig.parents
|
||||||
if not rig.can_rerun_fk:
|
if not rig.can_rerun_fk:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user