Skip to content

EMSUSD-4059 rename active render description prim property. - #4701

Merged
seando-adsk merged 6 commits into
devfrom
deboisj/EMSUSD-4059
Aug 21, 2026
Merged

EMSUSD-4059 rename active render description prim property.#4701
seando-adsk merged 6 commits into
devfrom
deboisj/EMSUSD-4059

Conversation

@deboisj

@deboisj deboisj commented Aug 17, 2026

Copy link
Copy Markdown
Collaborator
  • Renamed to more generic "render description", to convey the active render config can be from settings or pass prims.

@deboisj deboisj self-assigned this Aug 17, 2026
@deboisj deboisj assigned deboisj and unassigned deboisj Aug 18, 2026
ppt-adsk
ppt-adsk previously approved these changes Aug 19, 2026
@deboisj deboisj added shared_components Shared Components (Max / Maya) ready-for-merge Development process is finished, PR is ready for merge labels Aug 19, 2026
Comment thread lib/mayaUsdAPI/sceneRenderSettings.h

import mayaUsd.lib as mayaUsdLib
from mayaUsd.lib import UsdDefaultRenderSettings
from mayaUsd.lib import UsdDefaultRenderDescription

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Here if you wanted to be lazier you could have imported the UsdDefaultRenderDescription as UsdDefaultRenderSettings

AdskUsdRenderSetup::HostStage hostStage;
hostStage.stage = defaultStage;
hostStage.displayName = kUSDRenderSettingsNodeName;
hostStage.displayName = tr("Maya Settings").toStdString();

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Why is this now "Maya Settings"?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

From design.

Comment on lines +37 to +40
int MayaRenderSetupHost::dpiScaled(int logicalPixels) const
{
return MQtUtil::dpiScale(logicalPixels);
}

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

We shouldn't really sneak in other changes - this isn't part of renaming. I also have a change to make for a new method on the host. Maybe we put those two together in separate PR.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Bah - not really snuck in if its in the PR description :) - thought it was small enough.
But alright - so you mean you would make this change at the same time as yours?

@deboisj deboisj removed the ready-for-merge Development process is finished, PR is ready for merge label Aug 19, 2026
@deboisj deboisj assigned deboisj and unassigned deboisj Aug 19, 2026
@deboisj deboisj assigned deboisj and unassigned deboisj Aug 19, 2026
@deboisj
deboisj requested a review from seando-adsk August 20, 2026 14:27

@seando-adsk seando-adsk left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Looks good thanks.

@deboisj deboisj added the ready-for-merge Development process is finished, PR is ready for merge label Aug 20, 2026
@seando-adsk
seando-adsk merged commit 97f95c9 into dev Aug 21, 2026
13 checks passed
@seando-adsk
seando-adsk deleted the deboisj/EMSUSD-4059 branch August 21, 2026 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready-for-merge Development process is finished, PR is ready for merge shared_components Shared Components (Max / Maya)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants