Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Update return-type of operations on named-objects. #3535

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

prmukherj
Copy link
Collaborator

Current behavior:
image

Test will pass after the server-side changes are in place.

@@ -1672,7 +1672,7 @@ def execute_command(self, *args, **kwds):
command_name=self.python_name, value=value, kwargs=kwds
)
if (
self.obj_name == "create"
self.obj_name in ["create", "make-a-copy"]
Copy link
Collaborator

Choose a reason for hiding this comment

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

👍

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.

Look into make_a_copy functionality for settings named object materials make_a_copy
2 participants