Skip to content

Conversation

akleshchev
Copy link
Contributor

Show a warning with workaround on mac and general warning for everything else.
For now without 'more info' link, will be added once link becomes available.

@akleshchev akleshchev requested a review from Geenz October 2, 2025 19:28
@github-actions github-actions bot added the c/cpp label Oct 2, 2025
@akleshchev akleshchev requested a review from Copilot October 2, 2025 19:28
@akleshchev akleshchev linked an issue Oct 2, 2025 that may be closed by this pull request
4 tasks
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR implements a warning system for the model uploader when physics library functionality is missing, addressing issue #4757. The changes provide platform-specific guidance to help users resolve the missing physics library issue.

  • Adds two new notification dialogs: one with Apple Silicon workaround instructions and one with general warning
  • Implements conditional logic to check physics library availability and show appropriate warnings
  • Maintains model preview functionality on non-Apple platforms even when physics library is missing

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.

File Description
indra/newview/skins/default/xui/en/notifications.xml Adds two new notification templates for missing physics library warnings
indra/newview/llviewermenufile.cpp Implements conditional check for physics library and shows appropriate warning based on platform

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@akleshchev akleshchev force-pushed the andreyk/viewer_4757 branch from 6e248f0 to 94fd570 Compare October 2, 2025 19:33
@akleshchev akleshchev merged commit 99d8f22 into release/2025.07 Oct 2, 2025
7 checks passed
@akleshchev akleshchev deleted the andreyk/viewer_4757 branch October 2, 2025 19:54
@github-actions github-actions bot locked and limited conversation to collaborators Oct 2, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disable model upload on Apple Silicon builds with user guidance
2 participants