Fixed miscellaneous docstrings, typos, and UI references#593
Open
amechtley wants to merge 5 commits intoWeisl:mainfrom
Open
Fixed miscellaneous docstrings, typos, and UI references#593amechtley wants to merge 5 commits intoWeisl:mainfrom
amechtley wants to merge 5 commits intoWeisl:mainfrom
Conversation
The collision_digits property lacked a minimum value constraint, which could allow negative values and cause the UI to stop displaying.
- Fix double-h typo in documentation URL (hhttps → https) - Fix preferences button referencing wrong addon (simple_camera → simple_collider) - Fix preferences tab name (GENERAL → SETTINGS) - Fix help link on Collider Groups panel pointing to overview instead of groups page
- Fix "Auto Conevx" → "Auto Convex" and "MacOS" → "this platform" - Fix "Volumne" → "Volume" in VHACD error percentage label - Fix "Create a triangle mesh" → "Create triangle mesh" (extraneous article) - Fix "sphere segments" → "capsule segments" in capsule property description
- Replace wrong/placeholder class docstrings (e.g., "Tooltip", "bounding box" on sphere/mesh, "Select/Deselect" on assign operators, "Print object name in Console" on auto convex) - Add missing bl_description on operators that lacked explicit tooltips - Fix three copy-paste property descriptions that all incorrectly referenced "modifier stack" instead of their actual functionality Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
amechtley
commented
Feb 11, 2026
|
|
||
| else: | ||
| box.label(text="Auto Conevx is currently not supported on MacOS", icon='ERROR') | ||
| box.label(text="Auto Convex is currently not supported on this platform", icon='ERROR') |
Author
There was a problem hiding this comment.
I'll submit a separate PR for macOS support at a different point, but thought this would at least be more flexible wording while also fixing a typo 🙂
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ℹ️ I have attempted to isolate changes of given types into individual commits to ease reviewability.
bl_descriptionfields on operators that had no descriptionhhttps://→https://), incorrect operator reference (simple_camera→simple_collider), wrong prefs tab (GENERAL→SETTINGS), and wrong docs link on the visibility panelmin=0validation on the suffix digits preferenceTest plan