Change casing of categories "3D" => "3d" (#208)

This commit is contained in:
Christian Byrne 2025-05-22 12:04:54 -07:00 committed by Robin Huang
parent 7f340e90e9
commit a848e8c949

View File

@ -73,7 +73,7 @@ class Rodin3DAPI:
"""
RETURN_TYPES = (IO.STRING,)
RETURN_NAMES = ("3D Model Path",)
CATEGORY = "api node/3D/Rodin"
CATEGORY = "api node/3d/Rodin"
DESCRIPTION = cleandoc(__doc__ or "")
FUNCTION = "api_call"
API_NODE = True