Copy paste puts the nodes off screen #69
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lubba64/node_sound#69
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently nodes that are pasted spawn off screen. This is incredibly confusing for the user, who
has no idea that they spawn off screen and doesn’t know to look, zero visual feedback. The
proposed fix is to move the camera over to the spawn location, since more sophisticated
approaches could be even more confusing or take way too long to implement. The timeframe of
one hour seems reasonable to me as long as I can figure out how to control the camera, and if
not I know how to edit the source library fork I made to make it happen.