A simpler way to hide API key
This commit is contained in:
parent
1a12d50c7a
commit
0c15cec724
1
addon.py
1
addon.py
@ -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=""
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user