Registering Add-ons

Secure your unique add-on namespace and start publishing updates.

The Add-on ID

Project LEUC uses a unique Add-on ID to identify your extension. This ID must be globally unique across our platform.

For Blender 4.2+ extensions, this ID corresponds to the id field in your blender_manifest.toml file.

blender_manifest.toml
schema_version = "1.0.0"
id = "my-unique-addon-id"  <-- This must match
version = "1.0.0"
name = "My Awesome Addon"

Claiming Ownership

Add-on IDs are claimed on a first-come, first-served basis. When you register an ID, you become the sole owner and are the only one who can publish updates for it.

Disputes

If you find that someone else has registered an ID that belongs to your established brand or intellectual property, you can file a claim.

Go to Claim Ownership in the dashboard to submit a dispute. You will need to provide evidence such as:

  • Links to your GitHub repository
  • Superhive Market or Gumroad product pages
  • Proof of prior release history

Transferring Ownership

Currently, ownership transfer must be handled by our support team. Please contact us if you need to transfer an add-on to another developer.