You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found via a cross-addon naming/wording consistency audit of the Simple family.
Renamed EXPORTER_OT_open_preferences (copy-pasted from Simple Export, wrong domain prefix) -> CAM_MANAGER_OT_open_preferences; also fixed its label capitalization ("Open Addon Preferences" -> "Open Addon preferences") to match the other three addons' copies of this operator.
Renamed the AddonPreferences class from the leftover CAM_MANAGER_OT_renaming_preferences (copy-pasted from Simple Renaming's VIEW3D_OT_renaming_preferences, and wrongly using an _OT_ operator-style name on a non-operator class) -> CamManagerAddonPreferences.
Found via a cross-addon naming/wording consistency audit of the Simple family.
EXPORTER_OT_open_preferences(copy-pasted from Simple Export, wrong domain prefix) ->CAM_MANAGER_OT_open_preferences; also fixed its label capitalization ("Open Addon Preferences" -> "Open Addon preferences") to match the other three addons' copies of this operator.AddonPreferencesclass from the leftoverCAM_MANAGER_OT_renaming_preferences(copy-pasted from Simple Renaming'sVIEW3D_OT_renaming_preferences, and wrongly using an_OT_operator-style name on a non-operator class) ->CamManagerAddonPreferences.cam.*keymap operator categories (cam.remove_hotkey,cam.key_selection_button) ->cam_manager.*, matching the addon's dominant category.bpy.app.online_accesscheck before the update-checker's network request, and declared[permissions].networkin the manifest.Changes are made locally (uncommitted) - not yet pushed.