mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-18 13:59:41 +08:00
Deprecate redundant voxel to mesh node
This commit is contained in:
parent
e600b56543
commit
195d71076f
@ -419,7 +419,7 @@ class VoxelToMeshBasic(IO.ComfyNode):
|
||||
def define_schema(cls):
|
||||
return IO.Schema(
|
||||
node_id="VoxelToMeshBasic",
|
||||
display_name="Voxel to Mesh (Basic) (Deprecated)",
|
||||
display_name="Voxel to Mesh (Basic) (DEPRECATED)",
|
||||
category="3d",
|
||||
inputs=[
|
||||
IO.Voxel.Input("voxel"),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user