Skip to content

Info panel: Update world/local box toggle#5677

Merged
oitel merged 1 commit intomasterfrom
feature/info_panel_toggle_updates
Feb 6, 2026
Merged

Info panel: Update world/local box toggle#5677
oitel merged 1 commit intomasterfrom
feature/info_panel_toggle_updates

Conversation

@oitel
Copy link
Contributor

@oitel oitel commented Feb 6, 2026

No description provided.

@oitel oitel requested a review from Fedr February 6, 2026 08:19
{
for ( const auto& child : getAllObjectsInTree<VisualObject>( *obj, ObjectSelectivityType::Selectable ) )
{
if ( auto box = child->getBoundingBox(); box.valid() )
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
if ( auto box = child->getBoundingBox(); box.valid() )
if ( auto box = child->getBoundingBox() )

@oitel oitel merged commit 395dac7 into master Feb 6, 2026
67 of 68 checks passed
@oitel oitel deleted the feature/info_panel_toggle_updates branch February 6, 2026 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants