2025-12-01

This commit is contained in:
2026-03-17 14:58:51 -06:00
parent 183e865f8b
commit 4b82b57113
6846 changed files with 954887 additions and 162606 deletions
@@ -22,29 +22,29 @@ ADDON_NAME = "poliigon-addon-blender"
SUPPORTED_CONVENTION = 1
URLS_BLENDER = {
"survey": "https://www.surveymonkey.com/r/p4b-addon-ui-01",
"survey_subscribed": "https://www.surveymonkey.com/r/p4b-addon-ui-02",
"survey_free": "https://www.surveymonkey.com/r/p4b-addon-ui-03",
"survey": "https://poliigon.com/survey-blender?usp=pp_url&entry.124129559={}",
"p4b": "https://poliigon.com/blender",
"changelog": "https://poliigon.com/blender",
"unlimited": "https://help.poliigon.com/en/articles/10003983-unlimited-plans",
"terms_policy": "https://help.poliigon.com/en/articles/10567243-terms-policy-documents"
"changelog": "https://help.poliigon.com/en/articles/6342599-poliigon-blender-addon",
"terms_policy": "https://help.poliigon.com/en/articles/10567243-terms-policy-documents",
"help": "https://help.poliigon.com/en/articles/6342599-poliigon-blender-addon"
}
ICONS = [ # tuples: (name, filename, type)
("ICON_poliigon", "poliigon_logo.png", "IMAGE"),
("ICON_asset_balance", "asset_balance.png", "IMAGE"),
("ICON_myassets", "my_assets.png", "IMAGE"),
("GET_preview", "get_preview.png", "IMAGE"),
("NO_preview", "icon_nopreview.png", "IMAGE"),
("ICON_dots", "icon_dots.png", "IMAGE"),
("ICON_acquired_check", "acquired_checkmark.png", "IMAGE"),
("ICON_plan_upgrade_check", "icon_plan_upgrade_check.png", "IMAGE"),
("ICON_plan_upgrade_info", "icon_plan_upgrade_info.png", "IMAGE"),
("ICON_plan_upgrade_unlimited", "icon_plan_upgrade_unlimited.png", "IMAGE"),
("ICON_subscription_paused", "subscription_paused.png", "IMAGE"),
("ICON_unlimited_local", "icon_unlimited_local.png", "IMAGE"),
("LOGO_unlimited", "logo_unlimited.png", "IMAGE"),
("ICON_local", "icon_local.png", "IMAGE"),
("LOGO_downloads_recent", "icon_downloads_recent.png", "IMAGE"),
("ICON_new_asset", "new_asset.png", "IMAGE"),
("ICON_free_asset", "free_asset.png", "IMAGE"),
("ICON_checkmark_verified", "checkmark_verified.png", "IMAGE")
]
# TODO(Andreas): Not quite sure, why we do not need these in addon-core,