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

Enhancement: Add shortcuts to duplicate, rename, delete or group selected prims in prim hierarchy #37

Merged
merged 3 commits into from
Dec 4, 2023

Conversation

BigRoy
Copy link
Owner

@BigRoy BigRoy commented Dec 2, 2023

Enhancement

Add shortcuts to duplicate, rename, delete or group selected prims in prim hierarchy
Also enables multiselection in the prim hierarchy.

Implements #23

Shortcuts

  • CTRL+G: group selected nodes into an Xform named group
  • CTRL+D duplicate selected nodes
  • Delete: delete selected nodes
  • Enter: edit name in view on current index (like F2 shortcut)

Skipped the following - those are better left for individual PRs:

  • Tab: create nodes quickly from a type search popup menu (like e.g. creating nodes in Houdini, Nuke or Fusion)
    • This feature is sligthtly more involved because it needs its own "quick search" widget so might be best left for another PR.
  • Shift+click expand/collapse: Expand or collapse all for the selected expand/collapse action (like maya)
  • F: frame the current selected node? Or do we like the default tree view behavior where typing brings you to the closest name.

@BigRoy BigRoy added the enhancement New feature or request label Dec 2, 2023
@BigRoy BigRoy self-assigned this Dec 2, 2023
@BigRoy BigRoy linked an issue Dec 3, 2023 that may be closed by this pull request
@BigRoy BigRoy merged commit 4fa5ed9 into main Dec 4, 2023
@BigRoy BigRoy deleted the enhancement/prim_hierarchy_shortcuts branch December 4, 2023 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Prim Hierarchy shortcuts for quick management
1 participant