Skip to content

Remove deprecated get_instance_group_node_childs#218

Merged
BigRoy merged 6 commits into
developfrom
enhancement/remove_deprecated_get_instance_group_node_childs
Jul 7, 2026
Merged

Remove deprecated get_instance_group_node_childs#218
BigRoy merged 6 commits into
developfrom
enhancement/remove_deprecated_get_instance_group_node_childs

Conversation

@BigRoy

@BigRoy BigRoy commented Mar 16, 2026

Copy link
Copy Markdown
Member

Changelog Description

Remove deprecated get_instance_group_node_childs

Additional review information

This was deprecated approx. 3 weeks ago. So probably best to keep this as draft for some time.

Testing notes:

  1. Check code changes

@BigRoy BigRoy self-assigned this Mar 16, 2026
@BigRoy BigRoy added the type: enhancement Improvement of existing functionality or minor addition label Mar 16, 2026
@BigRoy BigRoy marked this pull request as draft March 16, 2026 11:17
@BigRoy BigRoy requested a review from Copilot July 2, 2026 08:35
@BigRoy BigRoy marked this pull request as ready for review July 2, 2026 08:35

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR removes the deprecated get_instance_group_node_childs API in favor of the correctly named get_instance_group_node_children, cleaning up the public ayon_nuke.api surface.

Changes:

  • Removed deprecated get_instance_group_node_childs alias from client/ayon_nuke/api/plugin.py.
  • Removed get_instance_group_node_childs re-export and __all__ entry from client/ayon_nuke/api/__init__.py.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
client/ayon_nuke/api/plugin.py Removes the deprecated backwards-compatibility alias function.
client/ayon_nuke/api/init.py Stops re-exporting the removed alias from the public API.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread client/ayon_nuke/api/plugin.py
@BigRoy BigRoy merged commit fb4ee9b into develop Jul 7, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: enhancement Improvement of existing functionality or minor addition

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants