Settings#
Settings Provided by the Extension#
exts.”omni.kit.nsl”.product_name#
Default Value: “NVIDIA Omniverse Creator”
Description: The product name used to request the license.
exts.”omni.kit.nsl”.renewal_period_seconds#
Default Value: 300
Description: Rate at which to periodically renew the license.
exts.”omni.kit.nls”.verify_cert#
Default Value: false
Description: When enabled, NLS HTTPS requests use Python’s default SSL hostname and certificate verification. When disabled, SSL hostname verification and certificate verification are disabled and the extension logs a startup warning.
exts.”omni.kit.nls”.warn_on_verify_cert_disabled#
Default Value: true
Description: When enabled, logs a startup warning if
verify_certis disabled. Set tofalseto suppress the warning while keeping the currentverify_certbehavior.