Conversation
- Remove the first (dead) double_click_mode EnumProperty definition in preferences.py; its default was not a valid item in double_click_items and it was silently shadowed by the second definition anyway. - Collapse the duplicate double_click_mode assignment in from_dict() to a single line. - Remove unused draw_v4() stub and broken getShowLock() (referenced a non-existent show_lock attribute). - Delete source/utils/gizmo_2d.py and source/utils/gizmo_config.py, unused duplicates of the source/ui/ versions actually in use. - Exclude .flake8, ruff.toml and .github/ from the packaged extension zip via blender_manifest.toml paths_exclude_pattern. Verified against Blender 4.5.13 LTS: clean headless registration, all RNA/operator paths used by the addon still present, and a live viewport smoke test with no draw errors.
Show a radio-button icon (filled when enabled, empty when disabled) next to the Touchview Settings panel title in the N-panel, reflecting prefs.is_enabled. Makes it visible at a glance whether touch controls are active without expanding the Control Zones sub-panel.
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.
No description provided.