mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-07-07 15:10:50 +08:00
Category
This commit is contained in:
parent
80da0fd2b4
commit
334eaecab0
@ -2897,7 +2897,7 @@ class MeshSmoothNormals(IO.ComfyNode):
|
||||
return IO.Schema(
|
||||
node_id="MeshSmoothNormals",
|
||||
display_name="Smooth Mesh Normals",
|
||||
category="3d",
|
||||
category="3d/mesh",
|
||||
description=(
|
||||
"Compute smooth per-vertex normals and attach them to the mesh. Meshes "
|
||||
"without normals are shaded flat (per-face) by glTF viewers; this makes "
|
||||
|
||||
@ -647,7 +647,7 @@ class RotateMesh(IO.ComfyNode):
|
||||
return IO.Schema(
|
||||
node_id="RotateMesh",
|
||||
display_name="Rotate Mesh",
|
||||
category="3d",
|
||||
category="3d/mesh",
|
||||
description=(
|
||||
"Rotate a mesh. Euler XYZ applies X then Y then Z about the world axes (degrees). "
|
||||
"Quaternion is (w, x, y, z), auto-normalized."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user