A simpler way to hide API key

This commit is contained in:
ElgoogUdiab 2025-03-18 16:49:32 +08:00
parent 1a12d50c7a
commit 0c15cec724

View File

@ -1709,6 +1709,7 @@ def register():
bpy.types.Scene.blendermcp_hyper3d_api_key = bpy.props.StringProperty( bpy.types.Scene.blendermcp_hyper3d_api_key = bpy.props.StringProperty(
name="Hyper3D API Key", name="Hyper3D API Key",
subtype="PASSWORD",
description="API Key provided by Hyper3D", description="API Key provided by Hyper3D",
default="" default=""
) )