Skip to content

Conversation

@seando-adsk
Copy link
Collaborator

Make layout adjustable so it attaches to both sides.

Comment on lines +239 to +242
string $currentDefaultPrim = "";
if (`optionMenuGrp -q -numberOfItems exportDefaultPrim` > 0) {
$currentDefaultPrim = `optionMenuGrp -q -value exportDefaultPrim`;
}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Also fix an error I noticed when opening the export options with only an empty stage. There is no default prim, so the optionMenu contains no entries.


if ($canControlUpAxisAndUnit) {
columnLayout -columnOffset "left" 2;
columnLayout -columnOffset "both" 4 -adj true;
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Increased offset to match the option box template (both sides).
Make column layout adjustable so that it attaches to both sides.

@seando-adsk seando-adsk self-assigned this Sep 19, 2025
@seando-adsk seando-adsk added import-export Related to Import and/or Export ready-for-merge Development process is finished, PR is ready for merge labels Sep 23, 2025
@seando-adsk seando-adsk merged commit b9a75e0 into dev Sep 23, 2025
11 checks passed
@seando-adsk seando-adsk deleted the donnels/EMSUSD-2670/axis_and_units_tab_formatting branch September 23, 2025 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

import-export Related to Import and/or Export ready-for-merge Development process is finished, PR is ready for merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants